@clayui/css 3.160.0 → 3.161.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 (75) hide show
  1. package/lib/css/atlas.css +1581 -1581
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +1283 -1283
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +7 -7
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/books-brush.svg +9 -0
  8. package/lib/images/icons/icons.svg +1 -1
  9. package/package.json +1 -1
  10. package/src/images/icons/books-brush.svg +9 -0
  11. package/src/images/icons/icons.svg +1 -1
  12. package/src/scss/_license-text.scss +1 -1
  13. package/src/scss/atlas/_variables.scss +6 -4
  14. package/src/scss/atlas/variables/_globals.scss +10 -10
  15. package/src/scss/atlas-custom-properties/_variables.scss +68 -0
  16. package/src/scss/atlas-custom-properties/variables/_alerts.scss +1212 -0
  17. package/src/scss/atlas-custom-properties/variables/_application-bar.scss +62 -0
  18. package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +28 -0
  19. package/src/scss/atlas-custom-properties/variables/_badges.scss +352 -0
  20. package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +205 -0
  21. package/src/scss/atlas-custom-properties/variables/_buttons.scss +1498 -0
  22. package/src/scss/atlas-custom-properties/variables/_c-root.scss +353 -0
  23. package/src/scss/atlas-custom-properties/variables/_cards.scss +1217 -0
  24. package/src/scss/atlas-custom-properties/variables/_clay-color.scss +647 -0
  25. package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +1127 -0
  26. package/src/scss/atlas-custom-properties/variables/_date-picker.scss +701 -0
  27. package/src/scss/atlas-custom-properties/variables/_drilldown.scss +252 -0
  28. package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1250 -0
  29. package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +75 -0
  30. package/src/scss/atlas-custom-properties/variables/_empty-state.scss +104 -0
  31. package/src/scss/atlas-custom-properties/variables/_forms.scss +2342 -0
  32. package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +50 -0
  33. package/src/scss/atlas-custom-properties/variables/_globals.scss +846 -0
  34. package/src/scss/atlas-custom-properties/variables/_icons.scss +73 -0
  35. package/src/scss/atlas-custom-properties/variables/_images.scss +14 -0
  36. package/src/scss/atlas-custom-properties/variables/_labels.scss +1485 -0
  37. package/src/scss/atlas-custom-properties/variables/_links.scss +482 -0
  38. package/src/scss/atlas-custom-properties/variables/_list-group.scss +493 -0
  39. package/src/scss/atlas-custom-properties/variables/_loaders.scss +243 -0
  40. package/src/scss/atlas-custom-properties/variables/_management-bar.scss +153 -0
  41. package/src/scss/atlas-custom-properties/variables/_menubar.scss +836 -0
  42. package/src/scss/atlas-custom-properties/variables/_modals.scss +650 -0
  43. package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +324 -0
  44. package/src/scss/atlas-custom-properties/variables/_navbar.scss +200 -0
  45. package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +473 -0
  46. package/src/scss/atlas-custom-properties/variables/_navs.scss +547 -0
  47. package/src/scss/atlas-custom-properties/variables/_pagination.scss +1101 -0
  48. package/src/scss/atlas-custom-properties/variables/_panels.scss +567 -0
  49. package/src/scss/atlas-custom-properties/variables/_popovers.scss +565 -0
  50. package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +142 -0
  51. package/src/scss/atlas-custom-properties/variables/_quick-action.scss +27 -0
  52. package/src/scss/atlas-custom-properties/variables/_range.scss +267 -0
  53. package/src/scss/atlas-custom-properties/variables/_reorder.scss +91 -0
  54. package/src/scss/atlas-custom-properties/variables/_resizer.scss +26 -0
  55. package/src/scss/atlas-custom-properties/variables/_sheets.scss +301 -0
  56. package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +4 -0
  57. package/src/scss/atlas-custom-properties/variables/_sidebar.scss +579 -0
  58. package/src/scss/atlas-custom-properties/variables/_slideout.scss +379 -0
  59. package/src/scss/atlas-custom-properties/variables/_stickers.scss +578 -0
  60. package/src/scss/atlas-custom-properties/variables/_tables.scss +1277 -0
  61. package/src/scss/atlas-custom-properties/variables/_tbar.scss +636 -0
  62. package/src/scss/atlas-custom-properties/variables/_time.scss +142 -0
  63. package/src/scss/atlas-custom-properties/variables/_timelines.scss +43 -0
  64. package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +706 -0
  65. package/src/scss/atlas-custom-properties/variables/_tooltip.scss +332 -0
  66. package/src/scss/atlas-custom-properties/variables/_treeview.scss +369 -0
  67. package/src/scss/atlas-custom-properties/variables/_type.scss +194 -0
  68. package/src/scss/atlas-custom-properties/variables/_utilities.scss +1016 -0
  69. package/src/scss/atlas-variables.scss +2 -0
  70. package/src/scss/atlas.scss +2 -0
  71. package/src/scss/base-variables.scss +2 -0
  72. package/src/scss/base.scss +2 -0
  73. package/src/scss/functions/_global-functions.scss +6 -4
  74. package/src/scss/functions/_lx-icons-generated.scss +2 -0
  75. package/src/scss/variables/_globals.scss +8 -8
