forked from mirror/_s
Merge pull request #571 from corvannoorloos/patch-2
Update input field border color props @corvannoorloos
This commit is contained in:
commit
e88ad83914
|
@ -16,5 +16,5 @@ $color__text-main: #404040;
|
|||
$color__border-button: #ccc #ccc #bbb;
|
||||
$color__border-button-hover: #ccc #bbb #aaa;
|
||||
$color__border-button-focus: #aaa #bbb #bbb;
|
||||
$color__border-input: #666;
|
||||
$color__border-abbr: #666;
|
||||
$color__border-input: #ccc;
|
||||
$color__border-abbr: #666;
|
||||
|
|
Reference in New Issue