base.less: Add gray-semilight var

This commit is contained in:
Florian Strohmaier 2019-11-28 15:32:38 +01:00
parent cc065b949b
commit 1755c01390
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
// Gray colors
@gray: #7F7F7F;
@gray-semilight: #A9A9A9;
@gray-light: #C9C9C9;
@gray-lighter: #EEEEEE;
@gray-lightest: #F7F7F7;