Ver código fonte

Move error color to theme

master
Ilya Daynatovich 9 anos atrás
pai
commit
cba5528478
2 arquivos alterados com 2 adições e 1 exclusões
  1. 1
    1
      css/_variables.scss
  2. 1
    0
      css/themes/_light.scss

+ 1
- 1
css/_variables.scss Ver arquivo

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

+ 1
- 0
css/themes/_light.scss Ver arquivo

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

Carregando…
Cancelar
Salvar