2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Add $input-border-width; refs #18150

This commit is contained in:
Chris Rebert
2015-11-14 22:36:19 -08:00
parent 2d02910e01
commit 1f29c306a6
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -266,6 +266,7 @@ $input-bg-disabled: $gray-lighter !default;
$input-color: $gray !default;
$input-border-color: #ccc !default;
$input-border-width: $border-width !default;
$input-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !default;
$input-border-radius: $border-radius !default;