@@ -0,0 +1,567 @@
1
+ @if ($enable-atlas-custom-properties) {
2
+ $panel-bg: var(--panel-background-color, $white);
3
+ $panel-border-color: var(--panel-border-color, transparent);
4
+ $panel-border-radius: var(--panel-border-radius, $border-radius);
5
+ $panel-border-style: var(--panel-border-style, solid);
6
+
7
+ $panel-border-bottom-width: var(--panel-border-bottom-width, 1px);
8
+ $panel-border-left-width: var(--panel-border-left-width, 1px);
9
+ $panel-border-right-width: var(--panel-border-right-width, 1px);
10
+ $panel-border-top-width: var(--panel-border-top-width, 1px);
11
+
12
+ $panel-border-width: $panel-border-top-width
13
+ $panel-border-right-width
14
+ $panel-border-bottom-width
15
+ $panel-border-left-width;
16
+
17
+ $panel-box-shadow: var(--panel-box-shadow, none);
18
+ $panel-margin-bottom: var(--panel-margin-bottom, $spacer);
19
+
20
+ // Panel Header
21
+
22
+ $panel-header-border-bottom-width: var(
23
+ --panel-header-border-bottom-width,
24
+ 0
25
+ );
26
+
27
+ $panel-header-offset-border-radius: var(
28
+ --panel-header-offset-border-radius,
29
+ calc(#{$panel-border-radius} - #{$panel-border-top-width})
30
+ );
31
+
32
+ $panel-header-font-size: var(--panel-header-font-size, 14px);
33
+ $panel-header-line-height: var(
34
+ --panel-header-line-height,
35
+ $headings-line-height
36
+ );
37
+ $panel-header-padding-x: var(--panel-header-padding-x, 20px);
38
+ $panel-header-padding-y: var(--panel-header-padding-y, 12px);
39
+
40
+ $panel-header-collapse-icon-font-size: var(
41
+ --panel-header-collapse-icon-font-size,
42
+ 12px
43
+ );
44
+
45
+ $panel-header-collapse-icon-bottom: var(
46
+ --panel-header-collapse-icon-bottom,
47
+ auto
48
+ );
49
+ $panel-header-collapse-icon-left: var(
50
+ --panel-header-collapse-icon-left,
51
+ auto
52
+ );
53
+ $panel-header-collapse-icon-right: var(
54
+ --panel-header-collapse-icon-right,
55
+ auto
56
+ );
57
+ $panel-header-collapse-icon-top: var(
58
+ --panel-header-collapse-icon-top,
59
+ clay-collapse-icon-align(
60
+ $panel-header-padding-y,
61
+ 0,
62
+ 1em,
63
+ $panel-header-line-height
64
+ )
65
+ );
66
+
67
+ $panel-header-collapse-icon-padding-left: var(
68
+ --panel-header-collapse-icon-padding-left,
69
+ 20px
70
+ );
71
+ $panel-header-collapse-icon-padding-right: var(
72
+ --panel-header-collapse-icon-padding-right,
73
+ 45px
74
+ );
75
+
76
+ $panel-header-link-text-decoration: none;
77
+
78
+ $panel-header-link-hover-text-decoration: none;
79
+
80
+ $panel-header-link: ();
81
+ $panel-header-link: map-deep-merge(
82
+ (
83
+ color: var(--panel-header-link-color, inherit),
84
+ display: block,
85
+ text-decoration:
86
+ var(
87
+ --panel-header-link-text-decoration,
88
+ $panel-header-link-text-decoration
89
+ ),
90
+ transition: box-shadow 0.15s ease-in-out,
91
+
92
+ hover: (
93
+ color: var(--panel-header-link-hover-color, inherit),
94
+ text-decoration:
95
+ var(
96
+ --panel-header-link-hover-text-decoration,
97
+ $panel-header-link-hover-text-decoration
98
+ ),
99
+ ),
100
+
101
+ focus: (
102
+ box-shadow: $component-focus-box-shadow,
103
+ outline: 0,
104
+ z-index: $zindex-panel-header-link-focus,
105
+ ),
106
+ ),
107
+ $panel-header-link
108
+ );
109
+
110
+ $panel-header-collapsed-link: ();
111
+ $panel-header-collapsed-link: map-deep-merge(
112
+ (
113
+ border-color: transparent,
114
+ transition: border-color 0.75s ease,
115
+ ),
116
+ $panel-header-collapsed-link
117
+ );
118
+
119
+ // Panel Body
120
+ $panel-body-padding-x: var(--panel-body-panel-body-padding-x, 20px);
121
+ $panel-body-padding-y: var(--panel-body-panel-body-padding-y, 12px);
122
+
123
+ // Panel Footer
124
+
125
+ $panel-footer-border-top-width: var(
126
+ --panel-footer-panel-footer-border-top-width,
127
+ 0
128
+ );
129
+ $panel-footer-offset-border-radius: var(
130
+ --panel-footer-offset-border-radius,
131
+ calc(#{$panel-border-radius} - #{$panel-border-bottom-width})
132
+ );
133
+ $panel-footer-padding-x: var(
134
+ --panel-footer-padding-x,
135
+ $panel-header-padding-x
136
+ );
137
+ $panel-footer-padding-y: var(
138
+ --panel-footer-padding-y,
139
+ $panel-header-padding-y
140
+ );
141
+
142
+ // Panel Title
143
+
144
+ $panel-title-font-size: var(--panel-title-font-size, 14px);
145
+ $panel-title-font-weight: var(
146
+ --panel-title-font-weight,
147
+ $font-weight-semi-bold
148
+ );
149
+ $panel-title-text-transform: var(--panel-title-text-transform, uppercase);
150
+
151
+ // Panel Title Small Element
152
+
153
+ $panel-title-small-font-size: var(--panel-title-small-font-size, 100%);
154
+ $panel-title-small-margin-left: var(--panel-title-small-margin-left, 6px);
155
+
156
+ $panel: ();
157
+ $panel: map-deep-merge(
158
+ (
159
+ background-color: $panel-bg,
160
+ border-color: $panel-border-color,
161
+ border-radius: clay-enable-rounded($panel-border-radius),
162
+ border-style: $panel-border-style,
163
+ border-width: $panel-border-width,
164
+ box-shadow: clay-enable-shadows($panel-box-shadow),
165
+ margin-bottom: $panel-margin-bottom,
166
+ word-wrap: break-word,
167
+
168
+ collapse-icon-middle: (
169
+ collapse-icon: (
170
+ font-size: inherit,
171
+ ),
172
+ ),
173
+
174
+ panel-header: (
175
+ border-bottom:
176
+ $panel-header-border-bottom-width
177
+ solid
178
+ transparent,
179
+ border-top-left-radius:
180
+ clay-enable-rounded($panel-header-offset-border-radius),
181
+ border-top-right-radius:
182
+ clay-enable-rounded($panel-header-offset-border-radius),
183
+ display: block,
184
+ font-size: $panel-header-font-size,
185
+ line-height: $panel-header-line-height,
186
+ padding: $panel-header-padding-y $panel-header-padding-x,
187
+ position: relative,
188
+ width: 100%,
189
+
190
+ collapsed: (
191
+ border-bottom-left-radius:
192
+ clay-enable-rounded($panel-header-offset-border-radius),
193
+ border-bottom-right-radius:
194
+ clay-enable-rounded($panel-header-offset-border-radius),
195
+ link: $panel-header-collapsed-link,
196
+ ),
197
+
198
+ collapse-icon: (
199
+ padding-left: $panel-header-collapse-icon-padding-left,
200
+ padding-right: $panel-header-collapse-icon-padding-right,
201
+ ),
202
+
203
+ link: $panel-header-link,
204
+ ),
205
+
206
+ panel-body: (
207
+ padding: $panel-body-padding-y $panel-body-padding-x,
208
+ ),
209
+
210
+ panel-footer: (
211
+ border-bottom-left-radius:
212
+ clay-enable-rounded($panel-footer-offset-border-radius),
213
+ border-bottom-right-radius:
214
+ clay-enable-rounded($panel-footer-offset-border-radius),
215
+ border-top: $panel-footer-border-top-width solid transparent,
216
+ padding: $panel-footer-padding-y $panel-footer-padding-x,
217
+ ),
218
+
219
+ panel-title: (
220
+ font-size: $panel-title-font-size,
221
+ font-weight: $panel-title-font-weight,
222
+ text-transform: $panel-title-text-transform,
223
+
224
+ small: (
225
+ font-size: $panel-title-small-font-size,
226
+ margin-left: $panel-title-small-margin-left,
227
+ ),
228
+ ),
229
+ ),
230
+ $panel
231
+ );
232
+
233
+ // Panel Group
234
+
235
+ $panel-group-panel-margin-bottom: var(
236
+ --panel-group-panel-margin-bottom,
237
+ calc(#{$panel-border-bottom-width} * -1)
238
+ );
239
+
240
+ $panel-group-panel-unstyled: ();
241
+ $panel-group-panel-unstyled: map-deep-merge(
242
+ (
243
+ margin-bottom:
244
+ var(--panel-group-panel-unstyled-margin-bottom, 24px),
245
+ ),
246
+ $panel-group-panel-unstyled
247
+ );
248
+
249
+ // Panel Group Sm
250
+
251
+ $panel-group-sm: ();
252
+ $panel-group-sm: map-deep-merge(
253
+ (
254
+ font-size: var(--panel-group-sm-font-size, 0.875rem),
255
+ panel-header: (
256
+ padding-bottom:
257
+ var(--panel-group-sm-panel-header-padding-bottom, 0.5rem),
258
+ padding-top:
259
+ var(--panel-group-sm-panel-header-padding-top, 0.5rem),
260
+ ),
261
+
262
+ panel-title: (
263
+ font-size:
264
+ var(--panel-group-sm-panel-title-font-size, 0.875rem),
265
+ ),
266
+
267
+ collapse-icon: (
268
+ top:
269
+ var(
270
+ --panel-group-sm-panel-header-collapse-icon-top,
271
+ 0.6875rem
272
+ ),
273
+ ),
274
+ ),
275
+ $panel-group-sm
276
+ );
277
+
278
+ $panel-group-sm-panel-unstyled: ();
279
+ $panel-group-sm-panel-unstyled: map-deep-merge(
280
+ (
281
+ margin-bottom:
282
+ var(--panel-group-sm-panel-unstyled-margin-bottom, 1rem),
283
+ ),
284
+ $panel-group-sm-panel-unstyled
285
+ );
286
+
287
+ // Panel Group Flush
288
+
289
+ $panel-group-flush-body-margin-bottom: var(
290
+ --panel-group-flush-body-margin-bottom,
291
+ 24px
292
+ );
293
+ $panel-group-flush-body-padding: var(--panel-group-flush-body-padding, 0px);
294
+
295
+ $panel-group-flush-collapse-icon-left: var(
296
+ --panel-group-flush-collapse-icon-left,
297
+ auto
298
+ );
299
+ $panel-group-flush-collapse-icon-right: var(
300
+ --panel-group-flush-collapse-icon-right,
301
+ 0px
302
+ );
303
+
304
+ $panel-group-flush-collapse-icon-padding-left: var(
305
+ --panel-group-flush-collapse-icon-padding-left,
306
+ 0px
307
+ );
308
+ $panel-group-flush-collapse-icon-padding-right: var(
309
+ --panel-group-flush-collapse-icon-padding-right,
310
+ 24px
311
+ );
312
+
313
+ $panel-group-flush-panel-unstyled: ();
314
+ $panel-group-flush-panel-unstyled: map-deep-merge(
315
+ (
316
+ margin-bottom: 1.5rem,
317
+
318
+ panel-body: (
319
+ margin-bottom: 0rem,
320
+ ),
321
+ ),
322
+ $panel-group-flush-panel-unstyled
323
+ );
324
+
325
+ // Panel Variants
326
+
327
+ $panel-secondary-header-link: ();
328
+
329
+ $panel-secondary: ();
330
+ $panel-secondary: map-deep-merge(
331
+ (
332
+ border-color: var(--panel-secondary-border-color, $gray-300),
333
+ color: var(--panel-secondary-color, $gray-600),
334
+ panel-header: (
335
+ border-color:
336
+ var(--panel-secondary-panel-header-border-color, $gray-300),
337
+ link: $panel-secondary-header-link,
338
+ ),
339
+
340
+ panel-footer: (
341
+ border-color:
342
+ var(--panel-secondary-panel-footer-border-color, $gray-300),
343
+ ),
344
+ ),
345
+ $panel-secondary
346
+ );
347
+
348
+ // Panel Unstyled
349
+
350
+ $panel-unstyled-header-link: ();
351
+ $panel-unstyled-header-link: map-deep-merge(
352
+ (
353
+ border-radius: 1px,
354
+
355
+ focus: (
356
+ box-shadow: #{0 0 0 4px $body-bg,
357
+ 0 0 0 6px $primary-l0},
358
+ ),
359
+ ),
360
+ $panel-unstyled-header-link
361
+ );
362
+
363
+ $panel-unstyled: ();
364
+ $panel-unstyled: map-deep-merge(
365
+ (
366
+ background-color:
367
+ var(--panel-unstyled-background-color, transparent),
368
+ border-radius: var(--panel-unstyled-border-radius, 0),
369
+ border-width: var(--panel-unstyled-border-width, 0),
370
+ margin-bottom: var(--panel-unstyled-margin-bottom, 24px),
371
+ panel-header: (
372
+ border-color:
373
+ var(--panel-unstyled-panel-header-border-color, $gray-500),
374
+ border-radius:
375
+ var(--panel-unstyled-panel-header-border-radius, 0),
376
+ border-style:
377
+ var(--panel-unstyled-panel-header-border-style, solid),
378
+ border-width:
379
+ var(--panel-unstyled-panel-header-border-width, 0 0 1px 0),
380
+ padding-left:
381
+ var(--panel-unstyled-panel-header-padding-left, 0),
382
+ collapsed: (
383
+ border-color:
384
+ var(
385
+ --panel-unstyled-panel-header-collapsed-border-color,
386
+ $gray-500
387
+ ),
388
+ ),
389
+
390
+ link: $panel-unstyled-header-link,
391
+ ),
392
+
393
+ collapse-icon: (
394
+ right:
395
+ var(--panel-unstyled-panel-header-collapse-icon-right, 0),
396
+ ),
397
+
398
+ panel-body: (
399
+ padding:
400
+ var(--panel-unstyled-panel-body-padding, 16px 0 0.1px 0),
401
+ ),
402
+
403
+ panel-footer: (
404
+ padding:
405
+ var(--panel-unstyled-panel-footer-padding, 16px 0 0.1px 0),
406
+ ),
407
+ ),
408
+ $panel-unstyled
409
+ );
410
+
411
+ $panel-palette: ();
412
+ $panel-palette: map-deep-merge(
413
+ (
414
+ panel-block: (
415
+ border-color: $gray-400,
416
+
417
+ collapse-icon: (
418
+ font-size: inherit,
419
+ top: 1.3125rem,
420
+ ),
421
+
422
+ panel-header: (
423
+ font-size: 1.25rem,
424
+ line-height: 1.25,
425
+ padding: 1.15625rem 1.25rem,
426
+
427
+ '&.collapse-icon': (
428
+ padding-right: 3rem,
429
+ ),
430
+ ),
431
+
432
+ panel-title: (
433
+ font-size: inherit,
434
+ text-transform: none,
435
+ ),
436
+
437
+ panel-body: (
438
+ padding: 0rem 1.25rem 1.25rem,
439
+ ),
440
+
441
+ panel-footer: (
442
+ padding: 0rem 1.25rem 1.25rem,
443
+ ),
444
+ ),
445
+
446
+ panel-default: (
447
+ border-width: 0px,
448
+
449
+ panel-header: (
450
+ border-radius: clay-enable-rounded(0),
451
+ color: $gray-600,
452
+ font-size: 0.875rem,
453
+ line-height: 1.125rem,
454
+ padding-bottom: 0.40625rem,
455
+ padding-left: 0rem,
456
+ padding-right: 0rem,
457
+ padding-top: 0.40625rem,
458
+ text-transform: uppercase,
459
+
460
+ '&.collapse-icon': (
461
+ padding-right: 1.75rem,
462
+ ),
463
+
464
+ link: (
465
+ border-bottom: 1px solid $gray-400,
466
+ ),
467
+ ),
468
+
469
+ collapse-icon: (
470
+ font-size: inherit,
471
+ right: 0rem,
472
+ top: 0.5rem,
473
+ ),
474
+
475
+ collapse-icon-middle: (
476
+ collapse-icon: (
477
+ right: 0rem,
478
+ ),
479
+ ),
480
+
481
+ panel-body: (
482
+ padding: 1.25rem 0rem,
483
+ ),
484
+
485
+ panel-title: (
486
+ font-size: inherit,
487
+ ),
488
+
489
+ panel-footer: (
490
+ padding: 1.25rem 0rem,
491
+ ),
492
+ ),
493
+ ),
494
+ $panel-palette
495
+ );
496
+
497
+ // Panel Sizes
498
+
499
+ $panel-sizes: ();
500
+ $panel-sizes: map-deep-merge(
501
+ (
502
+ '.panel-lg.panel-block': (
503
+ collapse-icon: (
504
+ top: 1.75rem,
505
+ ),
506
+
507
+ panel-header: (
508
+ font-size: 1.5rem,
509
+ padding: 1.5rem 1.5rem,
510
+
511
+ '&.collapse-icon': (
512
+ padding-right: calc(1.5rem * 3),
513
+ ),
514
+ ),
515
+
516
+ panel-body: (
517
+ padding: 0rem 1.5rem 1.5rem,
518
+ ),
519
+
520
+ panel-footer: (
521
+ padding: 0rem 1.5rem 1.5rem,
522
+ ),
523
+ ),
524
+
525
+ '.panel-sm.panel-block': (
526
+ collapse-icon: (
527
+ top: 0.9375rem,
528
+ ),
529
+
530
+ panel-header: (
531
+ font-size: 1rem,
532
+ padding: 0.8125rem 1rem,
533
+
534
+ '&.collapse-icon': (
535
+ padding-right: calc(1rem * 3),
536
+ ),
537
+ ),
538
+
539
+ panel-body: (
540
+ padding: 0rem 1rem 1rem,
541
+ ),
542
+
543
+ panel-footer: (
544
+ padding: 0rem 1rem 1rem,
545
+ ),
546
+ ),
547
+
548
+ '.panel-sm.panel-default': (
549
+ collapse-icon: (
550
+ top: 0.375rem,
551
+ ),
552
+
553
+ panel-header: (
554
+ font-size: 0.75rem,
555
+ line-height: 1,
556
+ padding-bottom: 0.34375rem,
557
+ padding-top: 0.34375rem,
558
+
559
+ '&.collapse-icon': (
560
+ padding-right: 1.75rem,
561
+ ),
562
+ ),
563
+ ),
564
+ ),
565
+ $panel-sizes
566
+ );
567
+ }