-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinitions.less
47 lines (40 loc) · 1.08 KB
/
definitions.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// Color palette
@dufryRed: #D5262A;
@dufryRedLight: #DE6049;
@dufryOnyx: #3D3935;
@dufrySnow: white;
@lightGray: #F9FAFB;
@gray: #E6EAEA;
@mediumGray: #F1F2F3;
@darkGray: #A6AAAD;
@pink: #E84F60;
@pinkHighlight: #F8EEF0;
// Color scheme
@primaryColor: @dufryRed;
@primaryHighlight: @dufryRedLight;
@mainBackground: @lightGray;
@menuBackground: @dufrySnow;
@contentBackground: @dufrySnow;
@menuBorderColor: @gray;
@textDark: @dufryOnyx;
@textLight: @dufrySnow;
@sidebarBackground: @mediumGray;
@sidebarBorder: @darkGray;
@userAreaBg: @dufryOnyx;
@buttonBackground: @dufrySnow;
@tableHeader: @pink;
@tableRowEvenBg: @lightGray;
@tableRowSelected: @pinkHighlight;
@tableBorder: @darkGray;
@tableBackground: @dufrySnow;
//Fonts
@mainFont: "Open Sans", Arial, sans-serif;
@mainFontWeightStd: 300;
@mainFontWeightBd: 400;
@textFont: Arial, sans-serif;
@textFont: 400;
@mainFontSize: 13px;
@borderRadius: 3px;
@headerHeight: 57px;
@headerBorder: 2px;
@sidebarWidth: 270px;