@oceanbase/design 0.4.16 → 1.0.0-alpha.0

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.
Files changed (46) hide show
  1. package/dist/design.min.js +1 -1
  2. package/es/_util/genStyle.d.ts +0 -2
  3. package/es/_util/genStyle.js +0 -77
  4. package/es/badge/style/index.js +0 -1
  5. package/es/button/style/index.js +1 -30
  6. package/es/card/style/index.js +4 -2
  7. package/es/config-provider/index.js +1 -5
  8. package/es/empty/style/index.js +2 -7
  9. package/es/form/FormItem.d.ts +2 -1
  10. package/es/form/FormItem.js +1 -0
  11. package/es/index.d.ts +0 -1
  12. package/es/index.js +1 -2
  13. package/es/result/style/index.js +2 -5
  14. package/es/table/style/index.js +8 -31
  15. package/es/tabs/index.d.ts +8 -6
  16. package/es/tabs/index.js +10 -7
  17. package/es/tabs/style/index.js +2 -3
  18. package/es/theme/default.js +62 -39
  19. package/es/theme/style/aliyun.less +125 -125
  20. package/es/theme/style/compact.less +135 -135
  21. package/es/theme/style/dark.less +136 -136
  22. package/es/theme/style/default.less +135 -135
  23. package/es/typography/style/index.js +2 -6
  24. package/lib/_util/genStyle.d.ts +0 -2
  25. package/lib/_util/genStyle.js +2 -118
  26. package/lib/badge/style/index.js +0 -1
  27. package/lib/button/style/index.js +1 -37
  28. package/lib/card/style/index.js +9 -1
  29. package/lib/config-provider/index.js +1 -8
  30. package/lib/empty/style/index.js +0 -5
  31. package/lib/form/FormItem.d.ts +2 -1
  32. package/lib/form/FormItem.js +6 -0
  33. package/lib/index.d.ts +0 -1
  34. package/lib/index.js +0 -3
  35. package/lib/result/style/index.js +0 -4
  36. package/lib/table/style/index.js +1 -58
  37. package/lib/tabs/index.d.ts +8 -6
  38. package/lib/tabs/index.js +68 -62
  39. package/lib/tabs/style/index.js +6 -4
  40. package/lib/theme/default.js +62 -38
  41. package/lib/theme/style/aliyun.less +125 -125
  42. package/lib/theme/style/compact.less +135 -135
  43. package/lib/theme/style/dark.less +136 -136
  44. package/lib/theme/style/default.less +135 -135
  45. package/lib/typography/style/index.js +2 -9
  46. package/package.json +4 -4
@@ -6,7 +6,14 @@ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key i
6
6
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
7
7
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
8
8
  import { formatTheme } from "./util/format";
9
-
9
+ var colorPrimary = '#0D6CF2';
10
+ var colorPrimarySecondary = '#598CF3';
11
+ var colorText = '#132039';
12
+ var colorTextSecondary = '#5c6b8a';
13
+ var colorFillSecondary = '#E2E8F3';
14
+ var colorFillTertiary = '#F3F6FC';
15
+ var colorFillQuaternary = '#F8FAFE';
16
+ var colorBorderSecondary = colorFillSecondary;
10
17
  // Calculated by colorBorder and getWeakenBorderColor()
11
18
  var tagColorBorder = '#cdd5e466';
12
19
  export var fontFamilyEn = "Inter, 'Noto sans', sans-serif, Roboto, 'Open Sans', 'Segoe UI', 'Helvetica Neue', 'Helvetica, Arial', 'Apple Color Emoji'";
