base.less: Add gray-semilight var
This commit is contained in:
parent
cc065b949b
commit
1755c01390
|
@ -5,6 +5,7 @@
|
|||
|
||||
// Gray colors
|
||||
@gray: #7F7F7F;
|
||||
@gray-semilight: #A9A9A9;
|
||||
@gray-light: #C9C9C9;
|
||||
@gray-lighter: #EEEEEE;
|
||||
@gray-lightest: #F7F7F7;
|
||||
|
|
Loading…
Reference in New Issue