@digigov/css 2.0.0-6e3977bc → 2.0.0-76ec20a0

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 (122) hide show
  1. package/dist/base/index.css +1 -1
  2. package/dist/base.js +1 -1
  3. package/dist/components.js +1 -1
  4. package/dist/digigov.css +3 -3
  5. package/dist/utilities/index.css +1 -1
  6. package/dist/utilities.js +1 -1
  7. package/index.js +99 -69
  8. package/package.json +13 -13
  9. package/postcss.config.js +4 -4
  10. package/src/base/index.css +1 -0
  11. package/src/base/index.native.css +0 -0
  12. package/src/base/postcss.config.js +11 -10
  13. package/src/base/tailwind.config.js +4 -11
  14. package/src/components/accordion.common.css +29 -0
  15. package/src/components/accordion.css +10 -7
  16. package/src/components/accordion.native.css +27 -0
  17. package/src/components/autocomplete.css +1 -3
  18. package/src/components/blockquote.common.css +11 -11
  19. package/src/components/blockquote.css +6 -6
  20. package/src/components/blockquote.native.css +4 -1
  21. package/src/components/breadcrumbs.css +1 -1
  22. package/src/components/button.css +1 -1
  23. package/src/components/button.native.css +6 -7
  24. package/src/components/card.common.css +30 -30
  25. package/src/components/card.css +1 -1
  26. package/src/components/checkboxes.common.css +13 -13
  27. package/src/components/checkboxes.native.css +2 -3
  28. package/src/components/chip.common.css +19 -0
  29. package/src/components/chip.css +5 -4
  30. package/src/components/chip.native.css +15 -0
  31. package/src/components/code.css +11 -10
  32. package/src/components/copy-to-clipboard.css +1 -1
  33. package/src/components/copy-to-clipboard.native.css +2 -4
  34. package/src/components/details.common.css +23 -23
  35. package/src/components/details.native.css +8 -0
  36. package/src/components/drawer.css +21 -4
  37. package/src/components/dropdown.common.css +20 -20
  38. package/src/components/dropdown.native.css +10 -11
  39. package/src/components/fillable.css +1 -1
  40. package/src/components/filter.css +75 -26
  41. package/src/components/footer.css +8 -7
  42. package/src/components/form.common.css +75 -76
  43. package/src/components/form.css +7 -4
  44. package/src/components/form.native.css +102 -53
  45. package/src/components/header.common.css +32 -33
  46. package/src/components/header.css +9 -13
  47. package/src/components/header.native.css +5 -10
  48. package/src/components/kitchensink.css +2 -2
  49. package/src/components/layout.common.css +2 -2
  50. package/src/components/layout.css +1 -1
  51. package/src/components/layout.native.css +1 -0
  52. package/src/components/loader.common.css +7 -0
  53. package/src/components/loader.css +3 -1
  54. package/src/components/loader.native.css +5 -0
  55. package/src/components/modal.common.css +16 -0
  56. package/src/components/modal.css +19 -15
  57. package/src/components/modal.native.css +18 -0
  58. package/src/components/nav.common.css +18 -18
  59. package/src/components/nav.native.css +4 -6
  60. package/src/components/notification-banner.common.css +2 -2
  61. package/src/components/notification-banner.css +20 -2
  62. package/src/components/pagination.css +19 -3
  63. package/src/components/panel.common.css +26 -26
  64. package/src/components/panel.native.css +8 -2
  65. package/src/components/phase-banner.common.css +1 -1
  66. package/src/components/phase-banner.native.css +0 -1
  67. package/src/components/postcss.config.js +7 -6
  68. package/src/components/radios.common.css +1 -1
  69. package/src/components/radios.native.css +2 -3
  70. package/src/components/skeleton.common.css +20 -0
  71. package/src/components/skeleton.css +7 -10
  72. package/src/components/skeleton.native.css +53 -0
  73. package/src/components/stack.common.css +67 -0
  74. package/src/components/stack.css +23 -21
  75. package/src/components/stack.native.css +68 -0
  76. package/src/components/stepnav.css +2 -2
  77. package/src/components/summary-list.common.css +6 -3
  78. package/src/components/summary-list.css +10 -7
  79. package/src/components/summary-list.native.css +5 -1
  80. package/src/components/svg-icons.common.css +1 -1
  81. package/src/components/svg-icons.native.css +2 -3
  82. package/src/components/table.css +25 -12
  83. package/src/components/tabs.css +1 -0
  84. package/src/components/task-list.css +12 -7
  85. package/src/components/test.css +2 -2
  86. package/src/components/timeline.css +8 -7
  87. package/src/components/typography.common.css +2 -7
  88. package/src/components/typography.css +5 -17
  89. package/src/components/typography.native.css +31 -0
  90. package/src/components/warning-text.common.css +1 -1
  91. package/src/components/warning-text.css +9 -6
  92. package/src/index.native.css +7 -1
  93. package/src/utilities/gap.css +141 -0
  94. package/src/utilities/index.css +6 -3
  95. package/src/utilities/index.native.css +6 -2
  96. package/src/utilities/layout.css +1 -1
  97. package/src/utilities/layout.native.css +1 -1
  98. package/src/utilities/margin.css +4299 -0
  99. package/src/utilities/padding.css +4299 -0
  100. package/src/utilities/postcss.config.js +7 -6
  101. package/src/utilities/print.css +1 -1
  102. package/src/utilities/utilities.css +3 -2378
  103. package/tailwind.config.js +102 -106
  104. package/theming.js +121 -0
  105. package/defaultTheme/accordion.json +0 -16
  106. package/defaultTheme/back-to-top.json +0 -27
  107. package/defaultTheme/brandConfig.json +0 -147
  108. package/defaultTheme/breadcrumbs.json +0 -8
  109. package/defaultTheme/button.json +0 -94
  110. package/defaultTheme/card.json +0 -23
  111. package/defaultTheme/form.json +0 -132
  112. package/defaultTheme/globals.json +0 -81
  113. package/defaultTheme/index.js +0 -27
  114. package/defaultTheme/layout.json +0 -55
  115. package/defaultTheme/misc.json +0 -68
  116. package/defaultTheme/panel.json +0 -48
  117. package/defaultTheme/phase-banner.json +0 -8
  118. package/defaultTheme/radios.json +0 -8
  119. package/defaultTheme/summary-list.json +0 -8
  120. package/defaultTheme/typography.json +0 -295
  121. package/src/utilities/spacing.css +0 -2133
  122. package/themes.plugin.js +0 -148
