mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add $input-shadow variable (#925)
* Add $input-shadow variable * Remove unnecessary :
This commit is contained in:
parent
aa2fc0d527
commit
459d544c8c
@ -1,6 +1,7 @@
|
||||
$input: $grey-darker !default
|
||||
$input-background: $white !default
|
||||
$input-border: $grey-lighter !default
|
||||
$input-shadow: inset 0 1px 2px rgba($black, 0.1) !default
|
||||
|
||||
$input-hover: $grey-darker !default
|
||||
$input-hover-border: $grey-light !default
|
||||
@ -43,7 +44,7 @@ $input-radius: $radius !default
|
||||
.input,
|
||||
.textarea
|
||||
+input
|
||||
box-shadow: inset 0 1px 2px rgba($black, 0.1)
|
||||
box-shadow: $input-shadow
|
||||
max-width: 100%
|
||||
width: 100%
|
||||
&[type="search"]
|
||||
|
Loading…
Reference in New Issue
Block a user