Move error color to theme

This commit is contained in:
Ilya Daynatovich 2016-10-21 18:18:17 +03:00
parent 5e8c5b3ce4
commit cba5528478
2 changed files with 2 additions and 1 deletions

View File

@ -127,4 +127,4 @@ $inputControlEmColor: #f29424;
//buttons
$linkFontColor: #489afe;
$linkHoverFontColor: #287ade;
$errorColor: #c61600;

View File

@ -55,6 +55,7 @@ $hintFontSize: em(13, 14);
$linkFontColor: #3572b0;
$linkHoverFontColor: darken(#3572b0, 10%);
$dropdownColor: #333;
$errorColor: #c61600;
// Popover colors
$popoverBg: #000;