diff options
| author | Mark Otto <[email protected]> | 2017-10-22 14:30:35 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-22 14:30:35 -0700 |
| commit | 0231bd9436c528b3190c058ebbe44c77bfca8fd9 (patch) | |
| tree | 9d731856d3b3ff6bc4a44133651283b11faf12f1 | |
| parent | 1f42d79561d3931b91e09e5d1d04b3a4ce9aa431 (diff) | |
| download | bootstrap-0231bd9436c528b3190c058ebbe44c77bfca8fd9.tar.xz bootstrap-0231bd9436c528b3190c058ebbe44c77bfca8fd9.zip | |
Update _variables.scss
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 2ea031c15..69d5b198a 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -385,7 +385,7 @@ $input-disabled-bg: $gray-200 !default; $input-color: $gray-700 !default; $input-border-color: $gray-400 !default; $input-border-width: $input-btn-border-width !default; -$input-box-shadow: inset 0 1px 1px rgba($black,.075) !default; +$input-box-shadow: inset 0 1px 1px rgba($black, .075) !default; $input-border-radius: $border-radius !default; $input-border-radius-lg: $border-radius-lg !default; |
