1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

Add new variable for -box-shadow

This commit is contained in:
Mark Otto
2015-07-03 18:35:46 -07:00
parent 932ac79611
commit 4665b9dd6f
2 changed files with 2 additions and 1 deletions

View File

@@ -178,6 +178,7 @@ $input-bg-disabled: $gray-lighter !default;
$input-color: $gray !default;
$input-border: #ccc !default;
$input-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !default;
$input-border-radius: $border-radius !default;
$input-border-radius-lg: $border-radius-lg !default;