inl-ui 0.0.6 → 0.0.7

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.
@@ -1,1094 +0,0 @@
1
- /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2
- @import "../color/colors.less";
3
-
4
- @theme: default;
5
-
6
- // The prefix to use on all css classes from ant.
7
- @ant-prefix: ant;
8
-
9
- // An override for the html selector for theme prefixes
10
- @html-selector: html;
11
-
12
- // [CSS-VARIABLE-REPLACE-BEGIN: html-variables]
13
- // [CSS-VARIABLE-REPLACE-END: html-variables]
14
-
15
- // -------- Colors -----------
16
- // >>> Primary
17
- @primary-color: @blue-6;
18
- @primary-color-hover: color(~`colorPalette("@{primary-color}", 5) `);
19
- @primary-color-active: color(~`colorPalette("@{primary-color}", 7) `);
20
- @primary-color-outline: fade(@primary-color, @outline-fade);
21
-
22
- @processing-color: @blue-6;
23
-
24
- // >>> Info
25
- @info-color: @primary-color;
26
- @info-color-deprecated-bg: color(~`colorPalette("@{info-color}", 1) `);
27
- @info-color-deprecated-border: color(~`colorPalette("@{info-color}", 3) `);
28
-
29
- // >>> Success
30
- @success-color: @green-6;
31
- @success-color-hover: color(~`colorPalette("@{success-color}", 5) `);
32
- @success-color-active: color(~`colorPalette("@{success-color}", 7) `);
33
- @success-color-outline: fade(@success-color, @outline-fade);
34
- @success-color-deprecated-bg: color(~`colorPalette("@{success-color}", 1) `);
35
- @success-color-deprecated-border: color(
36
- ~`colorPalette("@{success-color}", 3) `
37
- );
38
-
39
- // >>> Warning
40
- @warning-color: @gold-6;
41
- @warning-color-hover: color(~`colorPalette("@{warning-color}", 5) `);
42
- @warning-color-active: color(~`colorPalette("@{warning-color}", 7) `);
43
- @warning-color-outline: fade(@warning-color, @outline-fade);
44
- @warning-color-deprecated-bg: color(~`colorPalette("@{warning-color}", 1) `);
45
- @warning-color-deprecated-border: color(
46
- ~`colorPalette("@{warning-color}", 3) `
47
- );
48
-
49
- // >>> Error
50
- @error-color: @red-5;
51
- @error-color-hover: color(~`colorPalette("@{error-color}", 5) `);
52
- @error-color-active: color(~`colorPalette("@{error-color}", 7) `);
53
- @error-color-outline: fade(@error-color, @outline-fade);
54
- @error-color-deprecated-bg: color(~`colorPalette("@{error-color}", 1) `);
55
- @error-color-deprecated-border: color(~`colorPalette("@{error-color}", 3) `);
56
-
57
- @highlight-color: @red-5;
58
- @normal-color: #d9d9d9;
59
- @white: #fff;
60
- @black: #000;
61
-
62
- // Color used by default to control hover and active backgrounds and for
63
- // alert info backgrounds.
64
- @primary-1: color(
65
- ~`colorPalette("@{primary-color}", 1) `
66
- ); // replace tint(@primary-color, 90%)
67
- @primary-2: color(
68
- ~`colorPalette("@{primary-color}", 2) `
69
- ); // replace tint(@primary-color, 80%)
70
- @primary-3: color(~`colorPalette("@{primary-color}", 3) `); // unused
71
- @primary-4: color(~`colorPalette("@{primary-color}", 4) `); // unused
72
- @primary-5: color(
73
- ~`colorPalette("@{primary-color}", 5) `
74
- ); // color used to control the text color in many active and hover states, replace tint(@primary-color, 20%)
75
- @primary-6: @primary-color; // color used to control the text color of active buttons, don't use, use @primary-color
76
- @primary-7: color(
77
- ~`colorPalette("@{primary-color}", 7) `
78
- ); // replace shade(@primary-color, 5%)
79
- @primary-8: color(~`colorPalette("@{primary-color}", 8) `); // unused
80
- @primary-9: color(~`colorPalette("@{primary-color}", 9) `); // unused
81
- @primary-10: color(~`colorPalette("@{primary-color}", 10) `); // unused
82
-
83
- // Base Scaffolding Variables
84
- // ---
85
-
86
- // Background color for `<body>`
87
- @body-background: #fff;
88
- // Base background color for most components
89
- @component-background: #fff;
90
- // Popover background color
91
- @popover-background: @component-background;
92
- @popover-customize-border-color: @border-color-split;
93
- @font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
94
- "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
95
- "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
96
- @code-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier,
97
- monospace;
98
- @text-color: fade(@black, 85%);
99
- @text-color-secondary: fade(@black, 45%);
100
- @text-color-inverse: @white;
101
- @icon-color: inherit;
102
- @icon-color-hover: fade(@black, 75%);
103
- @heading-color: fade(@black, 85%);
104
- @text-color-dark: fade(@white, 85%);
105
- @text-color-secondary-dark: fade(@white, 65%);
106
- @text-selection-bg: @primary-color;
107
- @font-variant-base: tabular-nums;
108
- @font-feature-settings-base: "tnum";
109
- @font-size-base: 14px;
110
- @font-size-lg: @font-size-base + 2px;
111
- @font-size-sm: 12px;
112
- @heading-1-size: ceil(@font-size-base * 2.71);
113
- @heading-2-size: ceil(@font-size-base * 2.14);
114
- @heading-3-size: ceil(@font-size-base * 1.71);
115
- @heading-4-size: ceil(@font-size-base * 1.42);
116
- @heading-5-size: ceil(@font-size-base * 1.14);
117
- // https://github.com/ant-design/ant-design/issues/20210
118
- @line-height-base: 1.5715;
119
- @border-radius-base: 2px;
120
- @border-radius-sm: @border-radius-base;
121
-
122
- // vertical paddings
123
- @padding-lg: 24px; // containers
124
- @padding-md: 16px; // small containers and buttons
125
- @padding-sm: 12px; // Form controls and items
126
- @padding-xs: 8px; // small items
127
- @padding-xss: 4px; // more small
128
-
129
- // vertical padding for all form controls
130
- @control-padding-horizontal: @padding-sm;
131
- @control-padding-horizontal-sm: @padding-xs;
132
-
133
- // vertical margins
134
- @margin-lg: 24px; // containers
135
- @margin-md: 16px; // small containers and buttons
136
- @margin-sm: 12px; // Form controls and items
137
- @margin-xs: 8px; // small items
138
- @margin-xss: 4px; // more small
139
-
140
- // height rules
141
- @height-base: 32px;
142
- @height-lg: 40px;
143
- @height-sm: 24px;
144
-
145
- // The background colors for active and hover states for things like
146
- // list items or table cells.
147
- @item-active-bg: @primary-1;
148
- @item-hover-bg: #f5f5f5;
149
-
150
- // ICONFONT
151
- @iconfont-css-prefix: anticon;
152
-
153
- // LINK
154
- @link-color: @primary-color;
155
- @link-hover-color: color(~`colorPalette("@{link-color}", 5) `);
156
- @link-active-color: color(~`colorPalette("@{link-color}", 7) `);
157
- @link-decoration: none;
158
- @link-hover-decoration: none;
159
- @link-focus-decoration: none;
160
- @link-focus-outline: 0;
161
-
162
- // Animation
163
- @ease-base-out: cubic-bezier(0.7, 0.3, 0.1, 1);
164
- @ease-base-in: cubic-bezier(0.9, 0, 0.3, 0.7);
165
- @ease-out: cubic-bezier(0.215, 0.61, 0.355, 1);
166
- @ease-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
167
- @ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
168
- @ease-out-back: cubic-bezier(0.12, 0.4, 0.29, 1.46);
169
- @ease-in-back: cubic-bezier(0.71, -0.46, 0.88, 0.6);
170
- @ease-in-out-back: cubic-bezier(0.71, -0.46, 0.29, 1.46);
171
- @ease-out-circ: cubic-bezier(0.08, 0.82, 0.17, 1);
172
- @ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.34);
173
- @ease-in-out-circ: cubic-bezier(0.78, 0.14, 0.15, 0.86);
174
- @ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
175
- @ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
176
- @ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
177
-
178
- // Border color
179
- @border-color-base: hsv(0, 0, 85%); // base border outline a component
180
- @border-color-split: hsv(0, 0, 94%); // split border inside a component
181
- @border-color-inverse: @white;
182
- @border-width-base: 1px; // width of the border for a component
183
- @border-style-base: solid; // style of a components border
184
-
185
- // Outline
186
- @outline-blur-size: 0;
187
- @outline-width: 2px;
188
- @outline-color: @primary-color; // No use anymore
189
- @outline-fade: 20%;
190
-
191
- @background-color-light: hsv(
192
- 0,
193
- 0,
194
- 98%
195
- ); // background of header and selected item
196
- @background-color-base: hsv(0, 0, 96%); // Default grey background color
197
-
198
- // Disabled states
199
- @disabled-color: fade(#000, 25%);
200
- @disabled-bg: @background-color-base;
201
- @disabled-active-bg: tint(@black, 90%);
202
- @disabled-color-dark: fade(#fff, 35%);
203
-
204
- // Shadow
205
- @shadow-color: rgba(0, 0, 0, 0.15);
206
- @shadow-color-inverse: @component-background;
207
- @box-shadow-base: @shadow-2;
208
- @shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08),
209
- 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
210
- @shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08),
211
- 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
212
- @shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08),
213
- -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
214
- @shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08),
215
- 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
216
- @shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08),
217
- 0 9px 28px 8px rgba(0, 0, 0, 0.05);
218
-
219
- // Buttons
220
- @btn-font-weight: 400;
221
- @btn-border-radius-base: @border-radius-base;
222
- @btn-border-radius-sm: @border-radius-base;
223
- @btn-border-width: @border-width-base;
224
- @btn-border-style: @border-style-base;
225
- @btn-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
226
- @btn-primary-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
227
- @btn-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
228
-
229
- @btn-primary-color: #fff;
230
- @btn-primary-bg: @primary-color;
231
-
232
- @btn-default-color: @text-color;
233
- @btn-default-bg: @component-background;
234
- @btn-default-border: @border-color-base;
235
-
236
- @btn-danger-color: #fff;
237
- @btn-danger-bg: @error-color;
238
- @btn-danger-border: @error-color;
239
-
240
- @btn-disable-color: @disabled-color;
241
- @btn-disable-bg: @disabled-bg;
242
- @btn-disable-border: @border-color-base;
243
-
244
- @btn-default-ghost-color: @component-background;
245
- @btn-default-ghost-bg: transparent;
246
- @btn-default-ghost-border: @component-background;
247
-
248
- @btn-font-size-lg: @font-size-lg;
249
- @btn-font-size-sm: @font-size-base;
250
- @btn-padding-horizontal-base: @padding-md - 1px;
251
- @btn-padding-horizontal-lg: @btn-padding-horizontal-base;
252
- @btn-padding-horizontal-sm: @padding-xs - 1px;
253
-
254
- @btn-height-base: @height-base;
255
- @btn-height-lg: @height-lg;
256
- @btn-height-sm: @height-sm;
257
-
258
- @btn-line-height: @line-height-base;
259
-
260
- @btn-circle-size: @btn-height-base;
261
- @btn-circle-size-lg: @btn-height-lg;
262
- @btn-circle-size-sm: @btn-height-sm;
263
-
264
- @btn-square-size: @btn-height-base;
265
- @btn-square-size-lg: @btn-height-lg;
266
- @btn-square-size-sm: @btn-height-sm;
267
- @btn-square-only-icon-size: @font-size-base + 2px;
268
- @btn-square-only-icon-size-sm: @font-size-base;
269
- @btn-square-only-icon-size-lg: @btn-font-size-lg + 2px;
270
-
271
- @btn-group-border: @primary-5;
272
-
273
- @btn-link-hover-bg: transparent;
274
- @btn-text-hover-bg: rgba(0, 0, 0, 0.018);
275
-
276
- // Checkbox
277
- @checkbox-size: 16px;
278
- @checkbox-color: @primary-color;
279
- @checkbox-check-color: #fff;
280
- @checkbox-check-bg: @checkbox-check-color;
281
- @checkbox-border-width: @border-width-base;
282
- @checkbox-border-radius: @border-radius-base;
283
- @checkbox-group-item-margin-right: 8px;
284
-
285
- // Descriptions
286
- @descriptions-bg: #fafafa;
287
- @descriptions-title-margin-bottom: 20px;
288
- @descriptions-default-padding: @padding-md @padding-lg;
289
- @descriptions-middle-padding: @padding-sm @padding-lg;
290
- @descriptions-small-padding: @padding-xs @padding-md;
291
- @descriptions-item-padding-bottom: @padding-md;
292
- @descriptions-item-trailing-colon: true;
293
- @descriptions-item-label-colon-margin-right: 8px;
294
- @descriptions-item-label-colon-margin-left: 2px;
295
- @descriptions-extra-color: @text-color;
296
-
297
- // Divider
298
- @divider-text-padding: 1em;
299
- @divider-orientation-margin: 5%;
300
- @divider-color: rgba(0, 0, 0, 6%);
301
- @divider-vertical-gutter: 8px;
302
-
303
- // Dropdown
304
- @dropdown-selected-color: @primary-color;
305
- @dropdown-menu-submenu-disabled-bg: @component-background;
306
- @dropdown-selected-bg: @item-active-bg;
307
-
308
- // Empty
309
- @empty-font-size: @font-size-base;
310
-
311
- // Radio
312
- @radio-size: 16px;
313
- @radio-top: 0.2em;
314
- @radio-border-width: 1px;
315
- @radio-dot-size: @radio-size - 8px;
316
- @radio-dot-color: @primary-color;
317
- @radio-dot-disabled-color: fade(@black, 20%);
318
- @radio-solid-checked-color: @component-background;
319
-
320
- // Radio buttons
321
- @radio-button-bg: @btn-default-bg;
322
- @radio-button-checked-bg: @btn-default-bg;
323
- @radio-button-color: @btn-default-color;
324
- @radio-button-hover-color: @primary-5;
325
- @radio-button-active-color: @primary-7;
326
- @radio-button-padding-horizontal: @padding-md - 1px;
327
- @radio-disabled-button-checked-bg: @disabled-active-bg;
328
- @radio-disabled-button-checked-color: @disabled-color;
329
- @radio-wrapper-margin-right: 8px;
330
-
331
- // Media queries breakpoints
332
- // @screen-xs and @screen-xs-min is not used in Grid
333
- // smallest break point is @screen-md
334
- @screen-xs: 480px;
335
- @screen-xs-min: @screen-xs;
336
- // 👆 Extra small screen / phone
337
-
338
- // 👇 Small screen / tablet
339
- @screen-sm: 576px;
340
- @screen-sm-min: @screen-sm;
341
-
342
- // Medium screen / desktop
343
- @screen-md: 768px;
344
- @screen-md-min: @screen-md;
345
-
346
- // Large screen / wide desktop
347
- @screen-lg: 992px;
348
- @screen-lg-min: @screen-lg;
349
-
350
- // Extra large screen / full hd
351
- @screen-xl: 1200px;
352
- @screen-xl-min: @screen-xl;
353
-
354
- // Extra extra large screen / large desktop
355
- @screen-xxl: 1600px;
356
- @screen-xxl-min: @screen-xxl;
357
- @screen-xxxl: 2000px;
358
- @screen-xxxl-min: @screen-xxxl;
359
-
360
- // provide a maximum
361
- @screen-xs-max: (@screen-sm-min - 1px);
362
- @screen-sm-max: (@screen-md-min - 1px);
363
- @screen-md-max: (@screen-lg-min - 1px);
364
- @screen-lg-max: (@screen-xl-min - 1px);
365
- @screen-xl-max: (@screen-xxl-min - 1px);
366
- @screen-xxl-max: (@screen-xxxl-min - 1px);
367
-
368
- // Grid system
369
- @grid-columns: 24;
370
-
371
- // Layout
372
- @layout-body-background: #f0f2f5;
373
- @layout-header-background: #001529;
374
- @layout-header-height: 64px;
375
- @layout-header-padding: 0 50px;
376
- @layout-header-color: @text-color;
377
- @layout-footer-padding: 24px 50px;
378
- @layout-footer-background: @layout-body-background;
379
- @layout-sider-background: @layout-header-background;
380
- @layout-trigger-height: 48px;
381
- @layout-trigger-background: #002140;
382
- @layout-trigger-color: #fff;
383
- @layout-zero-trigger-width: 36px;
384
- @layout-zero-trigger-height: 42px;
385
- // Layout light theme
386
- @layout-sider-background-light: #fff;
387
- @layout-trigger-background-light: #fff;
388
- @layout-trigger-color-light: @text-color;
389
-
390
- // z-index list, order by `z-index`
391
- @zindex-badge: auto;
392
- @zindex-table-fixed: 2;
393
- @zindex-affix: 10;
394
- @zindex-back-top: 10;
395
- @zindex-picker-panel: 10;
396
- @zindex-popup-close: 10;
397
- @zindex-modal: 1000;
398
- @zindex-modal-mask: 1000;
399
- @zindex-message: 1010;
400
- @zindex-notification: 1010;
401
- @zindex-popover: 1030;
402
- @zindex-dropdown: 1050;
403
- @zindex-picker: 1050;
404
- @zindex-popoconfirm: 1060;
405
- @zindex-tooltip: 1070;
406
- @zindex-image: 1080;
407
-
408
- // Animation
409
- @animation-duration-slow: 0.3s; // Modal
410
- @animation-duration-base: 0.2s;
411
- @animation-duration-fast: 0.1s; // Tooltip
412
-
413
- //CollapsePanel
414
- @collapse-panel-border-radius: @border-radius-base;
415
-
416
- //Dropdown
417
- @dropdown-menu-bg: @component-background;
418
- @dropdown-vertical-padding: 5px;
419
- @dropdown-edge-child-vertical-padding: 4px;
420
- @dropdown-font-size: @font-size-base;
421
- @dropdown-line-height: 22px;
422
-
423
- // Form
424
- // ---
425
- @label-required-color: @highlight-color;
426
- @label-color: @heading-color;
427
- @form-warning-input-bg: @input-bg;
428
- @form-item-margin-bottom: 24px;
429
- @form-item-trailing-colon: true;
430
- @form-vertical-label-padding: 0 0 8px;
431
- @form-vertical-label-margin: 0;
432
- @form-item-label-font-size: @font-size-base;
433
- @form-item-label-height: @input-height-base;
434
- @form-item-label-colon-margin-right: 8px;
435
- @form-item-label-colon-margin-left: 2px;
436
- @form-error-input-bg: @input-bg;
437
-
438
- // Input
439
- // ---
440
- @input-height-base: @height-base;
441
- @input-height-lg: @height-lg;
442
- @input-height-sm: @height-sm;
443
- @input-padding-horizontal: @control-padding-horizontal - 1px;
444
- @input-padding-horizontal-base: @input-padding-horizontal;
445
- @input-padding-horizontal-sm: @control-padding-horizontal-sm - 1px;
446
- @input-padding-horizontal-lg: @input-padding-horizontal;
447
- @input-padding-vertical-base: max(
448
- (
449
- round(
450
- ((@input-height-base - @font-size-base * @line-height-base) / 2) * 10
451
- ) / 10
452
- ) - @border-width-base,
453
- 3px
454
- );
455
- @input-padding-vertical-sm: max(
456
- (
457
- round(((@input-height-sm - @font-size-base * @line-height-base) / 2) * 10) /
458
- 10
459
- ) - @border-width-base,
460
- 0
461
- );
462
- @input-padding-vertical-lg: (
463
- ceil(((@input-height-lg - @font-size-lg * @line-height-base) / 2) * 10) / 10
464
- ) - @border-width-base;
465
- @input-placeholder-color: hsv(0, 0, 75%);
466
- @input-color: @text-color;
467
- @input-icon-color: @input-color;
468
- @input-border-color: @border-color-base;
469
- @input-bg: @component-background;
470
- @input-number-hover-border-color: @input-hover-border-color;
471
- @input-number-handler-active-bg: #f4f4f4;
472
- @input-number-handler-hover-bg: @primary-5;
473
- @input-number-handler-bg: @component-background;
474
- @input-number-handler-border-color: @border-color-base;
475
- @input-addon-bg: @background-color-light;
476
- @input-hover-border-color: @primary-5;
477
- @input-disabled-bg: @disabled-bg;
478
- @input-outline-offset: 0 0;
479
- @input-icon-hover-color: fade(@black, 85%);
480
- @input-disabled-color: @disabled-color;
481
-
482
- // Mentions
483
- // ---
484
- @mentions-dropdown-bg: @component-background;
485
- @mentions-dropdown-menu-item-hover-bg: @mentions-dropdown-bg;
486
-
487
- // Select
488
- // ---
489
- @select-border-color: @border-color-base;
490
- @select-item-selected-color: @text-color;
491
- @select-item-selected-font-weight: 600;
492
- @select-dropdown-bg: @component-background;
493
- @select-item-selected-bg: @primary-1;
494
- @select-item-active-bg: @item-hover-bg;
495
- @select-dropdown-vertical-padding: @dropdown-vertical-padding;
496
- @select-dropdown-font-size: @dropdown-font-size;
497
- @select-dropdown-line-height: @dropdown-line-height;
498
- @select-dropdown-height: 32px;
499
- @select-background: @component-background;
500
- @select-clear-background: @select-background;
501
- @select-selection-item-bg: @background-color-base;
502
- @select-selection-item-border-color: @border-color-split;
503
- @select-single-item-height-lg: 40px;
504
- @select-multiple-item-height: @input-height-base - @input-padding-vertical-base *
505
- 2; // Normal 24px
506
- @select-multiple-item-height-lg: 32px;
507
- @select-multiple-item-spacing-half: ceil((@input-padding-vertical-base / 2));
508
- @select-multiple-disabled-background: @input-disabled-bg;
509
- @select-multiple-item-disabled-color: #bfbfbf;
510
- @select-multiple-item-disabled-border-color: @select-border-color;
511
-
512
- // Cascader
513
- // ---
514
- @cascader-bg: @component-background;
515
- @cascader-item-selected-bg: @primary-1;
516
- @cascader-menu-bg: @component-background;
517
- @cascader-menu-border-color-split: @border-color-split;
518
-
519
- // Cascader
520
- // ----
521
- @cascader-dropdown-vertical-padding: @dropdown-vertical-padding;
522
- @cascader-dropdown-edge-child-vertical-padding: @dropdown-edge-child-vertical-padding;
523
- @cascader-dropdown-font-size: @dropdown-font-size;
524
- @cascader-dropdown-line-height: @dropdown-line-height;
525
-
526
- // Anchor
527
- // ---
528
- @anchor-bg: transparent;
529
- @anchor-border-color: @border-color-split;
530
- @anchor-link-top: 7px;
531
- @anchor-link-left: 16px;
532
- @anchor-link-padding: @anchor-link-top 0 @anchor-link-top @anchor-link-left;
533
-
534
- // Tooltip
535
- // ---
536
- // Tooltip max width
537
- @tooltip-max-width: 250px;
538
- // Tooltip text color
539
- @tooltip-color: #fff;
540
- // Tooltip background color
541
- @tooltip-bg: rgba(0, 0, 0, 0.75);
542
- // Tooltip arrow width
543
- @tooltip-arrow-width: 5px;
544
- // Tooltip distance with trigger
545
- @tooltip-distance: @tooltip-arrow-width - 1px + 4px;
546
- // Tooltip arrow color
547
- @tooltip-arrow-color: @tooltip-bg;
548
-
549
- // Popover
550
- // ---
551
- // Popover body background color
552
- @popover-bg: @component-background;
553
- // Popover text color
554
- @popover-color: @text-color;
555
- // Popover maximum width
556
- @popover-min-width: 177px;
557
- @popover-min-height: 32px;
558
- // Popover arrow width
559
- @popover-arrow-width: 6px;
560
- // Popover arrow color
561
- @popover-arrow-color: @popover-bg;
562
- // Popover outer arrow width
563
- // Popover outer arrow color
564
- @popover-arrow-outer-color: @popover-bg;
565
- // Popover distance with trigger
566
- @popover-distance: @popover-arrow-width + 4px;
567
- @popover-padding-horizontal: @padding-md;
568
-
569
- // Modal
570
- // --
571
- @modal-header-padding-vertical: @padding-md;
572
- @modal-header-padding-horizontal: @padding-lg;
573
- @modal-body-padding: @padding-lg;
574
- @modal-header-bg: @component-background;
575
- @modal-header-padding: @modal-header-padding-vertical
576
- @modal-header-padding-horizontal;
577
- @modal-header-border-width: @border-width-base;
578
- @modal-header-border-style: @border-style-base;
579
- @modal-header-title-line-height: 22px;
580
- @modal-header-title-font-size: @font-size-lg;
581
- @modal-header-border-color-split: @border-color-split;
582
- @modal-header-close-size: 56px;
583
- @modal-content-bg: @component-background;
584
- @modal-heading-color: @heading-color;
585
- @modal-close-color: @text-color-secondary;
586
- @modal-footer-bg: transparent;
587
- @modal-footer-border-color-split: @border-color-split;
588
- @modal-footer-border-style: @border-style-base;
589
- @modal-footer-padding-vertical: 10px;
590
- @modal-footer-padding-horizontal: 16px;
591
- @modal-footer-border-width: @border-width-base;
592
- @modal-mask-bg: fade(@black, 45%);
593
- @modal-confirm-body-padding: 32px 32px 24px;
594
- @modal-confirm-title-font-size: @font-size-lg;
595
-
596
- // Progress
597
- // --
598
- @progress-default-color: @processing-color;
599
- @progress-remaining-color: @background-color-base;
600
- @progress-info-text-color: @progress-text-color;
601
- @progress-radius: 100px;
602
- @progress-steps-item-bg: #f3f3f3;
603
- @progress-text-font-size: 1em;
604
- @progress-text-color: @text-color; // This is for circle text color, should be renamed better
605
- @progress-circle-text-font-size: 1em;
606
- // Menu
607
- // ---
608
- @menu-inline-toplevel-item-height: 40px;
609
- @menu-item-height: 40px;
610
- @menu-item-group-height: @line-height-base;
611
- @menu-collapsed-width: 80px;
612
- @menu-bg: @component-background;
613
- @menu-popup-bg: @component-background;
614
- @menu-item-color: @text-color;
615
- @menu-inline-submenu-bg: @background-color-light;
616
- @menu-highlight-color: @primary-color;
617
- @menu-highlight-danger-color: @error-color;
618
- @menu-item-active-bg: @primary-1;
619
- @menu-item-active-danger-bg: @red-1;
620
- @menu-item-active-border-width: 3px;
621
- @menu-item-group-title-color: @text-color-secondary;
622
- @menu-item-vertical-margin: 4px;
623
- @menu-item-font-size: @font-size-base;
624
- @menu-item-boundary-margin: 8px;
625
- @menu-item-padding-horizontal: 20px;
626
- @menu-item-padding: 0 @menu-item-padding-horizontal;
627
- @menu-horizontal-line-height: 46px;
628
- @menu-icon-margin-right: 10px;
629
- @menu-icon-size: @menu-item-font-size;
630
- @menu-icon-size-lg: @font-size-lg;
631
- @menu-item-group-title-font-size: @menu-item-font-size;
632
-
633
- // dark theme
634
- @menu-dark-color: @text-color-secondary-dark;
635
- @menu-dark-danger-color: @error-color;
636
- @menu-dark-bg: @layout-header-background;
637
- @menu-dark-arrow-color: #fff;
638
- @menu-dark-inline-submenu-bg: #000c17;
639
- @menu-dark-highlight-color: #fff;
640
- @menu-dark-item-active-bg: @primary-color;
641
- @menu-dark-item-active-danger-bg: @error-color;
642
- @menu-dark-selected-item-icon-color: @white;
643
- @menu-dark-selected-item-text-color: @white;
644
- @menu-dark-item-hover-bg: transparent;
645
- // Spin
646
- // ---
647
- @spin-dot-size-sm: 14px;
648
- @spin-dot-size: 20px;
649
- @spin-dot-size-lg: 32px;
650
-
651
- // Table
652
- // --
653
- @table-bg: @component-background;
654
- @table-header-bg: @background-color-light;
655
- @table-header-color: @heading-color;
656
- @table-header-sort-bg: @background-color-base;
657
- @table-body-sort-bg: #fafafa;
658
- @table-row-hover-bg: @background-color-light;
659
- @table-selected-row-color: inherit;
660
- @table-selected-row-bg: @primary-1;
661
- @table-body-selected-sort-bg: @table-selected-row-bg;
662
- @table-selected-row-hover-bg: darken(@table-selected-row-bg, 2%);
663
- @table-expanded-row-bg: #fbfbfb;
664
- @table-padding-vertical: 16px;
665
- @table-padding-horizontal: 16px;
666
- @table-padding-vertical-md: (@table-padding-vertical * 3 / 4);
667
- @table-padding-horizontal-md: (@table-padding-horizontal / 2);
668
- @table-padding-vertical-sm: (@table-padding-vertical / 2);
669
- @table-padding-horizontal-sm: (@table-padding-horizontal / 2);
670
- @table-border-color: @border-color-split;
671
- @table-border-radius-base: @border-radius-base;
672
- @table-footer-bg: @background-color-light;
673
- @table-footer-color: @heading-color;
674
- @table-header-bg-sm: @table-header-bg;
675
- @table-font-size: @font-size-base;
676
- @table-font-size-md: @table-font-size;
677
- @table-font-size-sm: @table-font-size;
678
- @table-header-cell-split-color: rgba(0, 0, 0, 0.06);
679
- // Sorter
680
- // Legacy: `table-header-sort-active-bg` is used for hover not real active
681
- @table-header-sort-active-bg: rgba(0, 0, 0, 0.04);
682
- @table-fixed-header-sort-active-bg: hsv(0, 0, 96%);
683
-
684
- // Filter
685
- @table-header-filter-active-bg: rgba(0, 0, 0, 0.04);
686
- @table-filter-btns-bg: inherit;
687
- @table-filter-dropdown-bg: @component-background;
688
- @table-expand-icon-bg: @component-background;
689
- @table-selection-column-width: 32px;
690
- // Sticky
691
- @table-sticky-scroll-bar-bg: fade(#000, 35%);
692
- @table-sticky-scroll-bar-radius: 4px;
693
-
694
- // Tag
695
- // --
696
- @tag-default-bg: @background-color-light;
697
- @tag-default-color: @text-color;
698
- @tag-font-size: @font-size-sm;
699
- @tag-line-height: 20px;
700
-
701
- // TimePicker
702
- // ---
703
- @picker-bg: @component-background;
704
- @picker-basic-cell-hover-color: @item-hover-bg;
705
- @picker-basic-cell-active-with-range-color: @primary-1;
706
- @picker-basic-cell-hover-with-range-color: lighten(@primary-color, 35%);
707
- @picker-basic-cell-disabled-bg: rgba(0, 0, 0, 0.04);
708
- @picker-border-color: @border-color-split;
709
- @picker-date-hover-range-border-color: lighten(@primary-color, 20%);
710
- @picker-date-hover-range-color: @picker-basic-cell-hover-with-range-color;
711
- @picker-time-panel-column-width: 56px;
712
- @picker-time-panel-column-height: 224px;
713
- @picker-time-panel-cell-height: 28px;
714
- @picker-panel-cell-height: 24px;
715
- @picker-panel-cell-width: 36px;
716
- @picker-text-height: 40px;
717
- @picker-panel-without-time-cell-height: 66px;
718
-
719
- // Calendar
720
- // ---
721
- @calendar-bg: @component-background;
722
- @calendar-input-bg: @input-bg;
723
- @calendar-border-color: @border-color-inverse;
724
- @calendar-item-active-bg: @item-active-bg;
725
- @calendar-column-active-bg: fade(@calendar-item-active-bg, 20%);
726
- @calendar-full-bg: @calendar-bg;
727
- @calendar-full-panel-bg: @calendar-full-bg;
728
-
729
- // Carousel
730
- // ---
731
- @carousel-dot-width: 16px;
732
- @carousel-dot-height: 3px;
733
- @carousel-dot-active-width: 24px;
734
-
735
- // Badge
736
- // ---
737
- @badge-height: 20px;
738
- @badge-height-sm: 14px;
739
- @badge-dot-size: 6px;
740
- @badge-font-size: @font-size-sm;
741
- @badge-font-size-sm: @font-size-sm;
742
- @badge-font-weight: normal;
743
- @badge-status-size: 6px;
744
- @badge-text-color: @component-background;
745
- @badge-color: @highlight-color;
746
-
747
- // Rate
748
- // ---
749
- @rate-star-color: @yellow-6;
750
- @rate-star-bg: @border-color-split;
751
- @rate-star-size: 20px;
752
- @rate-star-hover-scale: scale(1.1);
753
-
754
- // Card
755
- // ---
756
- @card-head-color: @heading-color;
757
- @card-head-background: transparent;
758
- @card-head-font-size: @font-size-lg;
759
- @card-head-font-size-sm: @font-size-base;
760
- @card-head-padding: 16px;
761
- @card-head-padding-sm: (@card-head-padding / 2);
762
- @card-head-height: 48px;
763
- @card-head-height-sm: 36px;
764
- @card-inner-head-padding: 12px;
765
- @card-padding-base: 24px;
766
- @card-padding-base-sm: (@card-padding-base / 2);
767
- @card-actions-background: @component-background;
768
- @card-actions-li-margin: 12px 0;
769
- @card-skeleton-bg: #cfd8dc;
770
- @card-background: @component-background;
771
- @card-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16),
772
- 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
773
- @card-radius: @border-radius-base;
774
- @card-head-tabs-margin-bottom: -17px;
775
- @card-head-extra-color: @text-color;
776
-
777
- // Comment
778
- // ---
779
- @comment-bg: inherit;
780
- @comment-padding-base: @padding-md 0;
781
- @comment-nest-indent: 44px;
782
- @comment-font-size-base: @font-size-base;
783
- @comment-font-size-sm: @font-size-sm;
784
- @comment-author-name-color: @text-color-secondary;
785
- @comment-author-time-color: #ccc;
786
- @comment-action-color: @text-color-secondary;
787
- @comment-action-hover-color: #595959;
788
- @comment-actions-margin-bottom: inherit;
789
- @comment-actions-margin-top: @margin-sm;
790
- @comment-content-detail-p-margin-bottom: inherit;
791
-
792
- // Tabs
793
- // ---
794
- @tabs-card-head-background: @background-color-light;
795
- @tabs-card-height: 40px;
796
- @tabs-card-active-color: @primary-color;
797
- @tabs-card-horizontal-padding: (
798
- (@tabs-card-height - floor(@font-size-base * @line-height-base)) / 2
799
- ) - @border-width-base @padding-md;
800
- @tabs-card-horizontal-padding-sm: 6px @padding-md;
801
- @tabs-card-horizontal-padding-lg: 7px @padding-md 6px;
802
- @tabs-title-font-size: @font-size-base;
803
- @tabs-title-font-size-lg: @font-size-lg;
804
- @tabs-title-font-size-sm: @font-size-base;
805
- @tabs-ink-bar-color: @primary-color;
806
- @tabs-bar-margin: 0 0 @margin-md 0;
807
- @tabs-horizontal-gutter: 32px;
808
- @tabs-horizontal-margin: 0 0 0 @tabs-horizontal-gutter;
809
- @tabs-horizontal-margin-rtl: 0 0 0 32px;
810
- @tabs-horizontal-padding: @padding-sm 0;
811
- @tabs-horizontal-padding-lg: @padding-md 0;
812
- @tabs-horizontal-padding-sm: @padding-xs 0;
813
- @tabs-vertical-padding: @padding-xs @padding-lg;
814
- @tabs-vertical-margin: @margin-md 0 0 0;
815
- @tabs-scrolling-size: 32px;
816
- @tabs-highlight-color: @primary-color;
817
- @tabs-hover-color: @primary-5;
818
- @tabs-active-color: @primary-7;
819
- @tabs-card-gutter: 2px;
820
- @tabs-card-tab-active-border-top: 2px solid transparent;
821
-
822
- // BackTop
823
- // ---
824
- @back-top-color: #fff;
825
- @back-top-bg: @text-color-secondary;
826
- @back-top-hover-bg: @text-color;
827
-
828
- // Avatar
829
- // ---
830
- @avatar-size-base: 32px;
831
- @avatar-size-lg: 40px;
832
- @avatar-size-sm: 24px;
833
- @avatar-font-size-base: 18px;
834
- @avatar-font-size-lg: 24px;
835
- @avatar-font-size-sm: 14px;
836
- @avatar-bg: #ccc;
837
- @avatar-color: #fff;
838
- @avatar-border-radius: @border-radius-base;
839
- @avatar-group-overlapping: -8px;
840
- @avatar-group-space: 3px;
841
- @avatar-group-border-color: #fff;
842
-
843
- // Switch
844
- // ---
845
- @switch-height: 22px;
846
- @switch-sm-height: 16px;
847
- @switch-min-width: 44px;
848
- @switch-sm-min-width: 28px;
849
- @switch-disabled-opacity: 0.4;
850
- @switch-color: @primary-color;
851
- @switch-bg: @component-background;
852
- @switch-shadow-color: fade(#00230b, 20%);
853
- @switch-padding: 2px;
854
- @switch-inner-margin-min: ceil(@switch-height * 0.3);
855
- @switch-inner-margin-max: ceil(@switch-height * 1.1);
856
- @switch-sm-inner-margin-min: ceil(@switch-sm-height * 0.3);
857
- @switch-sm-inner-margin-max: ceil(@switch-sm-height * 1.1);
858
-
859
- // Pagination
860
- // ---
861
- @pagination-item-bg: @component-background;
862
- @pagination-item-size: @height-base;
863
- @pagination-item-size-sm: 24px;
864
- @pagination-font-family: @font-family;
865
- @pagination-font-weight-active: 500;
866
- @pagination-item-bg-active: @component-background;
867
- @pagination-item-link-bg: @component-background;
868
- @pagination-item-disabled-color-active: @disabled-color;
869
- @pagination-item-disabled-bg-active: @disabled-active-bg;
870
- @pagination-item-input-bg: @component-background;
871
- @pagination-mini-options-size-changer-top: 0px;
872
-
873
- // PageHeader
874
- // ---
875
- @page-header-padding: @padding-lg;
876
- @page-header-padding-vertical: @padding-md;
877
- @page-header-padding-breadcrumb: @padding-sm;
878
- @page-header-content-padding-vertical: @padding-sm;
879
- @page-header-back-color: #000;
880
- @page-header-ghost-bg: inherit;
881
- @page-header-heading-title: @heading-4-size;
882
- @page-header-heading-sub-title: 14px;
883
- @page-header-tabs-tab-font-size: 16px;
884
-
885
- // Breadcrumb
886
- // ---
887
- @breadcrumb-base-color: @text-color-secondary;
888
- @breadcrumb-last-item-color: @text-color;
889
- @breadcrumb-font-size: @font-size-base;
890
- @breadcrumb-icon-font-size: @font-size-base;
891
- @breadcrumb-link-color: @text-color-secondary;
892
- @breadcrumb-link-color-hover: @primary-5;
893
- @breadcrumb-separator-color: @text-color-secondary;
894
- @breadcrumb-separator-margin: 0 @padding-xs;
895
-
896
- // Slider
897
- // ---
898
- @slider-margin: 10px 6px 10px;
899
- @slider-rail-background-color: @background-color-base;
900
- @slider-rail-background-color-hover: #e1e1e1;
901
- @slider-track-background-color: @primary-3;
902
- @slider-track-background-color-hover: @primary-4;
903
- @slider-handle-border-width: 2px;
904
- @slider-handle-background-color: @component-background;
905
- @slider-handle-color: @primary-3;
906
- @slider-handle-color-hover: @primary-4;
907
- @slider-handle-color-focus: tint(@primary-color, 20%);
908
- @slider-handle-color-focus-shadow: fade(@primary-color, 12%);
909
- @slider-handle-color-tooltip-open: @primary-color;
910
- @slider-handle-size: 14px;
911
- @slider-handle-margin-top: -5px;
912
- @slider-handle-shadow: 0;
913
- @slider-dot-border-color: @border-color-split;
914
- @slider-dot-border-color-active: tint(@primary-color, 50%);
915
- @slider-disabled-color: @disabled-color;
916
- @slider-disabled-background-color: @component-background;
917
-
918
- // Tree
919
- // ---
920
- @tree-bg: @component-background;
921
- @tree-title-height: 24px;
922
- @tree-child-padding: 18px;
923
- @tree-directory-selected-color: #fff;
924
- @tree-directory-selected-bg: @primary-color;
925
- @tree-node-hover-bg: @item-hover-bg;
926
- @tree-node-selected-bg: @primary-2;
927
-
928
- // Collapse
929
- // ---
930
- @collapse-header-padding: @padding-sm @padding-md;
931
- @collapse-header-padding-extra: 40px;
932
- @collapse-header-bg: @background-color-light;
933
- @collapse-content-padding: @padding-md;
934
- @collapse-content-bg: @component-background;
935
- @collapse-header-arrow-left: 16px;
936
-
937
- // Skeleton
938
- // ---
939
- @skeleton-color: rgba(190, 190, 190, 0.2);
940
- @skeleton-to-color: shade(@skeleton-color, 5%);
941
- @skeleton-paragraph-margin-top: 28px;
942
- @skeleton-paragraph-li-margin-top: @margin-md;
943
- @skeleton-paragraph-li-height: 16px;
944
- @skeleton-title-height: 16px;
945
- @skeleton-title-paragraph-margin-top: @margin-lg;
946
-
947
- // Transfer
948
- // ---
949
- @transfer-header-height: 40px;
950
- @transfer-item-height: @height-base;
951
- @transfer-disabled-bg: @disabled-bg;
952
- @transfer-list-height: 200px;
953
- @transfer-item-hover-bg: @item-hover-bg;
954
- @transfer-item-selected-hover-bg: darken(@item-active-bg, 2%);
955
- @transfer-item-padding-vertical: 6px;
956
- @transfer-list-search-icon-top: 12px;
957
-
958
- // Message
959
- // ---
960
- @message-notice-content-padding: 10px 16px;
961
- @message-notice-content-bg: @component-background;
962
- // Motion
963
- // ---
964
- @wave-animation-width: 6px;
965
-
966
- // Alert
967
- // ---
968
- @alert-success-border-color: ~`colorPalette("@{success-color}", 3) `;
969
- @alert-success-bg-color: ~`colorPalette("@{success-color}", 1) `;
970
- @alert-success-icon-color: @success-color;
971
- @alert-info-border-color: ~`colorPalette("@{info-color}", 3) `;
972
- @alert-info-bg-color: ~`colorPalette("@{info-color}", 1) `;
973
- @alert-info-icon-color: @info-color;
974
- @alert-warning-border-color: ~`colorPalette("@{warning-color}", 3) `;
975
- @alert-warning-bg-color: ~`colorPalette("@{warning-color}", 1) `;
976
- @alert-warning-icon-color: @warning-color;
977
- @alert-error-border-color: ~`colorPalette("@{error-color}", 3) `;
978
- @alert-error-bg-color: ~`colorPalette("@{error-color}", 1) `;
979
- @alert-error-icon-color: @error-color;
980
- @alert-message-color: @heading-color;
981
- @alert-text-color: @text-color;
982
- @alert-close-color: @text-color-secondary;
983
- @alert-close-hover-color: @icon-color-hover;
984
- @alert-no-icon-padding-vertical: @padding-xs;
985
- @alert-with-description-no-icon-padding-vertical: @padding-md - 1px;
986
- @alert-with-description-padding-vertical: @padding-md - 1px;
987
- @alert-with-description-padding: @alert-with-description-padding-vertical 15px
988
- @alert-with-description-no-icon-padding-vertical
989
- @alert-with-description-icon-size;
990
- @alert-icon-top: 8px + @font-size-base * (@line-height-base / 2) -
991
- (@font-size-base / 2);
992
- @alert-with-description-icon-size: 24px;
993
-
994
- // List
995
- // ---
996
- @list-header-background: transparent;
997
- @list-footer-background: transparent;
998
- @list-empty-text-padding: @padding-md;
999
- @list-item-padding: @padding-sm 0;
1000
- @list-item-padding-sm: @padding-xs @padding-md;
1001
- @list-item-padding-lg: 16px 24px;
1002
- @list-item-meta-margin-bottom: @padding-md;
1003
- @list-item-meta-avatar-margin-right: @padding-md;
1004
- @list-item-meta-title-margin-bottom: @padding-sm;
1005
- @list-customize-card-bg: @component-background;
1006
- @list-item-meta-description-font-size: @font-size-base;
1007
-
1008
- // Statistic
1009
- // ---
1010
- @statistic-title-font-size: @font-size-base;
1011
- @statistic-content-font-size: 24px;
1012
- @statistic-unit-font-size: 24px;
1013
- @statistic-font-family: @font-family;
1014
-
1015
- // Drawer
1016
- // ---
1017
- @drawer-header-padding: @padding-md @padding-lg;
1018
- @drawer-body-padding: @padding-lg;
1019
- @drawer-bg: @component-background;
1020
- @drawer-footer-padding-vertical: @modal-footer-padding-vertical;
1021
- @drawer-footer-padding-horizontal: @modal-footer-padding-horizontal;
1022
- @drawer-header-close-size: 56px;
1023
- @drawer-title-font-size: @font-size-lg;
1024
- @drawer-title-line-height: 22px;
1025
-
1026
- // Timeline
1027
- // ---
1028
- @timeline-width: 2px;
1029
- @timeline-color: @border-color-split;
1030
- @timeline-dot-border-width: 2px;
1031
- @timeline-dot-color: @primary-color;
1032
- @timeline-dot-bg: @component-background;
1033
- @timeline-item-padding-bottom: 20px;
1034
-
1035
- // Typography
1036
- // ---
1037
- @typography-title-font-weight: 600;
1038
- @typography-title-margin-top: 1.2em;
1039
- @typography-title-margin-bottom: 0.5em;
1040
-
1041
- // Upload
1042
- // ---
1043
- @upload-actions-color: @text-color-secondary;
1044
-
1045
- // Steps
1046
- // ---
1047
- @process-tail-color: @border-color-split;
1048
- @steps-nav-arrow-color: fade(@black, 25%);
1049
- @steps-background: @component-background;
1050
- @steps-icon-size: 32px;
1051
- @steps-icon-custom-size: @steps-icon-size;
1052
- @steps-icon-custom-top: 0px;
1053
- @steps-icon-custom-font-size: 24px;
1054
- @steps-icon-top: -0.5px;
1055
- @steps-icon-font-size: @font-size-lg;
1056
- @steps-icon-margin: 0 8px 0 0;
1057
- @steps-title-line-height: @height-base;
1058
- @steps-small-icon-size: 24px;
1059
- @steps-small-icon-margin: 0 8px 0 0;
1060
- @steps-dot-size: 8px;
1061
- @steps-dot-top: 2px;
1062
- @steps-current-dot-size: 10px;
1063
- @steps-description-max-width: 140px;
1064
- @steps-nav-content-max-width: auto;
1065
- @steps-vertical-icon-width: 16px;
1066
- @steps-vertical-tail-width: 16px;
1067
- @steps-vertical-tail-width-sm: 12px;
1068
-
1069
- // Notification
1070
- // ---
1071
- @notification-bg: @component-background;
1072
- @notification-padding-vertical: 16px;
1073
- @notification-padding-horizontal: 24px;
1074
-
1075
- // Result
1076
- // ---
1077
- @result-title-font-size: 24px;
1078
- @result-subtitle-font-size: @font-size-base;
1079
- @result-icon-font-size: 72px;
1080
- @result-extra-margin: 24px 0 0 0;
1081
-
1082
- // Image
1083
- // ---
1084
- @image-size-base: 48px;
1085
- @image-font-size-base: 24px;
1086
- @image-bg: #f5f5f5;
1087
- @image-color: #fff;
1088
- @image-mask-font-size: 16px;
1089
- @image-preview-operation-size: 18px;
1090
- @image-preview-operation-color: @text-color-dark;
1091
- @image-preview-operation-disabled-color: fade(
1092
- @image-preview-operation-color,
1093
- 25%
1094
- );