@@ -1,2133 +0,0 @@
1
- .ds-m-0 {
2
- @apply m-0 !important;
3
- }
4
-
5
- .ds-m-1 {
6
- @apply m-1 !important;
7
- }
8
-
9
- .ds-m-2 {
10
- @apply m-2 !important;
11
- }
12
-
13
- .ds-m-3 {
14
- @apply m-3 !important;
15
- }
16
-
17
- .ds-m-4 {
18
- @apply m-4 !important;
19
- }
20
-
21
- .ds-m-5 {
22
- @apply m-5 !important;
23
- }
24
-
25
- .ds-m-6 {
26
- @apply m-6 !important;
27
- }
28
-
29
- .ds-m-7 {
30
- @apply m-7 !important;
31
- }
32
-
33
- .ds-m-8 {
34
- @apply m-8 !important;
35
- }
36
-
37
- .ds-m-9 {
38
- @apply m-9 !important;
39
- }
40
-
41
- .ds-m-10 {
42
- @apply m-10 !important;
43
- }
44
-
45
- .ds-m-11 {
46
- @apply m-11 !important;
47
- }
48
-
49
- .ds-m-12 {
50
- @apply m-12 !important;
51
- }
52
-
53
- .ds-m-14 {
54
- @apply m-14 !important;
55
- }
56
-
57
- .ds-m-16 {
58
- @apply m-16 !important;
59
- }
60
-
61
- .ds-m-20 {
62
- @apply m-20 !important;
63
- }
64
-
65
- .ds-m-24 {
66
- @apply m-24 !important;
67
- }
68
-
69
- .ds-m-28 {
70
- @apply m-28 !important;
71
- }
72
-
73
- .ds-m-32 {
74
- @apply m-32 !important;
75
- }
76
-
77
- .ds-m-36 {
78
- @apply m-36 !important;
79
- }
80
-
81
- .ds-m-40 {
82
- @apply m-40 !important;
83
- }
84
-
85
- .ds-m-44 {
86
- @apply m-44 !important;
87
- }
88
-
89
- .ds-m-48 {
90
- @apply m-48 !important;
91
- }
92
-
93
- .ds-m-52 {
94
- @apply m-52 !important;
95
- }
96
-
97
- .ds-m-56 {
98
- @apply m-56 !important;
99
- }
100
-
101
- .ds-m-60 {
102
- @apply m-60 !important;
103
- }
104
-
105
- .ds-m-64 {
106
- @apply m-64 !important;
107
- }
108
-
109
- .ds-m-72 {
110
- @apply m-72 !important;
111
- }
112
-
113
- .ds-m-80 {
114
- @apply m-80 !important;
115
- }
116
-
117
- .ds-m-96 {
118
- @apply m-96 !important;
119
- }
120
-
121
- .ds-m-px {
122
- @apply m-px !important;
123
- }
124
-
125
- .ds-m-0\.5 {
126
- @apply m-0.5 !important;
127
- }
128
-
129
- .ds-m-1\.5 {
130
- @apply m-1.5 !important;
131
- }
132
-
133
- .ds-m-2\.5 {
134
- @apply m-2.5 !important;
135
- }
136
-
137
- .ds-m-3\.5 {
138
- @apply m-3.5 !important;
139
- }
140
-
141
- .ds-mt-0 {
142
- @apply mt-0 !important;
143
- }
144
-
145
- .ds-mt-1 {
146
- @apply mt-1 !important;
147
- }
148
-
149
- .ds-mt-2 {
150
- @apply mt-2 !important;
151
- }
152
-
153
- .ds-mt-3 {
154
- @apply mt-3 !important;
155
- }
156
-
157
- .ds-mt-4 {
158
- @apply mt-4 !important;
159
- }
160
-
161
- .ds-mt-5 {
162
- @apply mt-5 !important;
163
- }
164
-
165
- .ds-mt-6 {
166
- @apply mt-6 !important;
167
- }
168
-
169
- .ds-mt-7 {
170
- @apply mt-7 !important;
171
- }
172
-
173
- .ds-mt-8 {
174
- @apply mt-8 !important;
175
- }
176
-
177
- .ds-mt-9 {
178
- @apply mt-9 !important;
179
- }
180
-
181
- .ds-mt-10 {
182
- @apply mt-10 !important;
183
- }
184
-
185
- .ds-mt-11 {
186
- @apply mt-11 !important;
187
- }
188
-
189
- .ds-mt-12 {
190
- @apply mt-12 !important;
191
- }
192
-
193
- .ds-mt-14 {
194
- @apply mt-14 !important;
195
- }
196
-
197
- .ds-mt-16 {
198
- @apply mt-16 !important;
199
- }
200
-
201
- .ds-mt-20 {
202
- @apply mt-20 !important;
203
- }
204
-
205
- .ds-mt-24 {
206
- @apply mt-24 !important;
207
- }
208
-
209
- .ds-mt-28 {
210
- @apply mt-28 !important;
211
- }
212
-
213
- .ds-mt-32 {
214
- @apply mt-32 !important;
215
- }
216
-
217
- .ds-mt-36 {
218
- @apply mt-36 !important;
219
- }
220
-
221
- .ds-mt-40 {
222
- @apply mt-40 !important;
223
- }
224
-
225
- .ds-mt-44 {
226
- @apply mt-44 !important;
227
- }
228
-
229
- .ds-mt-48 {
230
- @apply mt-48 !important;
231
- }
232
-
233
- .ds-mt-52 {
234
- @apply mt-52 !important;
235
- }
236
-
237
- .ds-mt-56 {
238
- @apply mt-56 !important;
239
- }
240
-
241
- .ds-mt-60 {
242
- @apply mt-60 !important;
243
- }
244
-
245
- .ds-mt-64 {
246
- @apply mt-64 !important;
247
- }
248
-
249
- .ds-mt-72 {
250
- @apply mt-72 !important;
251
- }
252
-
253
- .ds-mt-80 {
254
- @apply mt-80 !important;
255
- }
256
-
257
- .ds-mt-96 {
258
- @apply mt-96 !important;
259
- }
260
-
261
- .ds-mt-px {
262
- @apply mt-px !important;
263
- }
264
-
265
- .ds-mx-0\.5 {
266
- @apply mx-0.5 !important;
267
- }
268
-
269
- .ds-mx-1\.5 {
270
- @apply mx-1.5 !important;
271
- }
272
-
273
- .ds-mx-2\.5 {
274
- @apply mx-2.5 !important;
275
- }
276
-
277
- .ds-mx-3\.5 {
278
- @apply mx-3.5 !important;
279
- }
280
-
281
- .ds-mt-0\.5 {
282
- @apply mt-0.5 !important;
283
- }
284
-
285
- .ds-mt-1\.5 {
286
- @apply mt-1.5 !important;
287
- }
288
-
289
- .ds-mt-2\.5 {
290
- @apply mt-2.5 !important;
291
- }
292
-
293
- .ds-mt-3\.5 {
294
- @apply mt-3.5 !important;
295
- }
296
-
297
- .ds-mr-0 {
298
- @apply mr-0 !important;
299
- }
300
-
301
- .ds-mr-1 {
302
- @apply mr-1 !important;
303
- }
304
-
305
- .ds-mr-2 {
306
- @apply mr-2 !important;
307
- }
308
-
309
- .ds-mr-3 {
310
- @apply mr-3 !important;
311
- }
312
-
313
- .ds-mr-4 {
314
- @apply mr-4 !important;
315
- }
316
-
317
- .ds-mr-5 {
318
- @apply mr-5 !important;
319
- }
320
-
321
- .ds-mr-6 {
322
- @apply mr-6 !important;
323
- }
324
-
325
- .ds-mr-7 {
326
- @apply mr-7 !important;
327
- }
328
-
329
- .ds-mr-8 {
330
- @apply mr-8 !important;
331
- }
332
-
333
- .ds-mr-9 {
334
- @apply mr-9 !important;
335
- }
336
-
337
- .ds-mr-10 {
338
- @apply mr-10 !important;
339
- }
340
-
341
- .ds-mr-11 {
342
- @apply mr-11 !important;
343
- }
344
-
345
- .ds-mr-12 {
346
- @apply mr-12 !important;
347
- }
348
-
349
- .ds-mr-14 {
350
- @apply mr-14 !important;
351
- }
352
-
353
- .ds-mr-16 {
354
- @apply mr-16 !important;
355
- }
356
-
357
- .ds-mr-20 {
358
- @apply mr-20 !important;
359
- }
360
-
361
- .ds-mr-24 {
362
- @apply mr-24 !important;
363
- }
364
-
365
- .ds-mr-28 {
366
- @apply mr-28 !important;
367
- }
368
-
369
- .ds-mr-32 {
370
- @apply mr-32 !important;
371
- }
372
-
373
- .ds-mr-36 {
374
- @apply mr-36 !important;
375
- }
376
-
377
- .ds-mr-40 {
378
- @apply mr-40 !important;
379
- }
380
-
381
- .ds-mr-44 {
382
- @apply mr-44 !important;
383
- }
384
-
385
- .ds-mr-48 {
386
- @apply mr-48 !important;
387
- }
388
-
389
- .ds-mr-52 {
390
- @apply mr-52 !important;
391
- }
392
-
393
- .ds-mr-56 {
394
- @apply mr-56 !important;
395
- }
396
-
397
- .ds-mr-60 {
398
- @apply mr-60 !important;
399
- }
400
-
401
- .ds-mr-64 {
402
- @apply mr-64 !important;
403
- }
404
-
405
- .ds-mr-72 {
406
- @apply mr-72 !important;
407
- }
408
-
409
- .ds-mr-80 {
410
- @apply mr-80 !important;
411
- }
412
-
413
- .ds-mr-96 {
414
- @apply mr-96 !important;
415
- }
416
-
417
- .ds-mr-px {
418
- @apply mr-px !important;
419
- }
420
-
421
- .ds-mr-0\.5 {
422
- @apply mr-0.5 !important;
423
- }
424
-
425
- .ds-mr-1\.5 {
426
- @apply mr-1.5 !important;
427
- }
428
-
429
- .ds-mr-2\.5 {
430
- @apply mr-2.5 !important;
431
- }
432
-
433
- .ds-mr-3\.5 {
434
- @apply mr-3.5 !important;
435
- }
436
-
437
- .ds-ml-0 {
438
- @apply ml-0 !important;
439
- }
440
-
441
- .ds-ml-1 {
442
- @apply ml-1 !important;
443
- }
444
-
445
- .ds-ml-2 {
446
- @apply ml-2 !important;
447
- }
448
-
449
- .ds-ml-3 {
450
- @apply ml-3 !important;
451
- }
452
-
453
- .ds-ml-4 {
454
- @apply ml-4 !important;
455
- }
456
-
457
- .ds-ml-5 {
458
- @apply ml-5 !important;
459
- }
460
-
461
- .ds-ml-6 {
462
- @apply ml-6 !important;
463
- }
464
-
465
- .ds-ml-7 {
466
- @apply ml-7 !important;
467
- }
468
-
469
- .ds-ml-8 {
470
- @apply ml-8 !important;
471
- }
472
-
473
- .ds-ml-9 {
474
- @apply ml-9 !important;
475
- }
476
-
477
- .ds-ml-10 {
478
- @apply ml-10 !important;
479
- }
480
-
481
- .ds-ml-11 {
482
- @apply ml-11 !important;
483
- }
484
-
485
- .ds-ml-12 {
486
- @apply ml-12 !important;
487
- }
488
-
489
- .ds-ml-14 {
490
- @apply ml-14 !important;
491
- }
492
-
493
- .ds-ml-16 {
494
- @apply ml-16 !important;
495
- }
496
-
497
- .ds-ml-20 {
498
- @apply ml-20 !important;
499
- }
500
-
501
- .ds-ml-24 {
502
- @apply ml-24 !important;
503
- }
504
-
505
- .ds-ml-28 {
506
- @apply ml-28 !important;
507
- }
508
-
509
- .ds-ml-32 {
510
- @apply ml-32 !important;
511
- }
512
-
513
- .ds-ml-36 {
514
- @apply ml-36 !important;
515
- }
516
-
517
- .ds-ml-40 {
518
- @apply ml-40 !important;
519
- }
520
-
521
- .ds-ml-44 {
522
- @apply ml-44 !important;
523
- }
524
-
525
- .ds-ml-48 {
526
- @apply ml-48 !important;
527
- }
528
-
529
- .ds-ml-52 {
530
- @apply ml-52 !important;
531
- }
532
-
533
- .ds-ml-56 {
534
- @apply ml-56 !important;
535
- }
536
-
537
- .ds-ml-60 {
538
- @apply ml-60 !important;
539
- }
540
-
541
- .ds-ml-64 {
542
- @apply ml-64 !important;
543
- }
544
-
545
- .ds-ml-72 {
546
- @apply ml-72 !important;
547
- }
548
-
549
- .ds-ml-80 {
550
- @apply ml-80 !important;
551
- }
552
-
553
- .ds-ml-96 {
554
- @apply ml-96 !important;
555
- }
556
-
557
- .ds-ml-px {
558
- @apply ml-px !important;
559
- }
560
-
561
- .ds-ml-0\.5 {
562
- @apply ml-0.5 !important;
563
- }
564
-
565
- .ds-ml-1\.5 {
566
- @apply ml-1.5 !important;
567
- }
568
-
569
- .ds-ml-2\.5 {
570
- @apply ml-2.5 !important;
571
- }
572
-
573
- .ds-ml-3\.5 {
574
- @apply ml-3.5 !important;
575
- }
576
-
577
- .ds-mb-0 {
578
- @apply mb-0 !important;
579
- }
580
-
581
- .ds-mb-1 {
582
- @apply mb-1 !important;
583
- }
584
-
585
- .ds-mb-2 {
586
- @apply mb-2 !important;
587
- }
588
-
589
- .ds-mb-3 {
590
- @apply mb-3 !important;
591
- }
592
-
593
- .ds-mb-4 {
594
- @apply mb-4 !important;
595
- }
596
-
597
- .ds-mb-5 {
598
- @apply mb-5 !important;
599
- }
600
-
601
- .ds-mb-6 {
602
- @apply mb-6 !important;
603
- }
604
-
605
- .ds-mb-7 {
606
- @apply mb-7 !important;
607
- }
608
-
609
- .ds-mb-8 {
610
- @apply mb-8 !important;
611
- }
612
-
613
- .ds-mb-9 {
614
- @apply mb-9 !important;
615
- }
616
-
617
- .ds-mb-10 {
618
- @apply mb-10 !important;
619
- }
620
-
621
- .ds-mb-11 {
622
- @apply mb-11 !important;
623
- }
624
-
625
- .ds-mb-12 {
626
- @apply mb-12 !important;
627
- }
628
-
629
- .ds-mb-14 {
630
- @apply mb-14 !important;
631
- }
632
-
633
- .ds-mb-16 {
634
- @apply mb-16 !important;
635
- }
636
-
637
- .ds-mb-20 {
638
- @apply mb-20 !important;
639
- }
640
-
641
- .ds-mb-24 {
642
- @apply mb-24 !important;
643
- }
644
-
645
- .ds-mb-28 {
646
- @apply mb-28 !important;
647
- }
648
-
649
- .ds-mb-32 {
650
- @apply mb-32 !important;
651
- }
652
-
653
- .ds-mb-36 {
654
- @apply mb-36 !important;
655
- }
656
-
657
- .ds-mb-40 {
658
- @apply mb-40 !important;
659
- }
660
-
661
- .ds-mb-44 {
662
- @apply mb-44 !important;
663
- }
664
-
665
- .ds-mb-48 {
666
- @apply mb-48 !important;
667
- }
668
-
669
- .ds-mb-52 {
670
- @apply mb-52 !important;
671
- }
672
-
673
- .ds-mb-56 {
674
- @apply mb-56 !important;
675
- }
676
-
677
- .ds-mb-60 {
678
- @apply mb-60 !important;
679
- }
680
-
681
- .ds-mb-64 {
682
- @apply mb-64 !important;
683
- }
684
-
685
- .ds-mb-72 {
686
- @apply mb-72 !important;
687
- }
688
-
689
- .ds-mb-80 {
690
- @apply mb-80 !important;
691
- }
692
-
693
- .ds-mb-96 {
694
- @apply mb-96 !important;
695
- }
696
-
697
- .ds-mb-px {
698
- @apply mb-px !important;
699
- }
700
-
701
- .ds-mb-0\.5 {
702
- @apply mb-0.5 !important;
703
- }
704
-
705
- .ds-mb-1\.5 {
706
- @apply mb-1.5 !important;
707
- }
708
-
709
- .ds-mb-2\.5 {
710
- @apply mb-2.5 !important;
711
- }
712
-
713
- .ds-mb-3\.5 {
714
- @apply mb-3.5 !important;
715
- }
716
-
717
- .ds-mx-0 {
718
- @apply mx-0 !important;
719
- }
720
-
721
- .ds-mx-1 {
722
- @apply mx-1 !important;
723
- }
724
-
725
- .ds-mx-2 {
726
- @apply mx-2 !important;
727
- }
728
-
729
- .ds-mx-3 {
730
- @apply mx-3 !important;
731
- }
732
-
733
- .ds-mx-4 {
734
- @apply mx-4 !important;
735
- }
736
-
737
- .ds-mx-5 {
738
- @apply mx-5 !important;
739
- }
740
-
741
- .ds-mx-6 {
742
- @apply mx-6 !important;
743
- }
744
-
745
- .ds-mx-7 {
746
- @apply mx-7 !important;
747
- }
748
-
749
- .ds-mx-8 {
750
- @apply mx-8 !important;
751
- }
752
-
753
- .ds-mx-9 {
754
- @apply mx-9 !important;
755
- }
756
-
757
- .ds-mx-10 {
758
- @apply mx-10 !important;
759
- }
760
-
761
- .ds-mx-11 {
762
- @apply mx-11 !important;
763
- }
764
-
765
- .ds-mx-12 {
766
- @apply mx-12 !important;
767
- }
768
-
769
- .ds-mx-14 {
770
- @apply mx-14 !important;
771
- }
772
-
773
- .ds-mx-16 {
774
- @apply mx-16 !important;
775
- }
776
-
777
- .ds-mx-20 {
778
- @apply mx-20 !important;
779
- }
780
-
781
- .ds-mx-24 {
782
- @apply mx-24 !important;
783
- }
784
-
785
- .ds-mx-28 {
786
- @apply mx-28 !important;
787
- }
788
-
789
- .ds-mx-32 {
790
- @apply mx-32 !important;
791
- }
792
-
793
- .ds-mx-36 {
794
- @apply mx-36 !important;
795
- }
796
-
797
- .ds-mx-40 {
798
- @apply mx-40 !important;
799
- }
800
-
801
- .ds-mx-44 {
802
- @apply mx-44 !important;
803
- }
804
-
805
- .ds-mx-48 {
806
- @apply mx-48 !important;
807
- }
808
-
809
- .ds-mx-52 {
810
- @apply mx-52 !important;
811
- }
812
-
813
- .ds-mx-56 {
814
- @apply mx-56 !important;
815
- }
816
-
817
- .ds-mx-60 {
818
- @apply mx-60 !important;
819
- }
820
-
821
- .ds-mx-64 {
822
- @apply mx-64 !important;
823
- }
824
-
825
- .ds-mx-72 {
826
- @apply mx-72 !important;
827
- }
828
-
829
- .ds-mx-80 {
830
- @apply mx-80 !important;
831
- }
832
-
833
- .ds-mx-96 {
834
- @apply mx-96 !important;
835
- }
836
-
837
- .ds-my-0 {
838
- @apply my-0 !important;
839
- }
840
-
841
- .ds-my-1 {
842
- @apply my-1 !important;
843
- }
844
-
845
- .ds-my-2 {
846
- @apply my-2 !important;
847
- }
848
-
849
- .ds-my-3 {
850
- @apply my-3 !important;
851
- }
852
-
853
- .ds-my-4 {
854
- @apply my-4 !important;
855
- }
856
-
857
- .ds-my-5 {
858
- @apply my-5 !important;
859
- }
860
-
861
- .ds-my-6 {
862
- @apply my-6 !important;
863
- }
864
-
865
- .ds-my-7 {
866
- @apply my-7 !important;
867
- }
868
-
869
- .ds-my-8 {
870
- @apply my-8 !important;
871
- }
872
-
873
- .ds-my-9 {
874
- @apply my-9 !important;
875
- }
876
-
877
- .ds-my-10 {
878
- @apply my-10 !important;
879
- }
880
-
881
- .ds-my-11 {
882
- @apply my-11 !important;
883
- }
884
-
885
- .ds-my-12 {
886
- @apply my-12 !important;
887
- }
888
-
889
- .ds-my-14 {
890
- @apply my-14 !important;
891
- }
892
-
893
- .ds-my-16 {
894
- @apply my-16 !important;
895
- }
896
-
897
- .ds-my-20 {
898
- @apply my-20 !important;
899
- }
900
-
901
- .ds-my-24 {
902
- @apply my-24 !important;
903
- }
904
-
905
- .ds-my-28 {
906
- @apply my-28 !important;
907
- }
908
-
909
- .ds-my-32 {
910
- @apply my-32 !important;
911
- }
912
-
913
- .ds-my-36 {
914
- @apply my-36 !important;
915
- }
916
-
917
- .ds-my-40 {
918
- @apply my-40 !important;
919
- }
920
-
921
- .ds-my-44 {
922
- @apply my-44 !important;
923
- }
924
-
925
- .ds-my-48 {
926
- @apply my-48 !important;
927
- }
928
-
929
- .ds-my-52 {
930
- @apply my-52 !important;
931
- }
932
-
933
- .ds-my-56 {
934
- @apply my-56 !important;
935
- }
936
-
937
- .ds-my-60 {
938
- @apply my-60 !important;
939
- }
940
-
941
- .ds-my-64 {
942
- @apply my-64 !important;
943
- }
944
-
945
- .ds-my-72 {
946
- @apply my-72 !important;
947
- }
948
-
949
- .ds-my-80 {
950
- @apply my-80 !important;
951
- }
952
-
953
- .ds-my-96 {
954
- @apply my-96 !important;
955
- }
956
-
957
- .ds-my-0\.5 {
958
- @apply my-0.5 !important;
959
- }
960
-
961
- .ds-my-1\.5 {
962
- @apply my-1.5 !important;
963
- }
964
-
965
- .ds-my-2\.5 {
966
- @apply my-2.5 !important;
967
- }
968
-
969
- .ds-my-3\.5 {
970
- @apply my-3.5 !important;
971
- }
972
-
973
- .ds-p-0 {
974
- @apply p-0 !important;
975
- }
976
-
977
- .ds-p-1 {
978
- @apply p-1 !important;
979
- }
980
-
981
- .ds-p-2 {
982
- @apply p-2 !important;
983
- }
984
-
985
- .ds-p-3 {
986
- @apply p-3 !important;
987
- }
988
-
989
- .ds-p-4 {
990
- @apply p-4 !important;
991
- }
992
-
993
- .ds-p-5 {
994
- @apply p-5 !important;
995
- }
996
-
997
- .ds-p-6 {
998
- @apply p-6 !important;
999
- }
1000
-
1001
- .ds-p-7 {
1002
- @apply p-7 !important;
1003
- }
1004
-
1005
- .ds-p-8 {
1006
- @apply p-8 !important;
1007
- }
1008
-
1009
- .ds-p-9 {
1010
- @apply p-9 !important;
1011
- }
1012
-
1013
- .ds-p-10 {
1014
- @apply p-10 !important;
1015
- }
1016
-
1017
- .ds-p-11 {
1018
- @apply p-11 !important;
1019
- }
1020
-
1021
- .ds-p-12 {
1022
- @apply p-12 !important;
1023
- }
1024
-
1025
- .ds-p-14 {
1026
- @apply p-14 !important;
1027
- }
1028
-
1029
- .ds-p-16 {
1030
- @apply p-16 !important;
1031
- }
1032
-
1033
- .ds-p-20 {
1034
- @apply p-20 !important;
1035
- }
1036
-
1037
- .ds-p-24 {
1038
- @apply p-24 !important;
1039
- }
1040
-
1041
- .ds-p-28 {
1042
- @apply p-28 !important;
1043
- }
1044
-
1045
- .ds-p-32 {
1046
- @apply p-32 !important;
1047
- }
1048
-
1049
- .ds-p-36 {
1050
- @apply p-36 !important;
1051
- }
1052
-
1053
- .ds-p-40 {
1054
- @apply p-40 !important;
1055
- }
1056
-
1057
- .ds-p-44 {
1058
- @apply p-44 !important;
1059
- }
1060
-
1061
- .ds-p-48 {
1062
- @apply p-48 !important;
1063
- }
1064
-
1065
- .ds-p-52 {
1066
- @apply p-52 !important;
1067
- }
1068
-
1069
- .ds-p-56 {
1070
- @apply p-56 !important;
1071
- }
1072
-
1073
- .ds-p-60 {
1074
- @apply p-60 !important;
1075
- }
1076
-
1077
- .ds-p-64 {
1078
- @apply p-64 !important;
1079
- }
1080
-
1081
- .ds-p-72 {
1082
- @apply p-72 !important;
1083
- }
1084
-
1085
- .ds-p-80 {
1086
- @apply p-80 !important;
1087
- }
1088
-
1089
- .ds-p-96 {
1090
- @apply p-96 !important;
1091
- }
1092
-
1093
- .ds-p-px {
1094
- @apply p-px !important;
1095
- }
1096
-
1097
- .ds-p-0\.5 {
1098
- @apply p-0.5 !important;
1099
- }
1100
-
1101
- .ds-p-1\.5 {
1102
- @apply p-1.5 !important;
1103
- }
1104
-
1105
- .ds-p-2\.5 {
1106
- @apply p-2.5 !important;
1107
- }
1108
-
1109
- .ds-p-3\.5 {
1110
- @apply p-3.5 !important;
1111
- }
1112
-
1113
- .ds-pt-0 {
1114
- @apply pt-0 !important;
1115
- }
1116
-
1117
- .ds-pt-1 {
1118
- @apply pt-1 !important;
1119
- }
1120
-
1121
- .ds-pt-2 {
1122
- @apply pt-2 !important;
1123
- }
1124
-
1125
- .ds-pt-3 {
1126
- @apply pt-3 !important;
1127
- }
1128
-
1129
- .ds-pt-4 {
1130
- @apply pt-4 !important;
1131
- }
1132
-
1133
- .ds-pt-5 {
1134
- @apply pt-5 !important;
1135
- }
1136
-
1137
- .ds-pt-6 {
1138
- @apply pt-6 !important;
1139
- }
1140
-
1141
- .ds-pt-7 {
1142
- @apply pt-7 !important;
1143
- }
1144
-
1145
- .ds-pt-8 {
1146
- @apply pt-8 !important;
1147
- }
1148
-
1149
- .ds-pt-9 {
1150
- @apply pt-9 !important;
1151
- }
1152
-
1153
- .ds-pt-10 {
1154
- @apply pt-10 !important;
1155
- }
1156
-
1157
- .ds-pt-11 {
1158
- @apply pt-11 !important;
1159
- }
1160
-
1161
- .ds-pt-12 {
1162
- @apply pt-12 !important;
1163
- }
1164
-
1165
- .ds-pt-14 {
1166
- @apply pt-14 !important;
1167
- }
1168
-
1169
- .ds-pt-16 {
1170
- @apply pt-16 !important;
1171
- }
1172
-
1173
- .ds-pt-20 {
1174
- @apply pt-20 !important;
1175
- }
1176
-
1177
- .ds-pt-24 {
1178
- @apply pt-24 !important;
1179
- }
1180
-
1181
- .ds-pt-28 {
1182
- @apply pt-28 !important;
1183
- }
1184
-
1185
- .ds-pt-32 {
1186
- @apply pt-32 !important;
1187
- }
1188
-
1189
- .ds-pt-36 {
1190
- @apply pt-36 !important;
1191
- }
1192
-
1193
- .ds-pt-40 {
1194
- @apply pt-40 !important;
1195
- }
1196
-
1197
- .ds-pt-44 {
1198
- @apply pt-44 !important;
1199
- }
1200
-
1201
- .ds-pt-48 {
1202
- @apply pt-48 !important;
1203
- }
1204
-
1205
- .ds-pt-52 {
1206
- @apply pt-52 !important;
1207
- }
1208
-
1209
- .ds-pt-56 {
1210
- @apply pt-56 !important;
1211
- }
1212
-
1213
- .ds-pt-60 {
1214
- @apply pt-60 !important;
1215
- }
1216
-
1217
- .ds-pt-64 {
1218
- @apply pt-64 !important;
1219
- }
1220
-
1221
- .ds-pt-72 {
1222
- @apply pt-72 !important;
1223
- }
1224
-
1225
- .ds-pt-80 {
1226
- @apply pt-80 !important;
1227
- }
1228
-
1229
- .ds-pt-96 {
1230
- @apply pt-96 !important;
1231
- }
1232
-
1233
- .ds-pt-px {
1234
- @apply pt-px !important;
1235
- }
1236
-
1237
- .ds-pt-0\.5 {
1238
- @apply pt-0.5 !important;
1239
- }
1240
-
1241
- .ds-pt-1\.5 {
1242
- @apply pt-1.5 !important;
1243
- }
1244
-
1245
- .ds-pt-2\.5 {
1246
- @apply pt-2.5 !important;
1247
- }
1248
-
1249
- .ds-pt-3\.5 {
1250
- @apply pt-3.5 !important;
1251
- }
1252
-
1253
- .ds-pr-0 {
1254
- @apply pr-0 !important;
1255
- }
1256
-
1257
- .ds-pr-1 {
1258
- @apply pr-1 !important;
1259
- }
1260
-
1261
- .ds-pr-2 {
1262
- @apply pr-2 !important;
1263
- }
1264
-
1265
- .ds-pr-3 {
1266
- @apply pr-3 !important;
1267
- }
1268
-
1269
- .ds-pr-4 {
1270
- @apply pr-4 !important;
1271
- }
1272
-
1273
- .ds-pr-5 {
1274
- @apply pr-5 !important;
1275
- }
1276
-
1277
- .ds-pr-6 {
1278
- @apply pr-6 !important;
1279
- }
1280
-
1281
- .ds-pr-7 {
1282
- @apply pr-7 !important;
1283
- }
1284
-
1285
- .ds-pr-8 {
1286
- @apply pr-8 !important;
1287
- }
1288
-
1289
- .ds-pr-9 {
1290
- @apply pr-9 !important;
1291
- }
1292
-
1293
- .ds-pr-10 {
1294
- @apply pr-10 !important;
1295
- }
1296
-
1297
- .ds-pr-11 {
1298
- @apply pr-11 !important;
1299
- }
1300
-
1301
- .ds-pr-12 {
1302
- @apply pr-12 !important;
1303
- }
1304
-
1305
- .ds-pr-14 {
1306
- @apply pr-14 !important;
1307
- }
1308
-
1309
- .ds-pr-16 {
1310
- @apply pr-16 !important;
1311
- }
1312
-
1313
- .ds-pr-20 {
1314
- @apply pr-20 !important;
1315
- }
1316
-
1317
- .ds-pr-24 {
1318
- @apply pr-24 !important;
1319
- }
1320
-
1321
- .ds-pr-28 {
1322
- @apply pr-28 !important;
1323
- }
1324
-
1325
- .ds-pr-32 {
1326
- @apply pr-32 !important;
1327
- }
1328
-
1329
- .ds-pr-36 {
1330
- @apply pr-36 !important;
1331
- }
1332
-
1333
- .ds-pr-40 {
1334
- @apply pr-40 !important;
1335
- }
1336
-
1337
- .ds-pr-44 {
1338
- @apply pr-44 !important;
1339
- }
1340
-
1341
- .ds-pr-48 {
1342
- @apply pr-48 !important;
1343
- }
1344
-
1345
- .ds-pr-52 {
1346
- @apply pr-52 !important;
1347
- }
1348
-
1349
- .ds-pr-56 {
1350
- @apply pr-56 !important;
1351
- }
1352
-
1353
- .ds-pr-60 {
1354
- @apply pr-60 !important;
1355
- }
1356
-
1357
- .ds-pr-64 {
1358
- @apply pr-64 !important;
1359
- }
1360
-
1361
- .ds-pr-72 {
1362
- @apply pr-72 !important;
1363
- }
1364
-
1365
- .ds-pr-80 {
1366
- @apply pr-80 !important;
1367
- }
1368
-
1369
- .ds-pr-96 {
1370
- @apply pr-96 !important;
1371
- }
1372
-
1373
- .ds-pr-px {
1374
- @apply pr-px !important;
1375
- }
1376
-
1377
- .ds-pr-0\.5 {
1378
- @apply pr-0.5 !important;
1379
- }
1380
-
1381
- .ds-pr-1\.5 {
1382
- @apply pr-1.5 !important;
1383
- }
1384
-
1385
- .ds-pr-2\.5 {
1386
- @apply pr-2.5 !important;
1387
- }
1388
-
1389
- .ds-pr-3\.5 {
1390
- @apply pr-3.5 !important;
1391
- }
1392
-
1393
- .ds-pl-0 {
1394
- @apply pl-0 !important;
1395
- }
1396
-
1397
- .ds-pl-1 {
1398
- @apply pl-1 !important;
1399
- }
1400
-
1401
- .ds-pl-2 {
1402
- @apply pl-2 !important;
1403
- }
1404
-
1405
- .ds-pl-3 {
1406
- @apply pl-3 !important;
1407
- }
1408
-
1409
- .ds-pl-4 {
1410
- @apply pl-4 !important;
1411
- }
1412
-
1413
- .ds-pl-5 {
1414
- @apply pl-5 !important;
1415
- }
1416
-
1417
- .ds-pl-6 {
1418
- @apply pl-6 !important;
1419
- }
1420
-
1421
- .ds-pl-7 {
1422
- @apply pl-7 !important;
1423
- }
1424
-
1425
- .ds-pl-8 {
1426
- @apply pl-8 !important;
1427
- }
1428
-
1429
- .ds-pl-9 {
1430
- @apply pl-9 !important;
1431
- }
1432
-
1433
- .ds-pl-10 {
1434
- @apply pl-10 !important;
1435
- }
1436
-
1437
- .ds-pl-11 {
1438
- @apply pl-11 !important;
1439
- }
1440
-
1441
- .ds-pl-12 {
1442
- @apply pl-12 !important;
1443
- }
1444
-
1445
- .ds-pl-14 {
1446
- @apply pl-14 !important;
1447
- }
1448
-
1449
- .ds-pl-16 {
1450
- @apply pl-16 !important;
1451
- }
1452
-
1453
- .ds-pl-20 {
1454
- @apply pl-20 !important;
1455
- }
1456
-
1457
- .ds-pl-24 {
1458
- @apply pl-24 !important;
1459
- }
1460
-
1461
- .ds-pl-28 {
1462
- @apply pl-28 !important;
1463
- }
1464
-
1465
- .ds-pl-32 {
1466
- @apply pl-32 !important;
1467
- }
1468
-
1469
- .ds-pl-36 {
1470
- @apply pl-36 !important;
1471
- }
1472
-
1473
- .ds-pl-40 {
1474
- @apply pl-40 !important;
1475
- }
1476
-
1477
- .ds-pl-44 {
1478
- @apply pl-44 !important;
1479
- }
1480
-
1481
- .ds-pl-48 {
1482
- @apply pl-48 !important;
1483
- }
1484
-
1485
- .ds-pl-52 {
1486
- @apply pl-52 !important;
1487
- }
1488
-
1489
- .ds-pl-56 {
1490
- @apply pl-56 !important;
1491
- }
1492
-
1493
- .ds-pl-60 {
1494
- @apply pl-60 !important;
1495
- }
1496
-
1497
- .ds-pl-64 {
1498
- @apply pl-64 !important;
1499
- }
1500
-
1501
- .ds-pl-72 {
1502
- @apply pl-72 !important;
1503
- }
1504
-
1505
- .ds-pl-80 {
1506
- @apply pl-80 !important;
1507
- }
1508
-
1509
- .ds-pl-96 {
1510
- @apply pl-96 !important;
1511
- }
1512
-
1513
- .ds-pl-px {
1514
- @apply pl-px !important;
1515
- }
1516
-
1517
- .ds-pl-0\.5 {
1518
- @apply pl-0.5 !important;
1519
- }
1520
-
1521
- .ds-pl-1\.5 {
1522
- @apply pl-1.5 !important;
1523
- }
1524
-
1525
- .ds-pl-2\.5 {
1526
- @apply pl-2.5 !important;
1527
- }
1528
-
1529
- .ds-pl-3\.5 {
1530
- @apply pl-3.5 !important;
1531
- }
1532
-
1533
- .ds-pb-0 {
1534
- @apply pb-0 !important;
1535
- }
1536
-
1537
- .ds-pb-1 {
1538
- @apply pb-1 !important;
1539
- }
1540
-
1541
- .ds-pb-2 {
1542
- @apply pb-2 !important;
1543
- }
1544
-
1545
- .ds-pb-3 {
1546
- @apply pb-3 !important;
1547
- }
1548
-
1549
- .ds-pb-4 {
1550
- @apply pb-4 !important;
1551
- }
1552
-
1553
- .ds-pb-5 {
1554
- @apply pb-5 !important;
1555
- }
1556
-
1557
- .ds-pb-6 {
1558
- @apply pb-6 !important;
1559
- }
1560
-
1561
- .ds-pb-7 {
1562
- @apply pb-7 !important;
1563
- }
1564
-
1565
- .ds-pb-8 {
1566
- @apply pb-8 !important;
1567
- }
1568
-
1569
- .ds-pb-9 {
1570
- @apply pb-9 !important;
1571
- }
1572
-
1573
- .ds-pb-10 {
1574
- @apply pb-10 !important;
1575
- }
1576
-
1577
- .ds-pb-11 {
1578
- @apply pb-11 !important;
1579
- }
1580
-
1581
- .ds-pb-12 {
1582
- @apply pb-12 !important;
1583
- }
1584
-
1585
- .ds-pb-14 {
1586
- @apply pb-14 !important;
1587
- }
1588
-
1589
- .ds-pb-16 {
1590
- @apply pb-16 !important;
1591
- }
1592
-
1593
- .ds-pb-20 {
1594
- @apply pb-20 !important;
1595
- }
1596
-
1597
- .ds-pb-24 {
1598
- @apply pb-24 !important;
1599
- }
1600
-
1601
- .ds-pb-28 {
1602
- @apply pb-28 !important;
1603
- }
1604
-
1605
- .ds-pb-32 {
1606
- @apply pb-32 !important;
1607
- }
1608
-
1609
- .ds-pb-36 {
1610
- @apply pb-36 !important;
1611
- }
1612
-
1613
- .ds-pb-40 {
1614
- @apply pb-40 !important;
1615
- }
1616
-
1617
- .ds-pb-44 {
1618
- @apply pb-44 !important;
1619
- }
1620
-
1621
- .ds-pb-48 {
1622
- @apply pb-48 !important;
1623
- }
1624
-
1625
- .ds-pb-52 {
1626
- @apply pb-52 !important;
1627
- }
1628
-
1629
- .ds-pb-56 {
1630
- @apply pb-56 !important;
1631
- }
1632
-
1633
- .ds-pb-60 {
1634
- @apply pb-60 !important;
1635
- }
1636
-
1637
- .ds-pb-64 {
1638
- @apply pb-64 !important;
1639
- }
1640
-
1641
- .ds-pb-72 {
1642
- @apply pb-72 !important;
1643
- }
1644
-
1645
- .ds-pb-80 {
1646
- @apply pb-80 !important;
1647
- }
1648
-
1649
- .ds-pb-96 {
1650
- @apply pb-96 !important;
1651
- }
1652
-
1653
- .ds-pb-px {
1654
- @apply pb-px !important;
1655
- }
1656
-
1657
- .ds-pb-0\.5 {
1658
- @apply pb-0.5 !important;
1659
- }
1660
-
1661
- .ds-pb-1\.5 {
1662
- @apply pb-1.5 !important;
1663
- }
1664
-
1665
- .ds-pb-2\.5 {
1666
- @apply pb-2.5 !important;
1667
- }
1668
-
1669
- .ds-pb-3\.5 {
1670
- @apply pb-3.5 !important;
1671
- }
1672
-
1673
- .ds-px-0 {
1674
- @apply px-0 !important;
1675
- }
1676
-
1677
- .ds-px-1 {
1678
- @apply px-1 !important;
1679
- }
1680
-
1681
- .ds-px-2 {
1682
- @apply px-2 !important;
1683
- }
1684
-
1685
- .ds-px-3 {
1686
- @apply px-3 !important;
1687
- }
1688
-
1689
- .ds-px-4 {
1690
- @apply px-4 !important;
1691
- }
1692
-
1693
- .ds-px-5 {
1694
- @apply px-5 !important;
1695
- }
1696
-
1697
- .ds-px-6 {
1698
- @apply px-6 !important;
1699
- }
1700
-
1701
- .ds-px-7 {
1702
- @apply px-7 !important;
1703
- }
1704
-
1705
- .ds-px-8 {
1706
- @apply px-8 !important;
1707
- }
1708
-
1709
- .ds-px-9 {
1710
- @apply px-9 !important;
1711
- }
1712
-
1713
- .ds-px-10 {
1714
- @apply px-10 !important;
1715
- }
1716
-
1717
- .ds-px-11 {
1718
- @apply px-11 !important;
1719
- }
1720
-
1721
- .ds-px-12 {
1722
- @apply px-12 !important;
1723
- }
1724
-
1725
- .ds-px-14 {
1726
- @apply px-14 !important;
1727
- }
1728
-
1729
- .ds-px-16 {
1730
- @apply px-16 !important;
1731
- }
1732
-
1733
- .ds-px-20 {
1734
- @apply px-20 !important;
1735
- }
1736
-
1737
- .ds-px-24 {
1738
- @apply px-24 !important;
1739
- }
1740
-
1741
- .ds-px-28 {
1742
- @apply px-28 !important;
1743
- }
1744
-
1745
- .ds-px-32 {
1746
- @apply px-32 !important;
1747
- }
1748
-
1749
- .ds-px-36 {
1750
- @apply px-36 !important;
1751
- }
1752
-
1753
- .ds-px-40 {
1754
- @apply px-40 !important;
1755
- }
1756
-
1757
- .ds-px-44 {
1758
- @apply px-44 !important;
1759
- }
1760
-
1761
- .ds-px-48 {
1762
- @apply px-48 !important;
1763
- }
1764
-
1765
- .ds-px-52 {
1766
- @apply px-52 !important;
1767
- }
1768
-
1769
- .ds-px-56 {
1770
- @apply px-56 !important;
1771
- }
1772
-
1773
- .ds-px-60 {
1774
- @apply px-60 !important;
1775
- }
1776
-
1777
- .ds-px-64 {
1778
- @apply px-64 !important;
1779
- }
1780
-
1781
- .ds-px-72 {
1782
- @apply px-72 !important;
1783
- }
1784
-
1785
- .ds-px-80 {
1786
- @apply px-80 !important;
1787
- }
1788
-
1789
- .ds-px-96 {
1790
- @apply px-96 !important;
1791
- }
1792
-
1793
- .ds-px-0\.5 {
1794
- @apply px-0.5 !important;
1795
- }
1796
-
1797
- .ds-px-1\.5 {
1798
- @apply px-1.5 !important;
1799
- }
1800
-
1801
- .ds-px-2\.5 {
1802
- @apply px-2.5 !important;
1803
- }
1804
-
1805
- .ds-px-3\.5 {
1806
- @apply px-3.5 !important;
1807
- }
1808
-
1809
- .ds-py-0 {
1810
- @apply py-0 !important;
1811
- }
1812
-
1813
- .ds-py-1 {
1814
- @apply py-1 !important;
1815
- }
1816
-
1817
- .ds-py-2 {
1818
- @apply py-2 !important;
1819
- }
1820
-
1821
- .ds-py-3 {
1822
- @apply py-3 !important;
1823
- }
1824
-
1825
- .ds-py-4 {
1826
- @apply py-4 !important;
1827
- }
1828
-
1829
- .ds-py-5 {
1830
- @apply py-5 !important;
1831
- }
1832
-
1833
- .ds-py-6 {
1834
- @apply py-6 !important;
1835
- }
1836
-
1837
- .ds-py-7 {
1838
- @apply py-7 !important;
1839
- }
1840
-
1841
- .ds-py-8 {
1842
- @apply py-8 !important;
1843
- }
1844
-
1845
- .ds-py-9 {
1846
- @apply py-9 !important;
1847
- }
1848
-
1849
- .ds-py-10 {
1850
- @apply py-10 !important;
1851
- }
1852
-
1853
- .ds-py-11 {
1854
- @apply py-11 !important;
1855
- }
1856
-
1857
- .ds-py-12 {
1858
- @apply py-12 !important;
1859
- }
1860
-
1861
- .ds-py-14 {
1862
- @apply py-14 !important;
1863
- }
1864
-
1865
- .ds-py-16 {
1866
- @apply py-16 !important;
1867
- }
1868
-
1869
- .ds-py-20 {
1870
- @apply py-20 !important;
1871
- }
1872
-
1873
- .ds-py-24 {
1874
- @apply py-24 !important;
1875
- }
1876
-
1877
- .ds-py-28 {
1878
- @apply py-28 !important;
1879
- }
1880
-
1881
- .ds-py-32 {
1882
- @apply py-32 !important;
1883
- }
1884
-
1885
- .ds-py-36 {
1886
- @apply py-36 !important;
1887
- }
1888
-
1889
- .ds-py-40 {
1890
- @apply py-40 !important;
1891
- }
1892
-
1893
- .ds-py-44 {
1894
- @apply py-44 !important;
1895
- }
1896
-
1897
- .ds-py-48 {
1898
- @apply py-48 !important;
1899
- }
1900
-
1901
- .ds-py-52 {
1902
- @apply py-52 !important;
1903
- }
1904
-
1905
- .ds-py-56 {
1906
- @apply py-56 !important;
1907
- }
1908
-
1909
- .ds-py-60 {
1910
- @apply py-60 !important;
1911
- }
1912
-
1913
- .ds-py-64 {
1914
- @apply py-64 !important;
1915
- }
1916
-
1917
- .ds-py-72 {
1918
- @apply py-72 !important;
1919
- }
1920
-
1921
- .ds-py-80 {
1922
- @apply py-80 !important;
1923
- }
1924
-
1925
- .ds-py-96 {
1926
- @apply py-96 !important;
1927
- }
1928
-
1929
- .ds-py-0\.5 {
1930
- @apply py-0.5 !important;
1931
- }
1932
-
1933
- .ds-py-1\.5 {
1934
- @apply py-1.5 !important;
1935
- }
1936
-
1937
- .ds-py-2\.5 {
1938
- @apply py-2.5 !important;
1939
- }
1940
-
1941
- .ds-py-3\.5 {
1942
- @apply py-3.5 !important;
1943
- }
1944
-
1945
-
1946
-
1947
- .ds-gap-1 {
1948
- @apply gap-1;
1949
- }
1950
-
1951
- .ds-gap-2 {
1952
- @apply gap-2;
1953
- }
1954
-
1955
- .ds-gap-4 {
1956
- @apply gap-4;
1957
- }
1958
-
1959
- .ds-gap-6 {
1960
- @apply gap-6;
1961
- }
1962
-
1963
- .ds-gap-8 {
1964
- @apply gap-8;
1965
- }
1966
-
1967
- .ds-gap-10 {
1968
- @apply gap-10;
1969
- }
1970
-
1971
- .ds-gap-12 {
1972
- @apply gap-12;
1973
- }
1974
-
1975
- .ds-gap-xs-1 {
1976
- @apply gap-1;
1977
- }
1978
-
1979
- .ds-gap-xs-2 {
1980
- @apply gap-2;
1981
- }
1982
-
1983
- .ds-gap-xs-4 {
1984
- @apply gap-4;
1985
- }
1986
-
1987
- .ds-gap-xs-5 {
1988
- @apply gap-5;
1989
- }
1990
-
1991
- .ds-gap-xs-6 {
1992
- @apply gap-6;
1993
- }
1994
-
1995
- .ds-gap-xs-8 {
1996
- @apply gap-8;
1997
- }
1998
-
1999
- .ds-gap-xs-10 {
2000
- @apply gap-10;
2001
- }
2002
-
2003
- .ds-gap-xs-12 {
2004
- @apply gap-12;
2005
- }
2006
-
2007
- .ds-gap-sm-1 {
2008
- @apply sm:gap-1;
2009
- }
2010
-
2011
- .ds-gap-sm-2 {
2012
- @apply sm:gap-2;
2013
- }
2014
-
2015
- .ds-gap-sm-4 {
2016
- @apply sm:gap-4;
2017
- }
2018
-
2019
- .ds-gap-sm-5 {
2020
- @apply sm:gap-5;
2021
- }
2022
-
2023
- .ds-gap-sm-6 {
2024
- @apply sm:gap-6;
2025
- }
2026
-
2027
- .ds-gap-sm-8 {
2028
- @apply sm:gap-8;
2029
- }
2030
-
2031
- .ds-gap-sm-10 {
2032
- @apply sm:gap-10;
2033
- }
2034
-
2035
- .ds-gap-sm-12 {
2036
- @apply sm:gap-12;
2037
- }
2038
-
2039
- .ds-gap-md-1 {
2040
- @apply md:gap-1;
2041
- }
2042
-
2043
- .ds-gap-md-2 {
2044
- @apply md:gap-2;
2045
- }
2046
-
2047
- .ds-gap-md-4 {
2048
- @apply md:gap-4;
2049
- }
2050
-
2051
- .ds-gap-md-5 {
2052
- @apply md:gap-5;
2053
- }
2054
-
2055
- .ds-gap-md-6 {
2056
- @apply md:gap-6;
2057
- }
2058
-
2059
- .ds-gap-md-8 {
2060
- @apply md:gap-8;
2061
- }
2062
-
2063
- .ds-gap-md-10 {
2064
- @apply md:gap-10;
2065
- }
2066
-
2067
- .ds-gap-md-12 {
2068
- @apply md:gap-12;
2069
- }
2070
-
2071
- .ds-gap-lg-1 {
2072
- @apply lg:gap-1;
2073
- }
2074
-
2075
- .ds-gap-lg-2 {
2076
- @apply lg:gap-2;
2077
- }
2078
-
2079
- .ds-gap-lg-4 {
2080
- @apply lg:gap-4;
2081
- }
2082
-
2083
- .ds-gap-lg-5 {
2084
- @apply lg:gap-5;
2085
- }
2086
-
2087
- .ds-gap-lg-6 {
2088
- @apply lg:gap-6;
2089
- }
2090
-
2091
- .ds-gap-lg-8 {
2092
- @apply lg:gap-8;
2093
- }
2094
-
2095
- .ds-gap-lg-10 {
2096
- @apply lg:gap-10;
2097
- }
2098
-
2099
- .ds-gap-lg-12 {
2100
- @apply lg:gap-12;
2101
- }
2102
-
2103
- .ds-gap-xl-1 {
2104
- @apply xl:gap-1;
2105
- }
2106
-
2107
- .ds-gap-xl-2 {
2108
- @apply xl:gap-2;
2109
- }
2110
-
2111
- .ds-gap-xl-4 {
2112
- @apply xl:gap-4;
2113
- }
2114
-
2115
- .ds-gap-xl-5 {
2116
- @apply xl:gap-5;
2117
- }
2118
-
2119
- .ds-gap-xl-6 {
2120
- @apply xl:gap-6;
2121
- }
2122
-
2123
- .ds-gap-xl-8 {
2124
- @apply xl:gap-8;
2125
- }
2126
-
2127
- .ds-gap-xl-10 {
2128
- @apply xl:gap-10;
2129
- }
2130
-
2131
- .ds-gap-xl-12 {
2132
- @apply xl:gap-12;
2133
- }