@oceanbase/design 0.2.25 → 0.2.27
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.
- package/dist/design.min.js +1 -1
- package/es/_util/type.d.ts +4 -0
- package/es/_util/type.js +1 -0
- package/es/badge/index.d.ts +3 -4
- package/es/badge/index.js +7 -3
- package/es/button/index.d.ts +2 -4
- package/es/button/index.js +7 -5
- package/es/card/index.d.ts +2 -4
- package/es/card/index.js +7 -5
- package/es/config-provider/index.js +9 -11
- package/es/drawer/Drawer.d.ts +18 -0
- package/es/drawer/Drawer.js +69 -0
- package/es/drawer/index.d.ts +2 -0
- package/es/drawer/index.js +3 -1
- package/es/drawer/style/index.d.ts +9 -0
- package/es/drawer/style/index.js +31 -0
- package/es/index.d.ts +2 -1
- package/es/index.js +1 -0
- package/es/modal/style/index.js +3 -2
- package/es/select/index.d.ts +8 -2
- package/es/select/index.js +6 -6
- package/es/spin/index.js +1 -0
- package/es/static-function/index.d.ts +1 -1
- package/es/static-function/index.js +2 -2
- package/es/table/index.d.ts +17 -12
- package/es/table/index.js +19 -16
- package/es/tag/index.d.ts +2 -4
- package/es/tag/index.js +7 -5
- package/es/theme/dark.d.ts +56 -0
- package/es/theme/dark.js +10 -0
- package/es/theme/default.d.ts +94 -72
- package/es/theme/default.js +95 -72
- package/es/theme/index.d.ts +8 -13
- package/es/theme/index.js +15 -20
- package/es/theme/style/compact.less +211 -186
- package/es/theme/style/dark.less +194 -169
- package/es/theme/style/default.less +208 -183
- package/es/tooltip/index.d.ts +2 -2
- package/es/tooltip/index.js +3 -2
- package/lib/_util/type.d.ts +4 -0
- package/lib/_util/type.js +17 -0
- package/lib/badge/index.d.ts +3 -4
- package/lib/badge/index.js +56 -51
- package/lib/button/index.d.ts +2 -4
- package/lib/button/index.js +15 -10
- package/lib/card/index.d.ts +2 -4
- package/lib/card/index.js +40 -34
- package/lib/config-provider/index.js +8 -15
- package/lib/drawer/Drawer.d.ts +18 -0
- package/lib/drawer/Drawer.js +85 -0
- package/lib/drawer/index.d.ts +2 -0
- package/lib/drawer/index.js +19 -0
- package/lib/drawer/style/index.d.ts +9 -0
- package/lib/drawer/style/index.js +60 -0
- package/lib/index.d.ts +2 -1
- package/lib/index.js +3 -0
- package/lib/modal/style/index.js +3 -2
- package/lib/select/index.d.ts +8 -2
- package/lib/select/index.js +14 -10
- package/lib/spin/index.js +1 -0
- package/lib/static-function/index.d.ts +1 -1
- package/lib/static-function/index.js +1 -1
- package/lib/table/index.d.ts +17 -12
- package/lib/table/index.js +17 -14
- package/lib/tag/index.d.ts +2 -4
- package/lib/tag/index.js +25 -28
- package/lib/theme/dark.d.ts +56 -0
- package/lib/theme/dark.js +44 -0
- package/lib/theme/default.d.ts +94 -72
- package/lib/theme/default.js +94 -71
- package/lib/theme/index.d.ts +8 -13
- package/lib/theme/index.js +27 -21
- package/lib/theme/style/compact.less +211 -186
- package/lib/theme/style/dark.less +194 -169
- package/lib/theme/style/default.less +208 -183
- package/lib/tooltip/index.d.ts +2 -2
- package/lib/tooltip/index.js +83 -80
- package/package.json +6 -4
package/es/theme/style/dark.less
CHANGED
|
@@ -1,26 +1,27 @@
|
|
|
1
1
|
@blue: #035ddc;
|
|
2
|
-
@purple: #
|
|
3
|
-
@cyan: #
|
|
2
|
+
@purple: #722ED1;
|
|
3
|
+
@cyan: #13C2C2;
|
|
4
4
|
@green: #0ca774;
|
|
5
|
-
@magenta: #
|
|
5
|
+
@magenta: #EB2F96;
|
|
6
6
|
@pink: #eb2f96;
|
|
7
7
|
@red: #dc4343;
|
|
8
|
-
@orange: #
|
|
8
|
+
@orange: #FA8C16;
|
|
9
9
|
@yellow: #dc952e;
|
|
10
|
-
@volcano: #
|
|
11
|
-
@geekblue: #
|
|
12
|
-
@gold: #
|
|
13
|
-
@lime: #
|
|
10
|
+
@volcano: #FA541C;
|
|
11
|
+
@geekblue: #2F54EB;
|
|
12
|
+
@gold: #FAAD14;
|
|
13
|
+
@lime: #A0D911;
|
|
14
14
|
@colorPrimary: #035ddc;
|
|
15
15
|
@colorSuccess: #0ca774;
|
|
16
16
|
@colorWarning: #dc952e;
|
|
17
17
|
@colorError: #dc4343;
|
|
18
18
|
@colorInfo: #035ddc;
|
|
19
|
+
@colorLink: #035ddc;
|
|
19
20
|
@colorTextBase: #fff;
|
|
20
21
|
@colorBgBase: #000;
|
|
21
22
|
@fontFamily: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
|
|
22
|
-
|
|
23
|
-
|
|
23
|
+
'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
|
24
|
+
'Noto Color Emoji';
|
|
24
25
|
@fontFamilyCode: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
|
|
25
26
|
@fontSize: 14;
|
|
26
27
|
@lineWidth: 1;
|
|
@@ -45,90 +46,26 @@
|
|
|
45
46
|
@opacityImage: 1;
|
|
46
47
|
@wireframe: false;
|
|
47
48
|
@motion: true;
|
|
48
|
-
@
|
|
49
|
-
@
|
|
50
|
-
@
|
|
51
|
-
@
|
|
52
|
-
@
|
|
53
|
-
@
|
|
54
|
-
@
|
|
55
|
-
@
|
|
56
|
-
@
|
|
57
|
-
@
|
|
58
|
-
@
|
|
59
|
-
@
|
|
60
|
-
@
|
|
61
|
-
@
|
|
62
|
-
@
|
|
63
|
-
@
|
|
64
|
-
@
|
|
65
|
-
@
|
|
66
|
-
@
|
|
67
|
-
@
|
|
68
|
-
@colorWarningBorderHover: #7e5822;
|
|
69
|
-
@colorWarningHover: #7e5822;
|
|
70
|
-
@colorWarningActive: #ad7728;
|
|
71
|
-
@colorWarningTextHover: #e8b255;
|
|
72
|
-
@colorWarningText: #dc952e;
|
|
73
|
-
@colorWarningTextActive: #ad7728;
|
|
74
|
-
@colorErrorBg: #2c1618;
|
|
75
|
-
@colorErrorBgHover: #451c1e;
|
|
76
|
-
@colorErrorBorder: #5b2525;
|
|
77
|
-
@colorErrorBorderHover: #7e2d2d;
|
|
78
|
-
@colorErrorHover: #e86d6a;
|
|
79
|
-
@colorErrorActive: #ad3838;
|
|
80
|
-
@colorErrorTextHover: #e86d6a;
|
|
81
|
-
@colorErrorText: #dc4343;
|
|
82
|
-
@colorErrorTextActive: #ad3838;
|
|
83
|
-
@colorInfoBg: #111a2c;
|
|
84
|
-
@colorInfoBgHover: #0f2445;
|
|
85
|
-
@colorInfoBorder: #0e2e5b;
|
|
86
|
-
@colorInfoBorderHover: #0b3b7e;
|
|
87
|
-
@colorInfoHover: #0b3b7e;
|
|
88
|
-
@colorInfoActive: #074cad;
|
|
89
|
-
@colorInfoTextHover: #277de8;
|
|
90
|
-
@colorInfoText: #035ddc;
|
|
91
|
-
@colorInfoTextActive: #074cad;
|
|
92
|
-
@colorText: rgba(255, 255, 255, 0.85);
|
|
93
|
-
@colorTextSecondary: rgba(255, 255, 255, 0.65);
|
|
94
|
-
@colorTextQuaternary: rgba(255, 255, 255, 0.25);
|
|
95
|
-
@colorTextTertiary: rgba(255, 255, 255, 0.45);
|
|
96
|
-
@colorBgContainer: #141414;
|
|
97
|
-
@colorBgLayout: #000000;
|
|
98
|
-
@colorBgSpotlight: #424242;
|
|
99
|
-
@colorBgMask: rgba(0, 0, 0, 0.45);
|
|
100
|
-
@colorBorder: #424242;
|
|
101
|
-
@colorBorderSecondary: #303030;
|
|
102
|
-
@colorFillQuaternary: rgba(255, 255, 255, 0.04);
|
|
103
|
-
@colorFillTertiary: rgba(255, 255, 255, 0.08);
|
|
104
|
-
@colorFillSecondary: rgba(255, 255, 255, 0.12);
|
|
105
|
-
@colorFill: rgba(255, 255, 255, 0.18);
|
|
106
|
-
@colorIcon: rgba(255, 255, 255, 0.45);
|
|
107
|
-
@boxShadowSecondary: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12),
|
|
108
|
-
0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
109
|
-
@boxShadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12),
|
|
110
|
-
0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
111
|
-
@colorPrimaryActive: #074cad;
|
|
112
|
-
@blue-1: #11231e;
|
|
113
|
-
@blue1: #11231e;
|
|
114
|
-
@blue-2: #0f362a;
|
|
115
|
-
@blue2: #0f362a;
|
|
116
|
-
@blue-3: #114836;
|
|
117
|
-
@blue3: #114836;
|
|
118
|
-
@blue-4: #106247;
|
|
119
|
-
@blue4: #106247;
|
|
120
|
-
@blue-5: #0e845d;
|
|
121
|
-
@blue5: #0e845d;
|
|
122
|
-
@blue-6: #0ca774;
|
|
123
|
-
@blue6: #0ca774;
|
|
124
|
-
@blue-7: #29bc86;
|
|
125
|
-
@blue7: #29bc86;
|
|
126
|
-
@blue-8: #4ed19d;
|
|
127
|
-
@blue8: #4ed19d;
|
|
128
|
-
@blue-9: #78e2b4;
|
|
129
|
-
@blue9: #78e2b4;
|
|
130
|
-
@blue-10: #a6f1cd;
|
|
131
|
-
@blue10: #a6f1cd;
|
|
49
|
+
@blue-1: #111a2c;
|
|
50
|
+
@blue1: #111a2c;
|
|
51
|
+
@blue-2: #112545;
|
|
52
|
+
@blue2: #112545;
|
|
53
|
+
@blue-3: #15325b;
|
|
54
|
+
@blue3: #15325b;
|
|
55
|
+
@blue-4: #15417e;
|
|
56
|
+
@blue4: #15417e;
|
|
57
|
+
@blue-5: #1554ad;
|
|
58
|
+
@blue5: #1554ad;
|
|
59
|
+
@blue-6: #1668dc;
|
|
60
|
+
@blue6: #1668dc;
|
|
61
|
+
@blue-7: #3c89e8;
|
|
62
|
+
@blue7: #3c89e8;
|
|
63
|
+
@blue-8: #65a9f3;
|
|
64
|
+
@blue8: #65a9f3;
|
|
65
|
+
@blue-9: #8dc5f8;
|
|
66
|
+
@blue9: #8dc5f8;
|
|
67
|
+
@blue-10: #b7dcfa;
|
|
68
|
+
@blue10: #b7dcfa;
|
|
132
69
|
@purple-1: #1a1325;
|
|
133
70
|
@purple1: #1a1325;
|
|
134
71
|
@purple-2: #24163a;
|
|
@@ -169,26 +106,26 @@
|
|
|
169
106
|
@cyan9: #84e2d8;
|
|
170
107
|
@cyan-10: #b2f1e8;
|
|
171
108
|
@cyan10: #b2f1e8;
|
|
172
|
-
@green-1: #
|
|
173
|
-
@green1: #
|
|
174
|
-
@green-2: #
|
|
175
|
-
@green2: #
|
|
176
|
-
@green-3: #
|
|
177
|
-
@green3: #
|
|
178
|
-
@green-4: #
|
|
179
|
-
@green4: #
|
|
180
|
-
@green-5: #
|
|
181
|
-
@green5: #
|
|
182
|
-
@green-6: #
|
|
183
|
-
@green6: #
|
|
184
|
-
@green-7: #
|
|
185
|
-
@green7: #
|
|
186
|
-
@green-8: #
|
|
187
|
-
@green8: #
|
|
188
|
-
@green-9: #
|
|
189
|
-
@green9: #
|
|
190
|
-
@green-10: #
|
|
191
|
-
@green10: #
|
|
109
|
+
@green-1: #162312;
|
|
110
|
+
@green1: #162312;
|
|
111
|
+
@green-2: #1d3712;
|
|
112
|
+
@green2: #1d3712;
|
|
113
|
+
@green-3: #274916;
|
|
114
|
+
@green3: #274916;
|
|
115
|
+
@green-4: #306317;
|
|
116
|
+
@green4: #306317;
|
|
117
|
+
@green-5: #3c8618;
|
|
118
|
+
@green5: #3c8618;
|
|
119
|
+
@green-6: #49aa19;
|
|
120
|
+
@green6: #49aa19;
|
|
121
|
+
@green-7: #6abe39;
|
|
122
|
+
@green7: #6abe39;
|
|
123
|
+
@green-8: #8fd460;
|
|
124
|
+
@green8: #8fd460;
|
|
125
|
+
@green-9: #b2e58b;
|
|
126
|
+
@green9: #b2e58b;
|
|
127
|
+
@green-10: #d5f2bb;
|
|
128
|
+
@green10: #d5f2bb;
|
|
192
129
|
@magenta-1: #291321;
|
|
193
130
|
@magenta1: #291321;
|
|
194
131
|
@magenta-2: #40162f;
|
|
@@ -229,26 +166,26 @@
|
|
|
229
166
|
@pink9: #f8a8cc;
|
|
230
167
|
@pink-10: #fad2e3;
|
|
231
168
|
@pink10: #fad2e3;
|
|
232
|
-
@red-1: #
|
|
233
|
-
@red1: #
|
|
234
|
-
@red-2: #
|
|
235
|
-
@red2: #
|
|
236
|
-
@red-3: #
|
|
237
|
-
@red3: #
|
|
238
|
-
@red-4: #
|
|
239
|
-
@red4: #
|
|
240
|
-
@red-5: #
|
|
241
|
-
@red5: #
|
|
242
|
-
@red-6: #
|
|
243
|
-
@red6: #
|
|
244
|
-
@red-7: #
|
|
245
|
-
@red7: #
|
|
246
|
-
@red-8: #
|
|
247
|
-
@red8: #
|
|
248
|
-
@red-9: #
|
|
249
|
-
@red9: #
|
|
250
|
-
@red-10: #
|
|
251
|
-
@red10: #
|
|
169
|
+
@red-1: #2a1215;
|
|
170
|
+
@red1: #2a1215;
|
|
171
|
+
@red-2: #431418;
|
|
172
|
+
@red2: #431418;
|
|
173
|
+
@red-3: #58181c;
|
|
174
|
+
@red3: #58181c;
|
|
175
|
+
@red-4: #791a1f;
|
|
176
|
+
@red4: #791a1f;
|
|
177
|
+
@red-5: #a61d24;
|
|
178
|
+
@red5: #a61d24;
|
|
179
|
+
@red-6: #d32029;
|
|
180
|
+
@red6: #d32029;
|
|
181
|
+
@red-7: #e84749;
|
|
182
|
+
@red7: #e84749;
|
|
183
|
+
@red-8: #f37370;
|
|
184
|
+
@red8: #f37370;
|
|
185
|
+
@red-9: #f89f9a;
|
|
186
|
+
@red9: #f89f9a;
|
|
187
|
+
@red-10: #fac8c3;
|
|
188
|
+
@red10: #fac8c3;
|
|
252
189
|
@orange-1: #2b1d11;
|
|
253
190
|
@orange1: #2b1d11;
|
|
254
191
|
@orange-2: #442a11;
|
|
@@ -269,26 +206,26 @@
|
|
|
269
206
|
@orange9: #f8cf8d;
|
|
270
207
|
@orange-10: #fae3b7;
|
|
271
208
|
@orange10: #fae3b7;
|
|
272
|
-
@yellow-1: #
|
|
273
|
-
@yellow1: #
|
|
274
|
-
@yellow-2: #
|
|
275
|
-
@yellow2: #
|
|
276
|
-
@yellow-3: #
|
|
277
|
-
@yellow3: #
|
|
278
|
-
@yellow-4: #
|
|
279
|
-
@yellow4: #
|
|
280
|
-
@yellow-5: #
|
|
281
|
-
@yellow5: #
|
|
282
|
-
@yellow-6: #
|
|
283
|
-
@yellow6: #
|
|
284
|
-
@yellow-7: #
|
|
285
|
-
@yellow7: #
|
|
286
|
-
@yellow-8: #
|
|
287
|
-
@yellow8: #
|
|
288
|
-
@yellow-9: #
|
|
289
|
-
@yellow9: #
|
|
290
|
-
@yellow-10: #
|
|
291
|
-
@yellow10: #
|
|
209
|
+
@yellow-1: #2b2611;
|
|
210
|
+
@yellow1: #2b2611;
|
|
211
|
+
@yellow-2: #443b11;
|
|
212
|
+
@yellow2: #443b11;
|
|
213
|
+
@yellow-3: #595014;
|
|
214
|
+
@yellow3: #595014;
|
|
215
|
+
@yellow-4: #7c6e14;
|
|
216
|
+
@yellow4: #7c6e14;
|
|
217
|
+
@yellow-5: #aa9514;
|
|
218
|
+
@yellow5: #aa9514;
|
|
219
|
+
@yellow-6: #d8bd14;
|
|
220
|
+
@yellow6: #d8bd14;
|
|
221
|
+
@yellow-7: #e8d639;
|
|
222
|
+
@yellow7: #e8d639;
|
|
223
|
+
@yellow-8: #f3ea62;
|
|
224
|
+
@yellow8: #f3ea62;
|
|
225
|
+
@yellow-9: #f8f48b;
|
|
226
|
+
@yellow9: #f8f48b;
|
|
227
|
+
@yellow-10: #fafab5;
|
|
228
|
+
@yellow10: #fafab5;
|
|
292
229
|
@volcano-1: #2b1611;
|
|
293
230
|
@volcano1: #2b1611;
|
|
294
231
|
@volcano-2: #441d12;
|
|
@@ -369,7 +306,69 @@
|
|
|
369
306
|
@lime9: #e4f88b;
|
|
370
307
|
@lime-10: #f0fab5;
|
|
371
308
|
@lime10: #f0fab5;
|
|
309
|
+
@colorText: rgba(255, 255, 255, 0.85);
|
|
310
|
+
@colorTextSecondary: rgba(255, 255, 255, 0.65);
|
|
311
|
+
@colorTextTertiary: rgba(255, 255, 255, 0.45);
|
|
312
|
+
@colorTextQuaternary: rgba(255, 255, 255, 0.25);
|
|
313
|
+
@colorFill: rgba(255, 255, 255, 0.18);
|
|
314
|
+
@colorFillSecondary: rgba(255, 255, 255, 0.12);
|
|
315
|
+
@colorFillTertiary: rgba(255, 255, 255, 0.08);
|
|
316
|
+
@colorFillQuaternary: rgba(255, 255, 255, 0.04);
|
|
317
|
+
@colorBgLayout: #000000;
|
|
318
|
+
@colorBgContainer: #141414;
|
|
372
319
|
@colorBgElevated: #1f1f1f;
|
|
320
|
+
@colorBgSpotlight: #424242;
|
|
321
|
+
@colorBgBlur: rgba(255, 255, 255, 0.04);
|
|
322
|
+
@colorBorder: #424242;
|
|
323
|
+
@colorBorderSecondary: #303030;
|
|
324
|
+
@colorPrimaryBg: #111a2c;
|
|
325
|
+
@colorPrimaryBgHover: #0f2445;
|
|
326
|
+
@colorPrimaryBorder: #0e2e5b;
|
|
327
|
+
@colorPrimaryBorderHover: #0b3b7e;
|
|
328
|
+
@colorPrimaryHover: #277de8;
|
|
329
|
+
@colorPrimaryActive: #074cad;
|
|
330
|
+
@colorPrimaryTextHover: #277de8;
|
|
331
|
+
@colorPrimaryText: #035ddc;
|
|
332
|
+
@colorPrimaryTextActive: #074cad;
|
|
333
|
+
@colorSuccessBg: #11231e;
|
|
334
|
+
@colorSuccessBgHover: #0f362a;
|
|
335
|
+
@colorSuccessBorder: #114836;
|
|
336
|
+
@colorSuccessBorderHover: #106247;
|
|
337
|
+
@colorSuccessHover: #106247;
|
|
338
|
+
@colorSuccessActive: #0e845d;
|
|
339
|
+
@colorSuccessTextHover: #29bc86;
|
|
340
|
+
@colorSuccessText: #0ca774;
|
|
341
|
+
@colorSuccessTextActive: #0e845d;
|
|
342
|
+
@colorErrorBg: #2c1618;
|
|
343
|
+
@colorErrorBgHover: #451c1e;
|
|
344
|
+
@colorErrorBorder: #5b2525;
|
|
345
|
+
@colorErrorBorderHover: #7e2d2d;
|
|
346
|
+
@colorErrorHover: #e86d6a;
|
|
347
|
+
@colorErrorActive: #ad3838;
|
|
348
|
+
@colorErrorTextHover: #e86d6a;
|
|
349
|
+
@colorErrorText: #dc4343;
|
|
350
|
+
@colorErrorTextActive: #ad3838;
|
|
351
|
+
@colorWarningBg: #2c2114;
|
|
352
|
+
@colorWarningBgHover: #453117;
|
|
353
|
+
@colorWarningBorder: #5b421d;
|
|
354
|
+
@colorWarningBorderHover: #7e5822;
|
|
355
|
+
@colorWarningHover: #7e5822;
|
|
356
|
+
@colorWarningActive: #ad7728;
|
|
357
|
+
@colorWarningTextHover: #e8b255;
|
|
358
|
+
@colorWarningText: #dc952e;
|
|
359
|
+
@colorWarningTextActive: #ad7728;
|
|
360
|
+
@colorInfoBg: #111a2c;
|
|
361
|
+
@colorInfoBgHover: #0f2445;
|
|
362
|
+
@colorInfoBorder: #0e2e5b;
|
|
363
|
+
@colorInfoBorderHover: #0b3b7e;
|
|
364
|
+
@colorInfoHover: #0b3b7e;
|
|
365
|
+
@colorInfoActive: #074cad;
|
|
366
|
+
@colorInfoTextHover: #277de8;
|
|
367
|
+
@colorInfoText: #035ddc;
|
|
368
|
+
@colorInfoTextActive: #074cad;
|
|
369
|
+
@colorLinkHover: #0b3b7e;
|
|
370
|
+
@colorLinkActive: #074cad;
|
|
371
|
+
@colorBgMask: rgba(0, 0, 0, 0.45);
|
|
373
372
|
@colorWhite: #fff;
|
|
374
373
|
@fontSizeSM: 12;
|
|
375
374
|
@fontSizeLG: 16;
|
|
@@ -407,9 +406,6 @@
|
|
|
407
406
|
@borderRadiusSM: 4;
|
|
408
407
|
@borderRadiusLG: 8;
|
|
409
408
|
@borderRadiusOuter: 4;
|
|
410
|
-
@colorLink: #035ddc;
|
|
411
|
-
@colorLinkHover: #0b3b7e;
|
|
412
|
-
@colorLinkActive: #074cad;
|
|
413
409
|
@colorFillContent: rgba(255, 255, 255, 0.12);
|
|
414
410
|
@colorFillContentHover: rgba(255, 255, 255, 0.18);
|
|
415
411
|
@colorFillAlter: rgba(255, 255, 255, 0.04);
|
|
@@ -425,6 +421,7 @@
|
|
|
425
421
|
@colorHighlight: #dc4343;
|
|
426
422
|
@colorBgTextHover: rgba(255, 255, 255, 0.12);
|
|
427
423
|
@colorBgTextActive: rgba(255, 255, 255, 0.18);
|
|
424
|
+
@colorIcon: rgba(255, 255, 255, 0.45);
|
|
428
425
|
@colorIconHover: rgba(255, 255, 255, 0.85);
|
|
429
426
|
@colorErrorOutline: rgba(238, 38, 56, 0.11);
|
|
430
427
|
@colorWarningOutline: rgba(238, 138, 20, 0.11);
|
|
@@ -466,8 +463,21 @@
|
|
|
466
463
|
@marginLG: 24;
|
|
467
464
|
@marginXL: 32;
|
|
468
465
|
@marginXXL: 48;
|
|
469
|
-
@
|
|
470
|
-
|
|
466
|
+
@boxShadow:
|
|
467
|
+
0 6px 16px 0 rgba(0, 0, 0, 0.08),
|
|
468
|
+
0 3px 6px -4px rgba(0, 0, 0, 0.12),
|
|
469
|
+
0 9px 28px 8px rgba(0, 0, 0, 0.05)
|
|
470
|
+
;
|
|
471
|
+
@boxShadowSecondary:
|
|
472
|
+
0 6px 16px 0 rgba(0, 0, 0, 0.08),
|
|
473
|
+
0 3px 6px -4px rgba(0, 0, 0, 0.12),
|
|
474
|
+
0 9px 28px 8px rgba(0, 0, 0, 0.05)
|
|
475
|
+
;
|
|
476
|
+
@boxShadowTertiary:
|
|
477
|
+
0 1px 2px 0 rgba(0, 0, 0, 0.03),
|
|
478
|
+
0 1px 6px -1px rgba(0, 0, 0, 0.02),
|
|
479
|
+
0 2px 4px 0 rgba(0, 0, 0, 0.02)
|
|
480
|
+
;
|
|
471
481
|
@screenXS: 480;
|
|
472
482
|
@screenXSMin: 480;
|
|
473
483
|
@screenXSMax: 575;
|
|
@@ -486,16 +496,31 @@
|
|
|
486
496
|
@screenXXL: 1600;
|
|
487
497
|
@screenXXLMin: 1600;
|
|
488
498
|
@boxShadowPopoverArrow: 2px 2px 5px rgba(0, 0, 0, 0.05);
|
|
489
|
-
@boxShadowCard:
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
+
@boxShadowCard:
|
|
500
|
+
0 1px 2px -2px rgba(0, 0, 0, 0.16),
|
|
501
|
+
0 3px 6px 0 rgba(0, 0, 0, 0.12),
|
|
502
|
+
0 5px 12px 4px rgba(0, 0, 0, 0.09)
|
|
503
|
+
;
|
|
504
|
+
@boxShadowDrawerRight:
|
|
505
|
+
-6px 0 16px 0 rgba(0, 0, 0, 0.08),
|
|
506
|
+
-3px 0 6px -4px rgba(0, 0, 0, 0.12),
|
|
507
|
+
-9px 0 28px 8px rgba(0, 0, 0, 0.05)
|
|
508
|
+
;
|
|
509
|
+
@boxShadowDrawerLeft:
|
|
510
|
+
6px 0 16px 0 rgba(0, 0, 0, 0.08),
|
|
511
|
+
3px 0 6px -4px rgba(0, 0, 0, 0.12),
|
|
512
|
+
9px 0 28px 8px rgba(0, 0, 0, 0.05)
|
|
513
|
+
;
|
|
514
|
+
@boxShadowDrawerUp:
|
|
515
|
+
0 6px 16px 0 rgba(0, 0, 0, 0.08),
|
|
516
|
+
0 3px 6px -4px rgba(0, 0, 0, 0.12),
|
|
517
|
+
0 9px 28px 8px rgba(0, 0, 0, 0.05)
|
|
518
|
+
;
|
|
519
|
+
@boxShadowDrawerDown:
|
|
520
|
+
0 -6px 16px 0 rgba(0, 0, 0, 0.08),
|
|
521
|
+
0 -3px 6px -4px rgba(0, 0, 0, 0.12),
|
|
522
|
+
0 -9px 28px 8px rgba(0, 0, 0, 0.05)
|
|
523
|
+
;
|
|
499
524
|
@boxShadowTabsOverflowLeft: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
|
|
500
525
|
@boxShadowTabsOverflowRight: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
|
|
501
526
|
@boxShadowTabsOverflowTop: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
|