@@ -14,16 +21,13 @@ var defaultTheme = {
14
21
  token: {
15
22
  fontFamily: "-apple-system, 'Noto Sans', BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
16
23
  fontFamilyCode: "Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
17
- colorPrimaryBg: '#EAF1FF',
18
- colorPrimary: '#006AFF',
19
- colorPrimaryBgHover: '#EAF1FF',
20
- colorPrimaryBorder: '#b3ccff',
21
- colorPrimaryBorderHover: '#5189FB',
22
- colorPrimaryHover: '#5189fb',
23
- colorPrimaryActive: '#004CE6',
24
- colorPrimaryTextHover: '#5189FB',
25
- colorPrimaryText: '#006AFF',
26
- colorPrimaryTextActive: '#004CE6',
24
+ borderRadius: 4,
25
+ borderRadiusLG: 8,
26
+ borderRadiusSM: 2,
27
+ fontSize: 13,
28
+ fontSizeSM: 11,
29
+ colorPrimary: colorPrimary,
30
+ colorInfo: colorPrimary,
27
31
  colorSuccess: '#0ac185',
28
32
  colorSuccessBg: '#EEF8F5',
29
33
  colorSuccessBgHover: '#dbf0e9',
@@ -54,29 +58,19 @@ var defaultTheme = {
54
58
  colorErrorText: '#ff1a1a',
55
59
  colorErrorTextActive: '#CC0000',
56
60
  colorError: '#F93939',
57
- colorInfo: '#006AFF',
58
- colorInfoBg: '#EAF1FF',
59
- colorInfoBgHover: '#EAF1FF',
60
- colorInfoBorder: '#B3CCFF',
61
- colorInfoBorderHover: '#5189FB',
62
- colorInfoHover: '#5189FB',
63
- colorInfoActive: '#004CE6',
64
- colorInfoTextHover: '#5189FB',
65
- colorInfoText: '#006AFF',
66
- colorInfoTextActive: '#004CE6',
67
61
  colorTextBase: '#000000',
68
- colorText: '#132039',
69
- colorTextSecondary: '#5c6b8a',
62
+ colorText: colorText,
63
+ colorTextSecondary: colorTextSecondary,
70
64
  colorTextQuaternary: '#c1cbe0',
71
65
  colorTextTertiary: '#8592AD',
72
66
  colorBgBase: '#ffffff',
73
67
  colorBgContainer: '#ffffff',
74
- colorBgLayout: '#f3f6fc',
68
+ colorBgLayout: colorFillQuaternary,
75
69
  colorBorder: '#CDD5E4',
76
- colorBorderSecondary: '#E2E8F3',
77
- colorFillQuaternary: '#F8FAFE',
78
- colorFillTertiary: '#f3f6fc',
79
- colorFillSecondary: '#e2e8f3',
70
+ colorBorderSecondary: colorBorderSecondary,
71
+ colorFillQuaternary: colorFillQuaternary,
72
+ colorFillTertiary: colorFillTertiary,
73
+ colorFillSecondary: colorFillSecondary,
80
74
  colorFill: '#cdd5e4',
81
75
  colorBgMask: 'rgba(19, 32, 57, 0.45)',
82
76
  colorBgElevated: '#ffffff',
@@ -84,58 +78,87 @@ var defaultTheme = {
84
78
  boxShadow: '0 6px 16px 0 rgba(54, 69, 99, 0.08), 0 3px 6px -4px rgba(54, 69, 99, 0.12), 0 9px 28px 8px rgba(54, 69, 99, 0.05)',
85
79
  boxShadowSecondary: '0 6px 16px 0 rgba(54, 69, 99, 0.08), 0 3px 6px -4px rgba(54, 69, 99, 0.12), 0 9px 28px 8px rgba(54, 69, 99, 0.05)',
86
80
  boxShadowTertiary: '0 1px 2px 0 rgba(54, 69, 99, 0.03), 0 1px 6px -1px rgba(54, 69, 99, 0.02), 0 2px 4px 0 rgba(54, 69, 99, 0.02)',
87
- borderRadius: 6,
88
81
  wireframe: false,
89
82
  // Remove focus outline
90
83
  lineWidthFocus: 0
91
84
  },
92
85
  components: {
86
+ Badge: {
87
+ colorInfo: colorPrimarySecondary
88
+ },
93
89
  Breadcrumb: {
94
90
  fontSize: 12,
95
91
  // @ts-ignore
96
92
  // fontHeight is internal token
97
93
  fontHeight: 20,
98
- lastItemColor: '#5c6b8a'
94
+ lastItemColor: colorTextSecondary
99
95
  },
100
96
  Collapse: {
101
- colorBorder: '#E2E8F3'
97
+ colorBorder: colorBorderSecondary
102
98
  },
103
99
  InputNumber: {
104
100
  handleVisible: true
105
101
  },
102
+ Progress: {
103
+ defaultColor: colorPrimarySecondary
104
+ },
106
105
  Radio: {
107
106
  // temporarily fix style for checked disabled Radio.Button
108
- controlItemBgActiveDisabled: '#e2e8f3'
107
+ controlItemBgActiveDisabled: colorFillSecondary
109
108
  },
110
109
  Select: {
111
110
  // work for all multiple select component, including Select, TreeSelect and Cascader and so on
112
- multipleItemBg: '#F8FAFE',
111
+ multipleItemBg: colorFillQuaternary,
113
112
  multipleItemBorderColor: tagColorBorder,
114
113
  multipleItemBorderColorDisabled: tagColorBorder
115
114
  },
116
115
  Slider: {
117
- trackBg: '#006AFF',
116
+ trackBg: colorPrimary,
118
117
  trackHoverBg: '#5189fb',
119
118
  trackBgDisabled: '#b3ccff',
120
- handleColor: '#006AFF',
119
+ handleColor: colorPrimary,
121
120
  handleActiveColor: '#5189fb',
122
121
  handleColorDisabled: '#b3ccff'
123
122
  },
124
123
  Tabs: {
125
- horizontalItemGutter: 24
124
+ horizontalItemGutter: 24,
125
+ itemActiveColor: colorText,
126
+ itemSelectedColor: colorText,
127
+ itemHoverColor: colorText
126
128
  },
127
129
  Tag: {
128
- defaultColor: '#5c6b8a',
130
+ defaultColor: colorTextSecondary,
129
131
  colorBorder: tagColorBorder
130
132
  },
131
133
  Table: {
134
+ cellFontSize: 12,
135
+ headerSplitColor: 'transparent',
132
136
  cellPaddingBlock: 12,
137
+ cellPaddingInline: 16,
133
138
  cellPaddingBlockMD: 8,
134
- cellPaddingBlockSM: 4
139
+ cellPaddingBlockSM: 4,
140
+ rowHoverBg: colorFillQuaternary,
141
+ rowSelectedBg: colorFillQuaternary,
142
+ rowSelectedHoverBg: colorFillTertiary
135
143
  },
136
144
  Tooltip: {
137
145
  colorBgSpotlight: '#ffffff',
138
- colorTextLightSolid: '#132039'
146
+ colorTextLightSolid: colorText
147
+ },
148
+ Card: {
149
+ borderRadiusLG: 8
150
+ },
151
+ Menu: {
152
+ paddingContentVertical: 0,
153
+ itemHeight: 30,
154
+ itemBorderRadius: 4,
155
+ // 80 means 50% opacity
156
+ itemSelectedBg: colorFillSecondary + '80',
157
+ itemHoverBg: colorFillSecondary + '80',
158
+ itemColor: colorTextSecondary,
159
+ itemSelectedColor: colorText,
160
+ itemMarginBlock: 6,
161
+ groupTitleFontSize: 11
139
162
  }
140
163
  }
141
164
  };
@@ -21,11 +21,11 @@
21
21
  @colorBgBase: #ffffff;
22
22
  @fontFamily: -apple-system, 'Noto Sans', BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
23
23
  @fontFamilyCode: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
24
- @fontSize: 12;
25
- @lineWidth: 1;
24
+ @fontSize: 12px;
25
+ @lineWidth: 1px;
26
26
  @lineType: solid;
27
- @motionUnit: 0.1;
28
- @motionBase: 0;
27
+ @motionUnit: 0.1s;
28
+ @motionBase: 0s;
29
29
  @motionEaseOutCirc: cubic-bezier(0.08, 0.82, 0.17, 1);
30
30
  @motionEaseInOutCirc: cubic-bezier(0.78, 0.14, 0.15, 0.86);
31
31
  @motionEaseOut: cubic-bezier(0.215, 0.61, 0.355, 1);
@@ -34,11 +34,11 @@
34
34
  @motionEaseInBack: cubic-bezier(0.71, -0.46, 0.88, 0.6);
35
35
  @motionEaseInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
36
36
  @motionEaseOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
37
- @borderRadius: 0;
38
- @sizeUnit: 4;
39
- @sizeStep: 4;
40
- @sizePopupArrow: 16;
41
- @controlHeight: 32;
37
+ @borderRadius: 0px;
38
+ @sizeUnit: 4px;
39
+ @sizeStep: 4px;
40
+ @sizePopupArrow: 16px;
41
+ @controlHeight: 32px;
42
42
  @zIndexBase: 0;
43
43
  @zIndexPopupBase: 1000;
44
44
  @opacityImage: 1;
@@ -46,24 +46,24 @@
46
46
  @motion: true;
47
47
  @blue-1: #e6f4ff;
48
48
  @blue1: #e6f4ff;
49
- @blue-2: #a3d6ff;
50
- @blue2: #a3d6ff;
51
- @blue-3: #7abfff;
52
- @blue3: #7abfff;
53
- @blue-4: #52a5ff;
54
- @blue4: #52a5ff;
55
- @blue-5: #2989ff;
56
- @blue5: #2989ff;
57
- @blue-6: #006aff;
58
- @blue6: #006aff;
59
- @blue-7: #0053d9;
60
- @blue7: #0053d9;
61
- @blue-8: #003eb3;
62
- @blue8: #003eb3;
63
- @blue-9: #002c8c;
64
- @blue9: #002c8c;
65
- @blue-10: #001d66;
66
- @blue10: #001d66;
49
+ @blue-2: #b0dbff;
50
+ @blue2: #b0dbff;
51
+ @blue-3: #87c5ff;
52
+ @blue3: #87c5ff;
53
+ @blue-4: #5eacff;
54
+ @blue4: #5eacff;
55
+ @blue-5: #3690ff;
56
+ @blue5: #3690ff;
57
+ @blue-6: #0d6cf2;
58
+ @blue6: #0d6cf2;
59
+ @blue-7: #004ecc;
60
+ @blue7: #004ecc;
61
+ @blue-8: #003aa6;
62
+ @blue8: #003aa6;
63
+ @blue-9: #002880;
64
+ @blue9: #002880;
65
+ @blue-10: #001959;
66
+ @blue10: #001959;
67
67
  @purple-1: #f9f0ff;
68
68
  @purple1: #f9f0ff;
69
69
  @purple-2: #efdbff;
@@ -323,14 +323,14 @@
323
323
  @colorBorder: #dedede;
324
324
  @colorBorderSecondary: #ebebeb;
325
325
  @colorPrimaryBg: #e6f4ff;
326
- @colorPrimaryBgHover: #a3d6ff;
327
- @colorPrimaryBorder: #7abfff;
328
- @colorPrimaryBorderHover: #52a5ff;
329
- @colorPrimaryHover: #2989ff;
330
- @colorPrimaryActive: #0053d9;
331
- @colorPrimaryTextHover: #2989ff;
332
- @colorPrimaryText: #006aff;
333
- @colorPrimaryTextActive: #0053d9;
326
+ @colorPrimaryBgHover: #b0dbff;
327
+ @colorPrimaryBorder: #87c5ff;
328
+ @colorPrimaryBorderHover: #5eacff;
329
+ @colorPrimaryHover: #3690ff;
330
+ @colorPrimaryActive: #004ecc;
331
+ @colorPrimaryTextHover: #3690ff;
332
+ @colorPrimaryText: #0d6cf2;
333
+ @colorPrimaryTextActive: #004ecc;
334
334
  @colorSuccessBg: #dff4e5;
335
335
  @colorSuccessBgHover: #a9f5d1;
336
336
  @colorSuccessBorder: #dff4e5;
@@ -361,59 +361,59 @@
361
361
  @colorWarningText: #ffa21a;
362
362
  @colorWarningTextActive: #d9800b;
363
363
  @colorInfoBg: #e6f4ff;
364
- @colorInfoBgHover: #a3d6ff;
365
- @colorInfoBorder: #7abfff;
366
- @colorInfoBorderHover: #52a5ff;
367
- @colorInfoHover: #52a5ff;
368
- @colorInfoActive: #0053d9;
369
- @colorInfoTextHover: #2989ff;
370
- @colorInfoText: #006aff;
371
- @colorInfoTextActive: #0053d9;
364
+ @colorInfoBgHover: #b0dbff;
365
+ @colorInfoBorder: #87c5ff;
366
+ @colorInfoBorderHover: #5eacff;
367
+ @colorInfoHover: #5eacff;
368
+ @colorInfoActive: #004ecc;
369
+ @colorInfoTextHover: #3690ff;
370
+ @colorInfoText: #0d6cf2;
371
+ @colorInfoTextActive: #004ecc;
372
372
  @colorLinkHover: #0064C8;
373
- @colorLinkActive: #0053d9;
373
+ @colorLinkActive: #004ecc;
374
374
  @colorBgMask: rgba(0,0,0,0.45);
375
375
  @colorWhite: #fff;
376
- @fontSizeSM: 12;
377
- @fontSizeLG: 16;
378
- @fontSizeXL: 20;
379
- @fontSizeHeading1: 38;
380
- @fontSizeHeading2: 30;
381
- @fontSizeHeading3: 24;
382
- @fontSizeHeading4: 20;
383
- @fontSizeHeading5: 16;
384
- @lineHeight: 1.5714285714285714;
385
- @lineHeightLG: 1.5;
386
- @lineHeightSM: 1.6666666666666667;
387
- @fontHeight: 22;
388
- @fontHeightLG: 24;
389
- @fontHeightSM: 20;
390
- @lineHeightHeading1: 1.2105263157894737;
391
- @lineHeightHeading2: 1.2666666666666666;
392
- @lineHeightHeading3: 1.3333333333333333;
393
- @lineHeightHeading4: 1.4;
394
- @lineHeightHeading5: 1.5;
395
- @sizeXXL: 48;
396
- @sizeXL: 32;
397
- @sizeLG: 24;
398
- @sizeMD: 20;
399
- @sizeMS: 16;
400
- @size: 16;
401
- @sizeSM: 12;
402
- @sizeXS: 8;
403
- @sizeXXS: 4;
404
- @controlHeightSM: 24;
405
- @controlHeightXS: 16;
406
- @controlHeightLG: 36;
376
+ @fontSizeSM: 12px;
377
+ @fontSizeLG: 14px;
378
+ @fontSizeXL: 18px;
379
+ @fontSizeHeading1: 34px;
380
+ @fontSizeHeading2: 28px;
381
+ @fontSizeHeading3: 22px;
382
+ @fontSizeHeading4: 18px;
383
+ @fontSizeHeading5: 14px;
384
+ @lineHeight: 1.6153846153846154;
385
+ @lineHeightLG: 1.5714285714285714;
386
+ @lineHeightSM: 1.8;
387
+ @fontHeight: 21px;
388
+ @fontHeightLG: 22px;
389
+ @fontHeightSM: 18px;
390
+ @lineHeightHeading1: 1.2352941176470589;
391
+ @lineHeightHeading2: 1.2857142857142858;
392
+ @lineHeightHeading3: 1.3636363636363635;
393
+ @lineHeightHeading4: 1.4444444444444444;
394
+ @lineHeightHeading5: 1.5714285714285714;
395
+ @sizeXXL: 48px;
396
+ @sizeXL: 32px;
397
+ @sizeLG: 24px;
398
+ @sizeMD: 20px;
399
+ @sizeMS: 16px;
400
+ @size: 16px;
401
+ @sizeSM: 12px;
402
+ @sizeXS: 8px;
403
+ @sizeXXS: 4px;
404
+ @controlHeightSM: 24px;
405
+ @controlHeightXS: 16px;
406
+ @controlHeightLG: 36px;
407
407
  @motionDurationFast: 0.1s;
408
408
  @motionDurationMid: 0.2s;
409
409
  @motionDurationSlow: 0.3s;
410
- @lineWidthBold: 2;
411
- @borderRadiusXS: 2;
412
- @borderRadiusSM: 0;
413
- @borderRadiusLG: 8;
414
- @borderRadiusOuter: 4;
410
+ @lineWidthBold: 2px;
411
+ @borderRadiusXS: 1px;
412
+ @borderRadiusSM: 0px;
413
+ @borderRadiusLG: 4px;
414
+ @borderRadiusOuter: 4px;
415
415
  @colorTextHeading: rgba(0, 0, 0, 0.85);
416
- @controlOutlineWidth: 2;
416
+ @controlOutlineWidth: 2px;
417
417
  @controlOutline: rgba(5,145,255,0.1);
418
418
  @colorFillContent: rgba(0,0,0,0.06);
419
419
  @colorFillContentHover: rgba(0,0,0,0.15);
@@ -433,12 +433,12 @@
433
433
  @colorIconHover: rgba(0, 0, 0, 0.85);
434
434
  @colorErrorOutline: rgba(255,38,5,0.06);
435
435
  @colorWarningOutline: rgba(255,195,5,0.1);
436
- @fontSizeIcon: 12;
437
- @lineWidthFocus: 3;
438
- @controlInteractiveSize: 16;
436
+ @fontSizeIcon: 12px;
437
+ @lineWidthFocus: 3px;
438
+ @controlInteractiveSize: 16px;
439
439
  @controlItemBgHover: rgba(0,0,0,0.04);
440
440
  @controlItemBgActive: #e6f4ff;
441
- @controlItemBgActiveHover: #a3d6ff;
441
+ @controlItemBgActiveHover: #b0dbff;
442
442
  @controlItemBgActiveDisabled: rgba(0,0,0,0.15);
443
443
  @controlTmpOutline: rgba(0,0,0,0.02);
444
444
  @fontWeightStrong: 600;
@@ -446,29 +446,29 @@
446
446
  @linkDecoration: none;
447
447
  @linkHoverDecoration: none;
448
448
  @linkFocusDecoration: none;
449
- @controlPaddingHorizontal: 12;
450
- @controlPaddingHorizontalSM: 8;
451
- @paddingXXS: 4;
452
- @paddingXS: 8;
453
- @paddingSM: 12;
454
- @padding: 16;
455
- @paddingMD: 20;
456
- @paddingLG: 24;
457
- @paddingXL: 32;
458
- @paddingContentHorizontalLG: 24;
459
- @paddingContentVerticalLG: 16;
460
- @paddingContentHorizontal: 16;
461
- @paddingContentVertical: 12;
462
- @paddingContentHorizontalSM: 16;
463
- @paddingContentVerticalSM: 8;
464
- @marginXXS: 4;
465
- @marginXS: 8;
466
- @marginSM: 12;
467
- @margin: 16;
468
- @marginMD: 20;
469
- @marginLG: 24;
470
- @marginXL: 32;
471
- @marginXXL: 48;
449
+ @controlPaddingHorizontal: 12px;
450
+ @controlPaddingHorizontalSM: 8px;
451
+ @paddingXXS: 4px;
452
+ @paddingXS: 8px;
453
+ @paddingSM: 12px;
454
+ @padding: 16px;
455
+ @paddingMD: 20px;
456
+ @paddingLG: 24px;
457
+ @paddingXL: 32px;
458
+ @paddingContentHorizontalLG: 24px;
459
+ @paddingContentVerticalLG: 16px;
460
+ @paddingContentHorizontal: 16px;
461
+ @paddingContentVertical: 12px;
462
+ @paddingContentHorizontalSM: 16px;
463
+ @paddingContentVerticalSM: 8px;
464
+ @marginXXS: 4px;
465
+ @marginXS: 8px;
466
+ @marginSM: 12px;
467
+ @margin: 16px;
468
+ @marginMD: 20px;
469
+ @marginLG: 24px;
470
+ @marginXL: 32px;
471
+ @marginXXL: 48px;
472
472
  @boxShadow:
473
473
  0 6px 16px 0 rgba(0, 0, 0, 0.08),
474
474
  0 3px 6px -4px rgba(0, 0, 0, 0.12),
@@ -484,23 +484,23 @@
484
484
  0 1px 6px -1px rgba(0, 0, 0, 0.02),
485
485
  0 2px 4px 0 rgba(0, 0, 0, 0.02)
486
486
  ;
487
- @screenXS: 480;
488
- @screenXSMin: 480;
489
- @screenXSMax: 575;
490
- @screenSM: 576;
491
- @screenSMMin: 576;
492
- @screenSMMax: 767;
493
- @screenMD: 768;
494
- @screenMDMin: 768;
495
- @screenMDMax: 991;
496
- @screenLG: 992;
497
- @screenLGMin: 992;
498
- @screenLGMax: 1199;
499
- @screenXL: 1200;
500
- @screenXLMin: 1200;
501
- @screenXLMax: 1599;
502
- @screenXXL: 1600;
503
- @screenXXLMin: 1600;
487
+ @screenXS: 480px;
488
+ @screenXSMin: 480px;
489
+ @screenXSMax: 575px;
490
+ @screenSM: 576px;
491
+ @screenSMMin: 576px;
492
+ @screenSMMax: 767px;
493
+ @screenMD: 768px;
494
+ @screenMDMin: 768px;
495
+ @screenMDMax: 991px;
496
+ @screenLG: 992px;
497
+ @screenLGMin: 992px;
498
+ @screenLGMax: 1199px;
499
+ @screenXL: 1200px;
500
+ @screenXLMin: 1200px;
501
+ @screenXLMax: 1599px;
502
+ @screenXXL: 1600px;
503
+ @screenXXLMin: 1600px;
504
504
  @boxShadowPopoverArrow: 2px 2px 5px rgba(0, 0, 0, 0.05);
505
505
  @boxShadowCard:
506
506
  0 1px 2px -2px rgba(0,0,0,0.16),