瀏覽代碼

add status variable color

AlexiCauvin 6 年之前
父節點
當前提交
1f8d8e43db
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/css/Variable.styl

+ 7 - 0
src/css/Variable.styl 查看文件

@@ -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 ****/