Made the input shadow a bit more subtle while maintaining the box shadow

This commit is contained in:
Matt Toback 2016-03-16 16:08:18 -04:00
parent a08809f8fe
commit 6bf05a8154

View File

@ -150,7 +150,7 @@ $input-bg-disabled: $dark-3;
$input-color: $gray-4;
$input-border-color: $dark-4;
$input-box-shadow: inset 1px 0px 0.5rem 0px rgba(200, 200, 200, 0.10);
$input-box-shadow: inset 1px 0px 0.3rem 0px rgba(150, 150, 150, 0.10);
$input-border-focus: $input-border-color !default;
$input-box-shadow-focus: rgba(102,175,233,.6) !default;
$input-color-placeholder: $gray-1 !default;