@lambo-design/shared 1.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,241 @@
1
+ :root {
2
+ --primary-color: #52c41a;
3
+ --primary-color-tint-20: #75d048;
4
+ --primary-color-tint-90: #eef9e8;
5
+ --primary-color-tint-80: #dcf3d1;
6
+ --primary-color-tint-5: #5bc725;
7
+ --primary-color-tint-95-fade-50: rgba(246, 252, 244, 0.5);
8
+ --primary-color-fade-20: rgba(82, 196, 26, 0.2);
9
+ --primary-color-shade-5: #4eba19;
10
+ --info-color: #2db7f5;
11
+ --info-color-tint-20: #57c5f7;
12
+ --info-color-tint-90: #eaf8fe;
13
+ --info-color-tint-80: #d5f1fd;
14
+ --info-color-tint-5: #38bbf6;
15
+ --info-color-tint-95-fade-50: rgba(245, 251, 254, 0.5);
16
+ --info-color-fade-20: rgba(45, 183, 245, 0.2);
17
+ --info-color-shade-5: var(--info-color-shade-5, #2baee9);
18
+ --success-color: #19be6b;
19
+ --success-color-tint-20: #47cb89;
20
+ --success-color-tint-90: #e8f9f0;
21
+ --success-color-tint-80: #d1f2e1;
22
+ --success-color-tint-5: #25c172;
23
+ --success-color-tint-95-fade-50: rgba(244, 252, 248, 0.5);
24
+ --success-color-fade-20: rgba(25, 190, 107, 0.2);
25
+ --success-color-shade-5: #18b566;
26
+ --processing-color: #52c41a;
27
+ --warning-color: #ff9900;
28
+ --warning-color-tint-20: #ffad33;
29
+ --warning-color-tint-90: #fff5e6;
30
+ --warning-color-tint-5: #ff9e0d;
31
+ --warning-color-tint-80: #ffebcc;
32
+ --warning-color-tint-95-fade-50: rgba(255, 250, 242, 0.5);
33
+ --warning-color-fade-20: rgba(255, 153, 0, 0.2);
34
+ --warning-color-shade-5: #f29100;
35
+ --error-color: #ed4014;
36
+ --error-color-tint-20: #f16643;
37
+ --error-color-tint-90: #fdece8;
38
+ --error-color-tint-5: #ee4a20;
39
+ --error-color-tint-80: #fbd9d0;
40
+ --error-color-tint-95-fade-50: rgba(254, 245, 243, 0.5);
41
+ --error-color-fade-20: rgba(237, 64, 20, 0.2);
42
+ --error-color-shade-5: #e13d13;
43
+ --normal-color: #e6ebf1;
44
+ --link-color: #2D8cF0;
45
+ --link-hover-color: #57a3f3;
46
+ --link-active-color: #2b85e4;
47
+ --selected-color: rgba(82, 196, 26, 0.9);
48
+ --selected-color-shade-10: rgba(72, 173, 23, 0.91);
49
+ --tooltip-color: #fff;
50
+ --subsidiary-color: #808695;
51
+ --rate-star-color: #f5a623;
52
+ --rate-star-color-tint-20: #f7b84f;
53
+ --white: #fff;
54
+ --black: #000;
55
+ --body-background: #fff;
56
+ --component-background: #fff;
57
+ --font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
58
+ --code-family: Consolas, Menlo, Courier, monospace;
59
+ --title-color: #17233d;
60
+ --text-color: #515a6e;
61
+ --text-color-secondary: rgba(0, 0, 0, 0.45);
62
+ --heading-color: rgba(0, 0, 0, 0.85);
63
+ --heading-color-dark: #ffffff;
64
+ --font-size-base: 14px;
65
+ --font-size-small: 12px;
66
+ --font-size-large: 16px;
67
+ --line-height-base: 1.5;
68
+ --line-height-computed: 21px;
69
+ --border-radius-base: 6px;
70
+ --border-radius-small: 4px;
71
+ --cursor-disabled: not-allowed;
72
+ --padding-lg: 24px;
73
+ --padding-md: 16px;
74
+ --padding-sm: 12px;
75
+ --padding-xs: 8px;
76
+ --border-color-base: #dcdee2;
77
+ --border-color-split: #e8eaec;
78
+ --border-width-base: 1px;
79
+ --border-style-base: solid;
80
+ --background-color-base: #f7f7f7;
81
+ --background-color-select-hover: #f3f3f3;
82
+ --tooltip-bg: rgba(70, 76, 91, 0.9);
83
+ --head-bg: #f9fafc;
84
+ --table-thead-bg: #f8f8f9;
85
+ --table-td-stripe-bg: #f8f8f9;
86
+ --table-td-hover-bg: #ebf7ff;
87
+ --table-td-highlight-bg: #ebf7ff;
88
+ --menu-dark-title: #515a6e;
89
+ --menu-dark-active-bg: #363e4f;
90
+ --menu-dark-subsidiary-color: rgba(255, 255, 255, 0.7);
91
+ --menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
92
+ --date-picker-cell-hover-bg: #e1f0fe;
93
+ --shadow-color: rgba(0, 0, 0, 0.2);
94
+ --shadow-base: 0 1px 6px rgba(0, 0, 0, 0.2);
95
+ --shadow-card: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
96
+ --shadow-up: 0 -1px 6px rgba(0, 0, 0, 0.2);
97
+ --shadow-down: 0 1px 6px rgba(0, 0, 0, 0.2);
98
+ --shadow-left: -1px 0 6px rgba(0, 0, 0, 0.2);
99
+ --shadow-right: 1px 0 6px rgba(0, 0, 0, 0.2);
100
+ --btn-height-base: 32px;
101
+ --btn-height-large: 40px;
102
+ --btn-height-small: 24px;
103
+ --btn-padding-base: 0 15px;
104
+ --btn-padding-large: 0 15px;
105
+ --btn-padding-small: 0 7px;
106
+ --btn-font-weight: normal;
107
+ --btn-padding-base-icon: 5px 15px 6px;
108
+ --btn-padding-large-icon: 6px 15px 6px 15px;
109
+ --btn-padding-small-icon: 1px 7px 2px;
110
+ --btn-font-size: 14px;
111
+ --btn-font-size-large: 16px;
112
+ --btn-font-size-small: 14px;
113
+ --btn-border-radius: 4px;
114
+ --btn-border-radius-small: 3px;
115
+ --btn-group-border: #4eba19;
116
+ --btn-disable-color: #c5c8ce;
117
+ --btn-disable-bg: #f7f7f7;
118
+ --btn-disable-border: #dcdee2;
119
+ --btn-default-color: #515a6e;
120
+ --btn-default-color-tint-20: #747b8b;
121
+ --btn-default-color-shade-5: #4d5669;
122
+ --btn-default-bg: #fff;
123
+ --btn-default-bg-tint-20: #ffffff;
124
+ --btn-default-bg-shade-5: #f2f2f2;
125
+ --btn-default-border: #dcdee2;
126
+ --btn-default-border-tint-20: #e3e5e8;
127
+ --btn-default-border-shade-5: #d1d3d7;
128
+ --btn-primary-color: #fff;
129
+ --btn-primary-color-tint-20: #ffffff;
130
+ --btn-primary-color-tint-5: #ffffff;
131
+ --btn-primary-color-shade-5: #f2f2f2;
132
+ --btn-primary-bg: #52c41a;
133
+ --btn-primary-bg-tint-20: #75d048;
134
+ --btn-primary-bg-tint-5: #5bc725;
135
+ --btn-ghost-color: #515a6e;
136
+ --btn-ghost-color-tint-20: #747b8b;
137
+ --btn-ghost-color-shade-5: #4d5669;
138
+ --btn-ghost-bg: #fff;
139
+ --btn-ghost-bg-tint-20: #ffffff;
140
+ --btn-ghost-bg-shade-5: #f2f2f2;
141
+ --btn-ghost-border: #dcdee2;
142
+ --btn-ghost-border-tint-20: #e3e5e8;
143
+ --btn-ghost-border-shade-5: #d1d3d7;
144
+ --btn-circle-size: 32px;
145
+ --btn-circle-size-large: 40px;
146
+ --btn-circle-size-small: 24px;
147
+ --btn-square-size: 32px;
148
+ --btn-square-size-large: 40px;
149
+ --btn-square-size-small: 24px;
150
+ --grid-columns: 24;
151
+ --grid-gutter-width: 0;
152
+ --layout-body-background: #f5f7f9;
153
+ --layout-header-background: #515a6e;
154
+ --layout-header-height: 64px;
155
+ --layout-header-padding: 0 50px;
156
+ --layout-footer-padding: 24px 50px;
157
+ --layout-footer-background: #f5f7f9;
158
+ --layout-sider-background: #515a6e;
159
+ --layout-sider-background-tint-10: #626b7d;
160
+ --layout-trigger-height: 48px;
161
+ --layout-trigger-color: #fff;
162
+ --layout-zero-trigger-width: 36px;
163
+ --layout-zero-trigger-height: 42px;
164
+ --legend-color: #999;
165
+ --input-height-base: 32px;
166
+ --input-height-large: 40px;
167
+ --input-height-small: 24px;
168
+ --input-padding-horizontal: 7px;
169
+ --input-padding-vertical-base: 4px;
170
+ --input-padding-vertical-small: 1px;
171
+ --input-padding-vertical-large: 6px;
172
+ --input-placeholder-color: #c5c8ce;
173
+ --input-color: #515a6e;
174
+ --input-border-color: #dcdee2;
175
+ --input-border-color-tint-20: #e3e5e8;
176
+ --input-bg: #fff;
177
+ --input-group-bg: #f8f8f9;
178
+ --input-hover-border-color: #52c41a;
179
+ --input-hover-border-color-tint-20: #75d048;
180
+ --input-hover-border-color-fade-20: rgba(82, 196, 26, 0.2);
181
+ --input-focus-border-color: #52c41a;
182
+ --input-disabled-bg: #f3f3f3;
183
+ --tag-font-size: 12px;
184
+ --screen-xs: 480px;
185
+ --screen-xs-min: 480px;
186
+ --screen-xs-max: 479px;
187
+ --screen-sm: 576px;
188
+ --screen-sm-min: 576px;
189
+ --screen-sm-max: 575px;
190
+ --screen-md: 768px;
191
+ --screen-md-min: 768px;
192
+ --screen-md-max: 767px;
193
+ --screen-lg: 992px;
194
+ --screen-lg-min: 992px;
195
+ --screen-lg-max: 991px;
196
+ --screen-xl: 1200px;
197
+ --screen-xl-min: 1200px;
198
+ --screen-xl-max: 1199px;
199
+ --screen-xxl: 1600px;
200
+ --screen-xxl-min: 1600px;
201
+ --screen-xxl-max: 1599px;
202
+ --zindex-spin: 8;
203
+ --zindex-affix: 10;
204
+ --zindex-back-top: 10;
205
+ --zindex-select: 900;
206
+ --zindex-modal: 1000;
207
+ --zindex-drawer: 1000;
208
+ --zindex-message: 1010;
209
+ --zindex-notification: 1010;
210
+ --zindex-tooltip: 1060;
211
+ --zindex-transfer: 1060;
212
+ --zindex-loading-bar: 2000;
213
+ --zindex-spin-fullscreen: 2010;
214
+ --animation-time: 0.3s;
215
+ --animation-time-quick: 0.15s;
216
+ --transition-time: 0.2s;
217
+ --ease-in-out: ease-in-out;
218
+ --slider-color: #75d048;
219
+ --slider-height: 4px;
220
+ --slider-margin: 16px 0;
221
+ --slider-button-wrap-size: 18px;
222
+ --slider-button-wrap-offset: -5px;
223
+ --slider-disabled-color: #ccc;
224
+ --avatar-size-base: 32px;
225
+ --avatar-size-lg: 40px;
226
+ --avatar-size-sm: 24px;
227
+ --avatar-font-size-base: 18px;
228
+ --avatar-font-size-lg: 24px;
229
+ --avatar-font-size-sm: 14px;
230
+ --avatar-bg: #ccc;
231
+ --avatar-color: #fff;
232
+ --avatar-border-radius: 4px;
233
+ --anchor-border-width: 2px;
234
+ --list-header-background: transparent;
235
+ --list-footer-background: transparent;
236
+ --list-empty-text-padding: 16px;
237
+ --list-item-padding: 12px 0;
238
+ --list-item-meta-margin-bottom: 16px;
239
+ --list-item-meta-avatar-margin-right: 16px;
240
+ --list-item-meta-title-margin-bottom: 12px;
241
+ }
@@ -0,0 +1,319 @@
1
+ @import "./var.less";
2
+
3
+ :root {
4
+
5
+ --primary-color : @primary-color;
6
+ --primary-color-tint-20 : @primary-color-tint-20;
7
+ --primary-color-tint-90 : @primary-color-tint-90;
8
+ --primary-color-tint-80 : @primary-color-tint-80;
9
+ --primary-color-tint-5 : @primary-color-tint-5;
10
+ --primary-color-tint-95-fade-50 : @primary-color-tint-95-fade-50;
11
+ --primary-color-fade-20 : @primary-color-fade-20;
12
+ --primary-color-shade-5 : @primary-color-shade-5;
13
+
14
+
15
+ --info-color : @info-color;
16
+ --info-color-tint-20 : @info-color-tint-20;
17
+ --info-color-tint-90 : @info-color-tint-90;
18
+ --info-color-tint-80 : @info-color-tint-80;
19
+ --info-color-tint-5 : @info-color-tint-5;
20
+ --info-color-tint-95-fade-50 : @info-color-tint-95-fade-50;
21
+ --info-color-fade-20 : @info-color-fade-20;
22
+ --info-color-shade-5 : @info-color-shade-5;
23
+
24
+
25
+ --success-color : @success-color;
26
+ --success-color-tint-20 : @success-color-tint-20;
27
+ --success-color-tint-90 : @success-color-tint-90;
28
+ --success-color-tint-80 : @success-color-tint-80;
29
+ --success-color-tint-5 : @success-color-tint-5;
30
+ --success-color-tint-95-fade-50 : @success-color-tint-95-fade-50;
31
+ --success-color-fade-20 : @success-color-fade-20;
32
+ --success-color-shade-5 : @success-color-shade-5;
33
+
34
+
35
+ --processing-color : @processing-color;
36
+
37
+
38
+ --warning-color : @warning-color;
39
+ --warning-color-tint-20 : @warning-color-tint-20;
40
+ --warning-color-tint-90 : @warning-color-tint-90;
41
+ --warning-color-tint-5 : @warning-color-tint-5;
42
+ --warning-color-tint-80 : @warning-color-tint-80;
43
+ --warning-color-tint-95-fade-50 : @warning-color-tint-95-fade-50;
44
+ --warning-color-fade-20 : @warning-color-fade-20;
45
+ --warning-color-shade-5 : @warning-color-shade-5;
46
+
47
+
48
+
49
+ --error-color : @error-color;
50
+ --error-color-tint-20 : @error-color-tint-20;
51
+ --error-color-tint-90 : @error-color-tint-90;
52
+ --error-color-tint-5 : @error-color-tint-5;
53
+ --error-color-tint-80 : @error-color-tint-80;
54
+ --error-color-tint-95-fade-50 : @error-color-tint-95-fade-50;
55
+ --error-color-fade-20 : @error-color-fade-20;
56
+ --error-color-shade-5 : @error-color-shade-5;
57
+
58
+
59
+
60
+
61
+ --normal-color : @normal-color;
62
+ --link-color : @link-color;
63
+ --link-hover-color : @link-hover-color;
64
+ --link-active-color : @link-active-color;
65
+ --selected-color : @selected-color;
66
+ --selected-color-shade-10 : @selected-color-shade-10;
67
+ --tooltip-color : @tooltip-color;
68
+ --subsidiary-color : @subsidiary-color;
69
+ --rate-star-color : @rate-star-color;
70
+ --rate-star-color-tint-20 : @rate-star-color-tint-20;
71
+ --white : @white;
72
+ --black : @black;
73
+
74
+
75
+ --body-background : @body-background;
76
+ --component-background : @component-background;
77
+ --font-family : @font-family;
78
+ --code-family : @code-family;
79
+ --title-color : @title-color;
80
+ --text-color : @text-color;
81
+ --text-color-secondary : @text-color-secondary;
82
+ --heading-color : @heading-color;
83
+ --heading-color-dark : @heading-color-dark;
84
+ --font-size-base : @font-size-base;
85
+ --font-size-small : @font-size-small;
86
+ --font-size-large : @font-size-large;
87
+ --line-height-base : @line-height-base;
88
+ --line-height-computed : @line-height-computed;
89
+ --border-radius-base : @border-radius-base;
90
+ --border-radius-small : @border-radius-small;
91
+ --cursor-disabled : @cursor-disabled;
92
+
93
+
94
+ --padding-lg : @padding-lg;
95
+ --padding-md : @padding-md;
96
+ --padding-sm : @padding-sm;
97
+ --padding-xs : @padding-xs;
98
+
99
+
100
+ --border-color-base : @border-color-base;
101
+ --border-color-split : @border-color-split;
102
+ --border-width-base : @border-width-base;
103
+ --border-style-base : @border-style-base;
104
+
105
+
106
+ --background-color-base : @background-color-base;
107
+ --background-color-select-hover : @background-color-select-hover;
108
+ --tooltip-bg : @tooltip-bg;
109
+ --head-bg : @head-bg;
110
+ --table-thead-bg : @table-thead-bg;
111
+ --table-td-stripe-bg : @table-td-stripe-bg;
112
+ --table-td-hover-bg : @table-td-hover-bg;
113
+ --table-td-highlight-bg : @table-td-highlight-bg;
114
+ --menu-dark-title : @menu-dark-title;
115
+ --menu-dark-active-bg : @menu-dark-active-bg;
116
+ --menu-dark-subsidiary-color : @menu-dark-subsidiary-color;
117
+ --menu-dark-group-title-color : @menu-dark-group-title-color;
118
+ --date-picker-cell-hover-bg : @date-picker-cell-hover-bg;
119
+
120
+
121
+ --shadow-color : @shadow-color;
122
+ --shadow-base : @shadow-base;
123
+ --shadow-card : @shadow-card;
124
+ --shadow-up : @shadow-up;
125
+ --shadow-down : @shadow-down;
126
+ --shadow-left : @shadow-left;
127
+ --shadow-right : @shadow-right;
128
+
129
+
130
+ --btn-height-base : @btn-height-base;
131
+ --btn-height-large : @btn-height-large;
132
+ --btn-height-small : @btn-height-small;
133
+
134
+ --btn-padding-base : @btn-padding-base;
135
+ --btn-padding-large : @btn-padding-large;
136
+ --btn-padding-small : @btn-padding-small;
137
+
138
+ --btn-font-weight : @btn-font-weight;
139
+ --btn-padding-base-icon : @btn-padding-base-icon;
140
+ --btn-padding-large-icon : @btn-padding-large-icon;
141
+ --btn-padding-small-icon : @btn-padding-small-icon;
142
+ --btn-font-size : @btn-font-size;
143
+ --btn-font-size-large : @btn-font-size-large;
144
+ --btn-font-size-small : @btn-font-size-small;
145
+ --btn-border-radius : @btn-border-radius;
146
+ --btn-border-radius-small : @btn-border-radius-small;
147
+ --btn-group-border : @btn-group-border;
148
+
149
+ --btn-disable-color : @btn-disable-color;
150
+ --btn-disable-bg : @btn-disable-bg;
151
+ --btn-disable-border : @btn-disable-border;
152
+
153
+ --btn-default-color : @btn-default-color;
154
+ --btn-default-color-tint-20 : @btn-default-color-tint-20;
155
+ --btn-default-color-shade-5 : @btn-default-color-shade-5;
156
+ --btn-default-bg : @btn-default-bg;
157
+ --btn-default-bg-tint-20 : @btn-default-bg-tint-20;
158
+ --btn-default-bg-shade-5 : @btn-default-bg-shade-5;
159
+ --btn-default-border : @btn-default-border;
160
+ --btn-default-border-tint-20 : @btn-default-border-tint-20;
161
+ --btn-default-border-shade-5 : @btn-default-border-shade-5;
162
+
163
+ --btn-primary-color : @btn-primary-color;
164
+ --btn-primary-color-tint-20 : @btn-primary-color-tint-20;
165
+ --btn-primary-color-tint-5 : @btn-primary-color-tint-5;
166
+ --btn-primary-color-shade-5 : @btn-primary-color-shade-5;
167
+
168
+ --btn-primary-bg : @btn-primary-bg;
169
+ --btn-primary-bg-tint-20 : @btn-primary-bg-tint-20;
170
+ --btn-primary-bg-tint-5 : @btn-primary-bg-tint-5;
171
+
172
+ --btn-ghost-color : @btn-ghost-color;
173
+ --btn-ghost-color-tint-20 : @btn-ghost-color-tint-20;
174
+ --btn-ghost-color-shade-5 : @btn-ghost-color-shade-5;
175
+
176
+ --btn-ghost-bg : @btn-ghost-bg;
177
+ --btn-ghost-bg-tint-20 : @btn-ghost-bg-tint-20;
178
+ --btn-ghost-bg-shade-5 : @btn-ghost-bg-shade-5;
179
+ --btn-ghost-border : @btn-ghost-border;
180
+ --btn-ghost-border-tint-20 : @btn-ghost-border-tint-20;
181
+ --btn-ghost-border-shade-5 : @btn-ghost-border-shade-5;
182
+
183
+ --btn-circle-size : @btn-circle-size;
184
+ --btn-circle-size-large : @btn-circle-size-large;
185
+ --btn-circle-size-small : @btn-circle-size-small;
186
+
187
+ --btn-square-size : @btn-square-size;
188
+ --btn-square-size-large : @btn-square-size-large;
189
+ --btn-square-size-small : @btn-square-size-small;
190
+
191
+
192
+ --grid-columns : @grid-columns;
193
+ --grid-gutter-width : @grid-gutter-width;
194
+ --layout-body-background : @layout-body-background;
195
+ --layout-header-background : @layout-header-background;
196
+ --layout-header-height : @layout-header-height;
197
+ --layout-header-padding : @layout-header-padding;
198
+ --layout-footer-padding : @layout-footer-padding;
199
+ --layout-footer-background : @layout-footer-background;
200
+ --layout-sider-background : @layout-sider-background;
201
+ --layout-sider-background-tint-10: @layout-sider-background-tint-10;
202
+ --layout-trigger-height : @layout-trigger-height;
203
+ --layout-trigger-color : @layout-trigger-color;
204
+ --layout-zero-trigger-width : @layout-zero-trigger-width;
205
+ --layout-zero-trigger-height : @layout-zero-trigger-height;
206
+
207
+
208
+ --legend-color : @legend-color;
209
+
210
+
211
+ --input-height-base : @input-height-base;
212
+ --input-height-large : @input-height-large;
213
+ --input-height-small : @input-height-small;
214
+
215
+ --input-padding-horizontal : @input-padding-horizontal;
216
+ --input-padding-vertical-base : @input-padding-vertical-base;
217
+ --input-padding-vertical-small : @input-padding-vertical-small;
218
+ --input-padding-vertical-large : @input-padding-vertical-large;
219
+
220
+ --input-placeholder-color : @input-placeholder-color;
221
+ --input-color : @input-color;
222
+ --input-border-color : @input-border-color;
223
+ --input-border-color-tint-20 : @input-border-color-tint-20;
224
+ --input-bg : @input-bg;
225
+ --input-group-bg : @input-group-bg;
226
+
227
+ --input-hover-border-color : @input-hover-border-color;
228
+ --input-hover-border-color-tint-20: @input-hover-border-color-tint-20;
229
+ --input-hover-border-color-fade-20: @input-hover-border-color-fade-20;
230
+ --input-focus-border-color : @input-focus-border-color;
231
+ --input-disabled-bg : @input-disabled-bg;
232
+
233
+
234
+ --tag-font-size : @tag-font-size;
235
+
236
+
237
+
238
+ --screen-xs : @screen-xs;
239
+ --screen-xs-min : @screen-xs-min;
240
+ --screen-xs-max : @screen-xs-max;
241
+
242
+
243
+ --screen-sm : @screen-sm;
244
+ --screen-sm-min : @screen-sm-min;
245
+ --screen-sm-max : @screen-sm-max;
246
+
247
+
248
+ --screen-md : @screen-md;
249
+ --screen-md-min : @screen-md-min;
250
+ --screen-md-max : @screen-md-max;
251
+
252
+
253
+ --screen-lg : @screen-lg;
254
+ --screen-lg-min : @screen-lg-min;
255
+ --screen-lg-max : @screen-lg-max;
256
+
257
+
258
+ --screen-xl : @screen-xl;
259
+ --screen-xl-min : @screen-xl-min;
260
+ --screen-xl-max : @screen-xl-max;
261
+
262
+
263
+ --screen-xxl : @screen-xxl;
264
+ --screen-xxl-min : @screen-xxl-min;
265
+ --screen-xxl-max : @screen-xxl-max;
266
+
267
+
268
+ --zindex-spin : @zindex-spin;
269
+ --zindex-affix : @zindex-affix;
270
+ --zindex-back-top : @zindex-back-top;
271
+ --zindex-select : @zindex-select;
272
+ --zindex-modal : @zindex-modal;
273
+ --zindex-drawer : @zindex-drawer;
274
+ --zindex-message : @zindex-message;
275
+ --zindex-notification : @zindex-notification;
276
+ --zindex-tooltip : @zindex-tooltip;
277
+ --zindex-transfer : @zindex-transfer;
278
+ --zindex-loading-bar : @zindex-loading-bar;
279
+ --zindex-spin-fullscreen : @zindex-spin-fullscreen;
280
+
281
+
282
+ --animation-time : @animation-time;
283
+ --animation-time-quick : @animation-time-quick;
284
+ --transition-time : @transition-time;
285
+ --ease-in-out : @ease-in-out;
286
+
287
+
288
+ --slider-color : @slider-color;
289
+ --slider-height : @slider-height;
290
+ --slider-margin : @slider-margin;
291
+ --slider-button-wrap-size : @slider-button-wrap-size;
292
+ --slider-button-wrap-offset : @slider-button-wrap-offset;
293
+ --slider-disabled-color : @slider-disabled-color;
294
+
295
+
296
+ --avatar-size-base : @avatar-size-base;
297
+ --avatar-size-lg : @avatar-size-lg;
298
+ --avatar-size-sm : @avatar-size-sm;
299
+ --avatar-font-size-base : @avatar-font-size-base;
300
+ --avatar-font-size-lg : @avatar-font-size-lg;
301
+ --avatar-font-size-sm : @avatar-font-size-sm;
302
+ --avatar-bg : @avatar-bg;
303
+ --avatar-color : @avatar-color;
304
+ --avatar-border-radius : @avatar-border-radius;
305
+
306
+
307
+ --anchor-border-width : @anchor-border-width;
308
+
309
+
310
+
311
+ --list-header-background : @list-header-background;
312
+ --list-footer-background : @list-footer-background;
313
+ --list-empty-text-padding : @list-empty-text-padding;
314
+ --list-item-padding : @list-item-padding;
315
+ --list-item-meta-margin-bottom : @list-item-meta-margin-bottom;
316
+ --list-item-meta-avatar-margin-right: @list-item-meta-avatar-margin-right;
317
+ --list-item-meta-title-margin-bottom: @list-item-meta-title-margin-bottom;
318
+
319
+ }