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,6 +23,7 @@ off-white = #fdfdfd
23 23
 
24 24
 darkBlue = #215e8e
25 25
 blue = #2571fe
26
+darkenBlue = darken(blue, 15%)
26 27
 lightBlue = #569EDE
27 28
 
28 29
 red = #f63434
@@ -58,6 +59,12 @@ importfile = #ff9900
58 59
 calendar = red
59 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 70
 /**** BOX SHADOW ****/