Update shadows

This commit is contained in:
Jeremy Thomas
2019-09-19 18:08:42 +01:00
parent 62118ccf01
commit 43b4b0bdc3
8 changed files with 974 additions and 316 deletions

View File

@@ -2,7 +2,7 @@ $input-color: $grey-darker !default
$input-background-color: $white !default
$input-border-color: $grey-lighter !default
$input-height: $control-height !default
$input-shadow: inset 0 1px 2px rgba($black, 0.1) !default
$input-shadow: inset 0 1px 2px rgba($black, 0.05) !default
$input-placeholder-color: rgba($input-color, 0.3) !default
$input-hover-color: $grey-darker !default