Browse Source

Updates to master

master
yanas 8 years ago
parent
commit
50494eb745
1 changed files with 2 additions and 11 deletions
  1. 2
    11
      css/_variables.scss

+ 2
- 11
css/_variables.scss View File

38
 
38
 
39
 /*
39
 /*
40
  * Main controls
40
  * Main controls
41
+ * TODO: looks like we don't use it
41
  */
42
  */
42
 $inputSemiBackground: rgba(132, 132, 132, .8);
43
 $inputSemiBackground: rgba(132, 132, 132, .8);
43
 $inputLightBackground: #EBEBEB;
44
 $inputLightBackground: #EBEBEB;
112
 /**
113
 /**
113
  * Forms
114
  * Forms
114
  */
115
  */
115
-<<<<<<< 1291023cbed3044a9f3acc2b8c7d47ff05e5aee4
116
-$inputBg: $inputSemiBackground;
117
-$inputBgHover: $inputSemiBackground;
118
-$inputFontColor: $defaultDarkFontColor;
119
-=======
120
 //dropdown
116
 //dropdown
121
 $selectFontColor: $defaultLightFontColor;
117
 $selectFontColor: $defaultLightFontColor;
122
 $selectBg: $defaultBackground;
118
 $selectBg: $defaultBackground;
126
 $inputControlEmColor: #f29424;
122
 $inputControlEmColor: #f29424;
127
 //buttons
123
 //buttons
128
 $linkFontColor: #489afe;
124
 $linkFontColor: #489afe;
129
-$linkHoverFontColor: #287ade;
130
-
131
-// Main controls TODO: looks like we don't use it
132
-$inputSemiBackground: rgba(132, 132, 132, .8);
133
-$inputLightBackground: #EBEBEB;
134
->>>>>>> dropdown styles fixes
125
+$linkHoverFontColor: #287ade;

Loading…
Cancel
Save