1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 01:42:36 +02: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

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;