Browse Source

add status variable color

AlexiCauvin 6 years ago
parent
commit
1f8d8e43db
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/css/Variable.styl

+ 7 - 0
src/css/Variable.styl View File

23
 
23
 
24
 darkBlue = #215e8e
24
 darkBlue = #215e8e
25
 blue = #2571fe
25
 blue = #2571fe
26
+darkenBlue = darken(blue, 15%)
26
 lightBlue = #569EDE
27
 lightBlue = #569EDE
27
 
28
 
28
 red = #f63434
29
 red = #f63434
58
 calendar = red
59
 calendar = red
59
 explore = #87d04c
60
 explore = #87d04c
60
 
61
 
62
+/** Status Color **/
63
+
64
+currentColor = blue
65
+validateColor = explore
66
+cancelColor = red
67
+outdateColor = grey
61
 
68
 
62
 /*************************/
69
 /*************************/
63
 /**** BOX SHADOW ****/
70
 /**** BOX SHADOW ****/