Move error color to theme
This commit is contained in:
parent
5e8c5b3ce4
commit
cba5528478
|
@ -127,4 +127,4 @@ $inputControlEmColor: #f29424;
|
|||
//buttons
|
||||
$linkFontColor: #489afe;
|
||||
$linkHoverFontColor: #287ade;
|
||||
$errorColor: #c61600;
|
||||
|
||||
|
|
|
@ -55,6 +55,7 @@ $hintFontSize: em(13, 14);
|
|||
$linkFontColor: #3572b0;
|
||||
$linkHoverFontColor: darken(#3572b0, 10%);
|
||||
$dropdownColor: #333;
|
||||
$errorColor: #c61600;
|
||||
|
||||
// Popover colors
|
||||
$popoverBg: #000;
|
||||
|
|
Loading…
Reference in New Issue