generated from Code-4-Community/frontend-scaffold
-
Notifications
You must be signed in to change notification settings - Fork 3
/
antd.customize.less
36 lines (36 loc) · 1.09 KB
/
antd.customize.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
@text-grey: #afaeae;
@header-grey: #f5f5f5;
@light-green: #9ac356;
@mid-green: #61802e;
@dark-green: #3a681a;
@transparent: #ffffff00;
@black: #000000;
@white: #ffffff;
@primary-color: @light-green;
@text-selection-bg: #0020ff60;
@body-background: @white;
@component-background: @white;
@primary-5: @white; // text and border color for active buttons
@item-active-bg: @white;
@font-family: Montserrat, 'Montserrat', sans-serif;
@heading-color: @mid-green;
@heading-color-secondary: @dark-green;
@text-color: @black;
@text-color-secondary: @mid-green;
@link-color: @mid-green;
@line-height-base: 2.15;
@font-size-base: 13px;
@font-weight-base: 400;
@layout-header-background: @header-grey;
@layout-body-background: @body-background;
@layout-header-color: @black;
@btn-primary-bg: @light-green;
@input-hover-border-color: @light-green;
@border-radius-base: 4px;
@pagination-item-bg-active: @light-green;
@pagination-item-input-bg: @component-background;
@collapse-content-bg: @transparent;
@collapse-header-padding: 5px 10px;
@tabs-highlight-color: @light-green;
@carousel-dot-height: 10px;
@carousel-dot-width: 50px;