aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/color.less
blob: 5752589726dfa2320c1ff91ae6e1d7cc724fb022 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@white:#FFFFFF; 
@gray:#BDC0BA;
@darkgray:#373C38;
@black:#000000;
@green:#1B813E;
@orange:#F75C2F;

@SmallFontSize:12px;
@NormalFontSize:16px;

@SmallPad:6px;
@MediumPad:16px;
@LargePad:64px;
@ExtraPad:128px;

@fast:200ms;
@slow:600ms;