mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add $input-shadow variable (#925)
* Add $input-shadow variable * Remove unnecessary :
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user