Move error color to theme

pull/1055/head
Ilya Daynatovich 9 years ago
parent 5e8c5b3ce4
commit cba5528478
  1. 2
      css/_variables.scss
  2. 1
      css/themes/_light.scss

@ -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…
Cancel
Save