@digigov/css 1.2.1-2702533a → 1.3.0-01ea6f24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base/index.css +1 -1
- package/dist/base.js +1 -1
- package/dist/components.js +1 -1
- package/dist/digigov.css +3 -3
- package/dist/utilities/index.css +1 -1
- package/dist/utilities.js +1 -1
- package/package.json +1 -1
- package/src/components/accordion.css +37 -37
- package/src/components/admin-header.css +9 -9
- package/src/components/admin-layout.css +8 -8
- package/src/components/autocomplete.css +31 -31
- package/src/components/back-to-top.css +4 -4
- package/src/components/bottom-info.css +2 -2
- package/src/components/breadcrumbs.css +5 -5
- package/src/components/button.css +47 -47
- package/src/components/card.css +27 -27
- package/src/components/checkboxes.css +17 -17
- package/src/components/chip.css +16 -16
- package/src/components/copy-to-clipboard.css +18 -18
- package/src/components/details.css +4 -4
- package/src/components/dev-theme.css +1 -1
- package/src/components/drawer.css +30 -30
- package/src/components/dropdown.css +37 -37
- package/src/components/experimental.css +10 -10
- package/src/components/fillable.css +3 -3
- package/src/components/filter.css +51 -51
- package/src/components/footer.css +24 -24
- package/src/components/form.css +85 -85
- package/src/components/full-page-background.css +1 -1
- package/src/components/header.css +40 -40
- package/src/components/hidden.css +11 -11
- package/src/components/kitchensink.css +18 -18
- package/src/components/layout.css +31 -31
- package/src/components/loader.css +11 -11
- package/src/components/masthead.css +23 -23
- package/src/components/misc.css +11 -11
- package/src/components/modal.css +11 -11
- package/src/components/nav.css +48 -48
- package/src/components/notification-banner.css +15 -15
- package/src/components/pagination.css +24 -24
- package/src/components/panel.css +4 -4
- package/src/components/phase-banner.css +7 -7
- package/src/components/radios.css +15 -15
- package/src/components/skiplink.css +1 -1
- package/src/components/stack.css +22 -22
- package/src/components/stepnav.css +42 -42
- package/src/components/summary-list.css +32 -32
- package/src/components/svg-icons.css +26 -29
- package/src/components/table.css +98 -98
- package/src/components/tabs.css +18 -18
- package/src/components/task-list.css +20 -20
- package/src/components/timeline.css +16 -16
- package/src/components/typography.css +87 -87
- package/src/components/warning-text.css +6 -6
- package/src/pages/admin-filtering-data.js +86 -86
- package/src/pages/admin.js +36 -36
- package/src/pages/dropdown.js +109 -109
- package/src/pages/form.js +210 -210
- package/src/pages/headings/service-heading.js +9 -9
- package/src/pages/index.js +201 -201
- package/src/pages/pagination.js +49 -49
- package/src/pages/table.js +223 -223
- package/src/utilities/index.css +195 -195
- package/src/utilities/utilities.css +416 -416
- package/tailwind.config.js +0 -2
- package/themes.plugin.js +1 -1
|
@@ -1,1251 +1,1251 @@
|
|
|
1
1
|
@tailwind utilities;
|
|
2
2
|
@layer utilities {
|
|
3
|
-
.
|
|
3
|
+
.ds-m-0 {
|
|
4
4
|
@apply m-0 !important;
|
|
5
5
|
}
|
|
6
|
-
.
|
|
6
|
+
.ds-m-1 {
|
|
7
7
|
@apply m-1 !important;
|
|
8
8
|
}
|
|
9
|
-
.
|
|
9
|
+
.ds-m-2 {
|
|
10
10
|
@apply m-2 !important;
|
|
11
11
|
}
|
|
12
|
-
.
|
|
12
|
+
.ds-m-3 {
|
|
13
13
|
@apply m-3 !important;
|
|
14
14
|
}
|
|
15
|
-
.
|
|
15
|
+
.ds-m-4 {
|
|
16
16
|
@apply m-4 !important;
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
.ds-m-5 {
|
|
19
19
|
@apply m-5 !important;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.ds-m-6 {
|
|
22
22
|
@apply m-6 !important;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.ds-m-7 {
|
|
25
25
|
@apply m-7 !important;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.ds-m-8 {
|
|
28
28
|
@apply m-8 !important;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.ds-m-9 {
|
|
31
31
|
@apply m-9 !important;
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.ds-m-10 {
|
|
34
34
|
@apply m-10 !important;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.ds-m-11 {
|
|
37
37
|
@apply m-11 !important;
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.ds-m-12 {
|
|
40
40
|
@apply m-12 !important;
|
|
41
41
|
}
|
|
42
|
-
.
|
|
42
|
+
.ds-m-14 {
|
|
43
43
|
@apply m-14 !important;
|
|
44
44
|
}
|
|
45
|
-
.
|
|
45
|
+
.ds-m-16 {
|
|
46
46
|
@apply m-16 !important;
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
.ds-m-20 {
|
|
49
49
|
@apply m-20 !important;
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
.ds-m-24 {
|
|
52
52
|
@apply m-24 !important;
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
.ds-m-28 {
|
|
55
55
|
@apply m-28 !important;
|
|
56
56
|
}
|
|
57
|
-
.
|
|
57
|
+
.ds-m-32 {
|
|
58
58
|
@apply m-32 !important;
|
|
59
59
|
}
|
|
60
|
-
.
|
|
60
|
+
.ds-m-36 {
|
|
61
61
|
@apply m-36 !important;
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
.ds-m-40 {
|
|
64
64
|
@apply m-40 !important;
|
|
65
65
|
}
|
|
66
|
-
.
|
|
66
|
+
.ds-m-44 {
|
|
67
67
|
@apply m-44 !important;
|
|
68
68
|
}
|
|
69
|
-
.
|
|
69
|
+
.ds-m-48 {
|
|
70
70
|
@apply m-48 !important;
|
|
71
71
|
}
|
|
72
|
-
.
|
|
72
|
+
.ds-m-52 {
|
|
73
73
|
@apply m-52 !important;
|
|
74
74
|
}
|
|
75
|
-
.
|
|
75
|
+
.ds-m-56 {
|
|
76
76
|
@apply m-56 !important;
|
|
77
77
|
}
|
|
78
|
-
.
|
|
78
|
+
.ds-m-60 {
|
|
79
79
|
@apply m-60 !important;
|
|
80
80
|
}
|
|
81
|
-
.
|
|
81
|
+
.ds-m-64 {
|
|
82
82
|
@apply m-64 !important;
|
|
83
83
|
}
|
|
84
|
-
.
|
|
84
|
+
.ds-m-72 {
|
|
85
85
|
@apply m-72 !important;
|
|
86
86
|
}
|
|
87
|
-
.
|
|
87
|
+
.ds-m-80 {
|
|
88
88
|
@apply m-80 !important;
|
|
89
89
|
}
|
|
90
|
-
.
|
|
90
|
+
.ds-m-96 {
|
|
91
91
|
@apply m-96 !important;
|
|
92
92
|
}
|
|
93
|
-
.
|
|
93
|
+
.ds-m-px {
|
|
94
94
|
@apply m-px !important;
|
|
95
95
|
}
|
|
96
|
-
.
|
|
96
|
+
.ds-m-0.5 {
|
|
97
97
|
@apply m-0.5 !important;
|
|
98
98
|
}
|
|
99
|
-
.
|
|
99
|
+
.ds-m-1.5 {
|
|
100
100
|
@apply m-1.5 !important;
|
|
101
101
|
}
|
|
102
|
-
.
|
|
102
|
+
.ds-m-2.5 {
|
|
103
103
|
@apply m-2.5 !important;
|
|
104
104
|
}
|
|
105
|
-
.
|
|
105
|
+
.ds-m-3.5 {
|
|
106
106
|
@apply m-3.5 !important;
|
|
107
107
|
}
|
|
108
|
-
.
|
|
108
|
+
.ds-mt-0 {
|
|
109
109
|
@apply mt-0 !important;
|
|
110
110
|
}
|
|
111
|
-
.
|
|
111
|
+
.ds-mt-1 {
|
|
112
112
|
@apply mt-1 !important;
|
|
113
113
|
}
|
|
114
|
-
.
|
|
114
|
+
.ds-mt-2 {
|
|
115
115
|
@apply mt-2 !important;
|
|
116
116
|
}
|
|
117
|
-
.
|
|
117
|
+
.ds-mt-3 {
|
|
118
118
|
@apply mt-3 !important;
|
|
119
119
|
}
|
|
120
|
-
.
|
|
120
|
+
.ds-mt-4 {
|
|
121
121
|
@apply mt-4 !important;
|
|
122
122
|
}
|
|
123
|
-
.
|
|
123
|
+
.ds-mt-5 {
|
|
124
124
|
@apply mt-5 !important;
|
|
125
125
|
}
|
|
126
|
-
.
|
|
126
|
+
.ds-mt-6 {
|
|
127
127
|
@apply mt-6 !important;
|
|
128
128
|
}
|
|
129
|
-
.
|
|
129
|
+
.ds-mt-7 {
|
|
130
130
|
@apply mt-7 !important;
|
|
131
131
|
}
|
|
132
|
-
.
|
|
132
|
+
.ds-mt-8 {
|
|
133
133
|
@apply mt-8 !important;
|
|
134
134
|
}
|
|
135
|
-
.
|
|
135
|
+
.ds-mt-9 {
|
|
136
136
|
@apply mt-9 !important;
|
|
137
137
|
}
|
|
138
|
-
.
|
|
138
|
+
.ds-mt-10 {
|
|
139
139
|
@apply mt-10 !important;
|
|
140
140
|
}
|
|
141
|
-
.
|
|
141
|
+
.ds-mt-11 {
|
|
142
142
|
@apply mt-11 !important;
|
|
143
143
|
}
|
|
144
|
-
.
|
|
144
|
+
.ds-mt-12 {
|
|
145
145
|
@apply mt-12 !important;
|
|
146
146
|
}
|
|
147
|
-
.
|
|
147
|
+
.ds-mt-14 {
|
|
148
148
|
@apply mt-14 !important;
|
|
149
149
|
}
|
|
150
|
-
.
|
|
150
|
+
.ds-mt-16 {
|
|
151
151
|
@apply mt-16 !important;
|
|
152
152
|
}
|
|
153
|
-
.
|
|
153
|
+
.ds-mt-20 {
|
|
154
154
|
@apply mt-20 !important;
|
|
155
155
|
}
|
|
156
|
-
.
|
|
156
|
+
.ds-mt-24 {
|
|
157
157
|
@apply mt-24 !important;
|
|
158
158
|
}
|
|
159
|
-
.
|
|
159
|
+
.ds-mt-28 {
|
|
160
160
|
@apply mt-28 !important;
|
|
161
161
|
}
|
|
162
|
-
.
|
|
162
|
+
.ds-mt-32 {
|
|
163
163
|
@apply mt-32 !important;
|
|
164
164
|
}
|
|
165
|
-
.
|
|
165
|
+
.ds-mt-36 {
|
|
166
166
|
@apply mt-36 !important;
|
|
167
167
|
}
|
|
168
|
-
.
|
|
168
|
+
.ds-mt-40 {
|
|
169
169
|
@apply mt-40 !important;
|
|
170
170
|
}
|
|
171
|
-
.
|
|
171
|
+
.ds-mt-44 {
|
|
172
172
|
@apply mt-44 !important;
|
|
173
173
|
}
|
|
174
|
-
.
|
|
174
|
+
.ds-mt-48 {
|
|
175
175
|
@apply mt-48 !important;
|
|
176
176
|
}
|
|
177
|
-
.
|
|
177
|
+
.ds-mt-52 {
|
|
178
178
|
@apply mt-52 !important;
|
|
179
179
|
}
|
|
180
|
-
.
|
|
180
|
+
.ds-mt-56 {
|
|
181
181
|
@apply mt-56 !important;
|
|
182
182
|
}
|
|
183
|
-
.
|
|
183
|
+
.ds-mt-60 {
|
|
184
184
|
@apply mt-60 !important;
|
|
185
185
|
}
|
|
186
|
-
.
|
|
186
|
+
.ds-mt-64 {
|
|
187
187
|
@apply mt-64 !important;
|
|
188
188
|
}
|
|
189
|
-
.
|
|
189
|
+
.ds-mt-72 {
|
|
190
190
|
@apply mt-72 !important;
|
|
191
191
|
}
|
|
192
|
-
.
|
|
192
|
+
.ds-mt-80 {
|
|
193
193
|
@apply mt-80 !important;
|
|
194
194
|
}
|
|
195
|
-
.
|
|
195
|
+
.ds-mt-96 {
|
|
196
196
|
@apply mt-96 !important;
|
|
197
197
|
}
|
|
198
|
-
.
|
|
198
|
+
.ds-mt-px {
|
|
199
199
|
@apply mt-px !important;
|
|
200
200
|
}
|
|
201
|
-
.
|
|
201
|
+
.ds-mt-0.5 {
|
|
202
202
|
@apply mt-0.5 !important;
|
|
203
203
|
}
|
|
204
|
-
.
|
|
204
|
+
.ds-mt-1.5 {
|
|
205
205
|
@apply mt-1.5 !important;
|
|
206
206
|
}
|
|
207
|
-
.
|
|
207
|
+
.ds-mt-2.5 {
|
|
208
208
|
@apply mt-2.5 !important;
|
|
209
209
|
}
|
|
210
|
-
.
|
|
210
|
+
.ds-mt-3.5 {
|
|
211
211
|
@apply mt-3.5 !important;
|
|
212
212
|
}
|
|
213
|
-
.
|
|
213
|
+
.ds-mr-0 {
|
|
214
214
|
@apply mr-0 !important;
|
|
215
215
|
}
|
|
216
|
-
.
|
|
216
|
+
.ds-mr-1 {
|
|
217
217
|
@apply mr-1 !important;
|
|
218
218
|
}
|
|
219
|
-
.
|
|
219
|
+
.ds-mr-2 {
|
|
220
220
|
@apply mr-2 !important;
|
|
221
221
|
}
|
|
222
|
-
.
|
|
222
|
+
.ds-mr-3 {
|
|
223
223
|
@apply mr-3 !important;
|
|
224
224
|
}
|
|
225
|
-
.
|
|
225
|
+
.ds-mr-4 {
|
|
226
226
|
@apply mr-4 !important;
|
|
227
227
|
}
|
|
228
|
-
.
|
|
228
|
+
.ds-mr-5 {
|
|
229
229
|
@apply mr-5 !important;
|
|
230
230
|
}
|
|
231
|
-
.
|
|
231
|
+
.ds-mr-6 {
|
|
232
232
|
@apply mr-6 !important;
|
|
233
233
|
}
|
|
234
|
-
.
|
|
234
|
+
.ds-mr-7 {
|
|
235
235
|
@apply mr-7 !important;
|
|
236
236
|
}
|
|
237
|
-
.
|
|
237
|
+
.ds-mr-8 {
|
|
238
238
|
@apply mr-8 !important;
|
|
239
239
|
}
|
|
240
|
-
.
|
|
240
|
+
.ds-mr-9 {
|
|
241
241
|
@apply mr-9 !important;
|
|
242
242
|
}
|
|
243
|
-
.
|
|
243
|
+
.ds-mr-10 {
|
|
244
244
|
@apply mr-10 !important;
|
|
245
245
|
}
|
|
246
|
-
.
|
|
246
|
+
.ds-mr-11 {
|
|
247
247
|
@apply mr-11 !important;
|
|
248
248
|
}
|
|
249
|
-
.
|
|
249
|
+
.ds-mr-12 {
|
|
250
250
|
@apply mr-12 !important;
|
|
251
251
|
}
|
|
252
|
-
.
|
|
252
|
+
.ds-mr-14 {
|
|
253
253
|
@apply mr-14 !important;
|
|
254
254
|
}
|
|
255
|
-
.
|
|
255
|
+
.ds-mr-16 {
|
|
256
256
|
@apply mr-16 !important;
|
|
257
257
|
}
|
|
258
|
-
.
|
|
258
|
+
.ds-mr-20 {
|
|
259
259
|
@apply mr-20 !important;
|
|
260
260
|
}
|
|
261
|
-
.
|
|
261
|
+
.ds-mr-24 {
|
|
262
262
|
@apply mr-24 !important;
|
|
263
263
|
}
|
|
264
|
-
.
|
|
264
|
+
.ds-mr-28 {
|
|
265
265
|
@apply mr-28 !important;
|
|
266
266
|
}
|
|
267
|
-
.
|
|
267
|
+
.ds-mr-32 {
|
|
268
268
|
@apply mr-32 !important;
|
|
269
269
|
}
|
|
270
|
-
.
|
|
270
|
+
.ds-mr-36 {
|
|
271
271
|
@apply mr-36 !important;
|
|
272
272
|
}
|
|
273
|
-
.
|
|
273
|
+
.ds-mr-40 {
|
|
274
274
|
@apply mr-40 !important;
|
|
275
275
|
}
|
|
276
|
-
.
|
|
276
|
+
.ds-mr-44 {
|
|
277
277
|
@apply mr-44 !important;
|
|
278
278
|
}
|
|
279
|
-
.
|
|
279
|
+
.ds-mr-48 {
|
|
280
280
|
@apply mr-48 !important;
|
|
281
281
|
}
|
|
282
|
-
.
|
|
282
|
+
.ds-mr-52 {
|
|
283
283
|
@apply mr-52 !important;
|
|
284
284
|
}
|
|
285
|
-
.
|
|
285
|
+
.ds-mr-56 {
|
|
286
286
|
@apply mr-56 !important;
|
|
287
287
|
}
|
|
288
|
-
.
|
|
288
|
+
.ds-mr-60 {
|
|
289
289
|
@apply mr-60 !important;
|
|
290
290
|
}
|
|
291
|
-
.
|
|
291
|
+
.ds-mr-64 {
|
|
292
292
|
@apply mr-64 !important;
|
|
293
293
|
}
|
|
294
|
-
.
|
|
294
|
+
.ds-mr-72 {
|
|
295
295
|
@apply mr-72 !important;
|
|
296
296
|
}
|
|
297
|
-
.
|
|
297
|
+
.ds-mr-80 {
|
|
298
298
|
@apply mr-80 !important;
|
|
299
299
|
}
|
|
300
|
-
.
|
|
300
|
+
.ds-mr-96 {
|
|
301
301
|
@apply mr-96 !important;
|
|
302
302
|
}
|
|
303
|
-
.
|
|
303
|
+
.ds-mr-px {
|
|
304
304
|
@apply mr-px !important;
|
|
305
305
|
}
|
|
306
|
-
.
|
|
306
|
+
.ds-mr-0.5 {
|
|
307
307
|
@apply mr-0.5 !important;
|
|
308
308
|
}
|
|
309
|
-
.
|
|
309
|
+
.ds-mr-1.5 {
|
|
310
310
|
@apply mr-1.5 !important;
|
|
311
311
|
}
|
|
312
|
-
.
|
|
312
|
+
.ds-mr-2.5 {
|
|
313
313
|
@apply mr-2.5 !important;
|
|
314
314
|
}
|
|
315
|
-
.
|
|
315
|
+
.ds-mr-3.5 {
|
|
316
316
|
@apply mr-3.5 !important;
|
|
317
317
|
}
|
|
318
|
-
.
|
|
318
|
+
.ds-ml-0 {
|
|
319
319
|
@apply ml-0 !important;
|
|
320
320
|
}
|
|
321
|
-
.
|
|
321
|
+
.ds-ml-1 {
|
|
322
322
|
@apply ml-1 !important;
|
|
323
323
|
}
|
|
324
|
-
.
|
|
324
|
+
.ds-ml-2 {
|
|
325
325
|
@apply ml-2 !important;
|
|
326
326
|
}
|
|
327
|
-
.
|
|
327
|
+
.ds-ml-3 {
|
|
328
328
|
@apply ml-3 !important;
|
|
329
329
|
}
|
|
330
|
-
.
|
|
330
|
+
.ds-ml-4 {
|
|
331
331
|
@apply ml-4 !important;
|
|
332
332
|
}
|
|
333
|
-
.
|
|
333
|
+
.ds-ml-5 {
|
|
334
334
|
@apply ml-5 !important;
|
|
335
335
|
}
|
|
336
|
-
.
|
|
336
|
+
.ds-ml-6 {
|
|
337
337
|
@apply ml-6 !important;
|
|
338
338
|
}
|
|
339
|
-
.
|
|
339
|
+
.ds-ml-7 {
|
|
340
340
|
@apply ml-7 !important;
|
|
341
341
|
}
|
|
342
|
-
.
|
|
342
|
+
.ds-ml-8 {
|
|
343
343
|
@apply ml-8 !important;
|
|
344
344
|
}
|
|
345
|
-
.
|
|
345
|
+
.ds-ml-9 {
|
|
346
346
|
@apply ml-9 !important;
|
|
347
347
|
}
|
|
348
|
-
.
|
|
348
|
+
.ds-ml-10 {
|
|
349
349
|
@apply ml-10 !important;
|
|
350
350
|
}
|
|
351
|
-
.
|
|
351
|
+
.ds-ml-11 {
|
|
352
352
|
@apply ml-11 !important;
|
|
353
353
|
}
|
|
354
|
-
.
|
|
354
|
+
.ds-ml-12 {
|
|
355
355
|
@apply ml-12 !important;
|
|
356
356
|
}
|
|
357
|
-
.
|
|
357
|
+
.ds-ml-14 {
|
|
358
358
|
@apply ml-14 !important;
|
|
359
359
|
}
|
|
360
|
-
.
|
|
360
|
+
.ds-ml-16 {
|
|
361
361
|
@apply ml-16 !important;
|
|
362
362
|
}
|
|
363
|
-
.
|
|
363
|
+
.ds-ml-20 {
|
|
364
364
|
@apply ml-20 !important;
|
|
365
365
|
}
|
|
366
|
-
.
|
|
366
|
+
.ds-ml-24 {
|
|
367
367
|
@apply ml-24 !important;
|
|
368
368
|
}
|
|
369
|
-
.
|
|
369
|
+
.ds-ml-28 {
|
|
370
370
|
@apply ml-28 !important;
|
|
371
371
|
}
|
|
372
|
-
.
|
|
372
|
+
.ds-ml-32 {
|
|
373
373
|
@apply ml-32 !important;
|
|
374
374
|
}
|
|
375
|
-
.
|
|
375
|
+
.ds-ml-36 {
|
|
376
376
|
@apply ml-36 !important;
|
|
377
377
|
}
|
|
378
|
-
.
|
|
378
|
+
.ds-ml-40 {
|
|
379
379
|
@apply ml-40 !important;
|
|
380
380
|
}
|
|
381
|
-
.
|
|
381
|
+
.ds-ml-44 {
|
|
382
382
|
@apply ml-44 !important;
|
|
383
383
|
}
|
|
384
|
-
.
|
|
384
|
+
.ds-ml-48 {
|
|
385
385
|
@apply ml-48 !important;
|
|
386
386
|
}
|
|
387
|
-
.
|
|
387
|
+
.ds-ml-52 {
|
|
388
388
|
@apply ml-52 !important;
|
|
389
389
|
}
|
|
390
|
-
.
|
|
390
|
+
.ds-ml-56 {
|
|
391
391
|
@apply ml-56 !important;
|
|
392
392
|
}
|
|
393
|
-
.
|
|
393
|
+
.ds-ml-60 {
|
|
394
394
|
@apply ml-60 !important;
|
|
395
395
|
}
|
|
396
|
-
.
|
|
396
|
+
.ds-ml-64 {
|
|
397
397
|
@apply ml-64 !important;
|
|
398
398
|
}
|
|
399
|
-
.
|
|
399
|
+
.ds-ml-72 {
|
|
400
400
|
@apply ml-72 !important;
|
|
401
401
|
}
|
|
402
|
-
.
|
|
402
|
+
.ds-ml-80 {
|
|
403
403
|
@apply ml-80 !important;
|
|
404
404
|
}
|
|
405
|
-
.
|
|
405
|
+
.ds-ml-96 {
|
|
406
406
|
@apply ml-96 !important;
|
|
407
407
|
}
|
|
408
|
-
.
|
|
408
|
+
.ds-ml-px {
|
|
409
409
|
@apply ml-px !important;
|
|
410
410
|
}
|
|
411
|
-
.
|
|
411
|
+
.ds-ml-0.5 {
|
|
412
412
|
@apply ml-0.5 !important;
|
|
413
413
|
}
|
|
414
|
-
.
|
|
414
|
+
.ds-ml-1.5 {
|
|
415
415
|
@apply ml-1.5 !important;
|
|
416
416
|
}
|
|
417
|
-
.
|
|
417
|
+
.ds-ml-2.5 {
|
|
418
418
|
@apply ml-2.5 !important;
|
|
419
419
|
}
|
|
420
|
-
.
|
|
420
|
+
.ds-ml-3.5 {
|
|
421
421
|
@apply ml-3.5 !important;
|
|
422
422
|
}
|
|
423
|
-
.
|
|
423
|
+
.ds-mb-0 {
|
|
424
424
|
@apply mb-0 !important;
|
|
425
425
|
}
|
|
426
|
-
.
|
|
426
|
+
.ds-mb-1 {
|
|
427
427
|
@apply mb-1 !important;
|
|
428
428
|
}
|
|
429
|
-
.
|
|
429
|
+
.ds-mb-2 {
|
|
430
430
|
@apply mb-2 !important;
|
|
431
431
|
}
|
|
432
|
-
.
|
|
432
|
+
.ds-mb-3 {
|
|
433
433
|
@apply mb-3 !important;
|
|
434
434
|
}
|
|
435
|
-
.
|
|
435
|
+
.ds-mb-4 {
|
|
436
436
|
@apply mb-4 !important;
|
|
437
437
|
}
|
|
438
|
-
.
|
|
438
|
+
.ds-mb-5 {
|
|
439
439
|
@apply mb-5 !important;
|
|
440
440
|
}
|
|
441
|
-
.
|
|
441
|
+
.ds-mb-6 {
|
|
442
442
|
@apply mb-6 !important;
|
|
443
443
|
}
|
|
444
|
-
.
|
|
444
|
+
.ds-mb-7 {
|
|
445
445
|
@apply mb-7 !important;
|
|
446
446
|
}
|
|
447
|
-
.
|
|
447
|
+
.ds-mb-8 {
|
|
448
448
|
@apply mb-8 !important;
|
|
449
449
|
}
|
|
450
|
-
.
|
|
450
|
+
.ds-mb-9 {
|
|
451
451
|
@apply mb-9 !important;
|
|
452
452
|
}
|
|
453
|
-
.
|
|
453
|
+
.ds-mb-10 {
|
|
454
454
|
@apply mb-10 !important;
|
|
455
455
|
}
|
|
456
|
-
.
|
|
456
|
+
.ds-mb-11 {
|
|
457
457
|
@apply mb-11 !important;
|
|
458
458
|
}
|
|
459
|
-
.
|
|
459
|
+
.ds-mb-12 {
|
|
460
460
|
@apply mb-12 !important;
|
|
461
461
|
}
|
|
462
|
-
.
|
|
462
|
+
.ds-mb-14 {
|
|
463
463
|
@apply mb-14 !important;
|
|
464
464
|
}
|
|
465
|
-
.
|
|
465
|
+
.ds-mb-16 {
|
|
466
466
|
@apply mb-16 !important;
|
|
467
467
|
}
|
|
468
|
-
.
|
|
468
|
+
.ds-mb-20 {
|
|
469
469
|
@apply mb-20 !important;
|
|
470
470
|
}
|
|
471
|
-
.
|
|
471
|
+
.ds-mb-24 {
|
|
472
472
|
@apply mb-24 !important;
|
|
473
473
|
}
|
|
474
|
-
.
|
|
474
|
+
.ds-mb-28 {
|
|
475
475
|
@apply mb-28 !important;
|
|
476
476
|
}
|
|
477
|
-
.
|
|
477
|
+
.ds-mb-32 {
|
|
478
478
|
@apply mb-32 !important;
|
|
479
479
|
}
|
|
480
|
-
.
|
|
480
|
+
.ds-mb-36 {
|
|
481
481
|
@apply mb-36 !important;
|
|
482
482
|
}
|
|
483
|
-
.
|
|
483
|
+
.ds-mb-40 {
|
|
484
484
|
@apply mb-40 !important;
|
|
485
485
|
}
|
|
486
|
-
.
|
|
486
|
+
.ds-mb-44 {
|
|
487
487
|
@apply mb-44 !important;
|
|
488
488
|
}
|
|
489
|
-
.
|
|
489
|
+
.ds-mb-48 {
|
|
490
490
|
@apply mb-48 !important;
|
|
491
491
|
}
|
|
492
|
-
.
|
|
492
|
+
.ds-mb-52 {
|
|
493
493
|
@apply mb-52 !important;
|
|
494
494
|
}
|
|
495
|
-
.
|
|
495
|
+
.ds-mb-56 {
|
|
496
496
|
@apply mb-56 !important;
|
|
497
497
|
}
|
|
498
|
-
.
|
|
498
|
+
.ds-mb-60 {
|
|
499
499
|
@apply mb-60 !important;
|
|
500
500
|
}
|
|
501
|
-
.
|
|
501
|
+
.ds-mb-64 {
|
|
502
502
|
@apply mb-64 !important;
|
|
503
503
|
}
|
|
504
|
-
.
|
|
504
|
+
.ds-mb-72 {
|
|
505
505
|
@apply mb-72 !important;
|
|
506
506
|
}
|
|
507
|
-
.
|
|
507
|
+
.ds-mb-80 {
|
|
508
508
|
@apply mb-80 !important;
|
|
509
509
|
}
|
|
510
|
-
.
|
|
510
|
+
.ds-mb-96 {
|
|
511
511
|
@apply mb-96 !important;
|
|
512
512
|
}
|
|
513
|
-
.
|
|
513
|
+
.ds-mb-px {
|
|
514
514
|
@apply mb-px !important;
|
|
515
515
|
}
|
|
516
|
-
.
|
|
516
|
+
.ds-mb-0.5 {
|
|
517
517
|
@apply mb-0.5 !important;
|
|
518
518
|
}
|
|
519
|
-
.
|
|
519
|
+
.ds-mb-1.5 {
|
|
520
520
|
@apply mb-1.5 !important;
|
|
521
521
|
}
|
|
522
|
-
.
|
|
522
|
+
.ds-mb-2.5 {
|
|
523
523
|
@apply mb-2.5 !important;
|
|
524
524
|
}
|
|
525
|
-
.
|
|
525
|
+
.ds-mb-3.5 {
|
|
526
526
|
@apply mb-3.5 !important;
|
|
527
527
|
}
|
|
528
|
-
.
|
|
528
|
+
.ds-p-0 {
|
|
529
529
|
@apply p-0 !important;
|
|
530
530
|
}
|
|
531
|
-
.
|
|
531
|
+
.ds-p-1 {
|
|
532
532
|
@apply p-1 !important;
|
|
533
533
|
}
|
|
534
|
-
.
|
|
534
|
+
.ds-p-2 {
|
|
535
535
|
@apply p-2 !important;
|
|
536
536
|
}
|
|
537
|
-
.
|
|
537
|
+
.ds-p-3 {
|
|
538
538
|
@apply p-3 !important;
|
|
539
539
|
}
|
|
540
|
-
.
|
|
540
|
+
.ds-p-4 {
|
|
541
541
|
@apply p-4 !important;
|
|
542
542
|
}
|
|
543
|
-
.
|
|
543
|
+
.ds-p-5 {
|
|
544
544
|
@apply p-5 !important;
|
|
545
545
|
}
|
|
546
|
-
.
|
|
546
|
+
.ds-p-6 {
|
|
547
547
|
@apply p-6 !important;
|
|
548
548
|
}
|
|
549
|
-
.
|
|
549
|
+
.ds-p-7 {
|
|
550
550
|
@apply p-7 !important;
|
|
551
551
|
}
|
|
552
|
-
.
|
|
552
|
+
.ds-p-8 {
|
|
553
553
|
@apply p-8 !important;
|
|
554
554
|
}
|
|
555
|
-
.
|
|
555
|
+
.ds-p-9 {
|
|
556
556
|
@apply p-9 !important;
|
|
557
557
|
}
|
|
558
|
-
.
|
|
558
|
+
.ds-p-10 {
|
|
559
559
|
@apply p-10 !important;
|
|
560
560
|
}
|
|
561
|
-
.
|
|
561
|
+
.ds-p-11 {
|
|
562
562
|
@apply p-11 !important;
|
|
563
563
|
}
|
|
564
|
-
.
|
|
564
|
+
.ds-p-12 {
|
|
565
565
|
@apply p-12 !important;
|
|
566
566
|
}
|
|
567
|
-
.
|
|
567
|
+
.ds-p-14 {
|
|
568
568
|
@apply p-14 !important;
|
|
569
569
|
}
|
|
570
|
-
.
|
|
570
|
+
.ds-p-16 {
|
|
571
571
|
@apply p-16 !important;
|
|
572
572
|
}
|
|
573
|
-
.
|
|
573
|
+
.ds-p-20 {
|
|
574
574
|
@apply p-20 !important;
|
|
575
575
|
}
|
|
576
|
-
.
|
|
576
|
+
.ds-p-24 {
|
|
577
577
|
@apply p-24 !important;
|
|
578
578
|
}
|
|
579
|
-
.
|
|
579
|
+
.ds-p-28 {
|
|
580
580
|
@apply p-28 !important;
|
|
581
581
|
}
|
|
582
|
-
.
|
|
582
|
+
.ds-p-32 {
|
|
583
583
|
@apply p-32 !important;
|
|
584
584
|
}
|
|
585
|
-
.
|
|
585
|
+
.ds-p-36 {
|
|
586
586
|
@apply p-36 !important;
|
|
587
587
|
}
|
|
588
|
-
.
|
|
588
|
+
.ds-p-40 {
|
|
589
589
|
@apply p-40 !important;
|
|
590
590
|
}
|
|
591
|
-
.
|
|
591
|
+
.ds-p-44 {
|
|
592
592
|
@apply p-44 !important;
|
|
593
593
|
}
|
|
594
|
-
.
|
|
594
|
+
.ds-p-48 {
|
|
595
595
|
@apply p-48 !important;
|
|
596
596
|
}
|
|
597
|
-
.
|
|
597
|
+
.ds-p-52 {
|
|
598
598
|
@apply p-52 !important;
|
|
599
599
|
}
|
|
600
|
-
.
|
|
600
|
+
.ds-p-56 {
|
|
601
601
|
@apply p-56 !important;
|
|
602
602
|
}
|
|
603
|
-
.
|
|
603
|
+
.ds-p-60 {
|
|
604
604
|
@apply p-60 !important;
|
|
605
605
|
}
|
|
606
|
-
.
|
|
606
|
+
.ds-p-64 {
|
|
607
607
|
@apply p-64 !important;
|
|
608
608
|
}
|
|
609
|
-
.
|
|
609
|
+
.ds-p-72 {
|
|
610
610
|
@apply p-72 !important;
|
|
611
611
|
}
|
|
612
|
-
.
|
|
612
|
+
.ds-p-80 {
|
|
613
613
|
@apply p-80 !important;
|
|
614
614
|
}
|
|
615
|
-
.
|
|
615
|
+
.ds-p-96 {
|
|
616
616
|
@apply p-96 !important;
|
|
617
617
|
}
|
|
618
|
-
.
|
|
618
|
+
.ds-p-px {
|
|
619
619
|
@apply p-px !important;
|
|
620
620
|
}
|
|
621
|
-
.
|
|
621
|
+
.ds-p-0.5 {
|
|
622
622
|
@apply p-0.5 !important;
|
|
623
623
|
}
|
|
624
|
-
.
|
|
624
|
+
.ds-p-1.5 {
|
|
625
625
|
@apply p-1.5 !important;
|
|
626
626
|
}
|
|
627
|
-
.
|
|
627
|
+
.ds-p-2.5 {
|
|
628
628
|
@apply p-2.5 !important;
|
|
629
629
|
}
|
|
630
|
-
.
|
|
630
|
+
.ds-p-3.5 {
|
|
631
631
|
@apply p-3.5 !important;
|
|
632
632
|
}
|
|
633
|
-
.
|
|
633
|
+
.ds-pt-0 {
|
|
634
634
|
@apply pt-0 !important;
|
|
635
635
|
}
|
|
636
|
-
.
|
|
636
|
+
.ds-pt-1 {
|
|
637
637
|
@apply pt-1 !important;
|
|
638
638
|
}
|
|
639
|
-
.
|
|
639
|
+
.ds-pt-2 {
|
|
640
640
|
@apply pt-2 !important;
|
|
641
641
|
}
|
|
642
|
-
.
|
|
642
|
+
.ds-pt-3 {
|
|
643
643
|
@apply pt-3 !important;
|
|
644
644
|
}
|
|
645
|
-
.
|
|
645
|
+
.ds-pt-4 {
|
|
646
646
|
@apply pt-4 !important;
|
|
647
647
|
}
|
|
648
|
-
.
|
|
648
|
+
.ds-pt-5 {
|
|
649
649
|
@apply pt-5 !important;
|
|
650
650
|
}
|
|
651
|
-
.
|
|
651
|
+
.ds-pt-6 {
|
|
652
652
|
@apply pt-6 !important;
|
|
653
653
|
}
|
|
654
|
-
.
|
|
654
|
+
.ds-pt-7 {
|
|
655
655
|
@apply pt-7 !important;
|
|
656
656
|
}
|
|
657
|
-
.
|
|
657
|
+
.ds-pt-8 {
|
|
658
658
|
@apply pt-8 !important;
|
|
659
659
|
}
|
|
660
|
-
.
|
|
660
|
+
.ds-pt-9 {
|
|
661
661
|
@apply pt-9 !important;
|
|
662
662
|
}
|
|
663
|
-
.
|
|
663
|
+
.ds-pt-10 {
|
|
664
664
|
@apply pt-10 !important;
|
|
665
665
|
}
|
|
666
|
-
.
|
|
666
|
+
.ds-pt-11 {
|
|
667
667
|
@apply pt-11 !important;
|
|
668
668
|
}
|
|
669
|
-
.
|
|
669
|
+
.ds-pt-12 {
|
|
670
670
|
@apply pt-12 !important;
|
|
671
671
|
}
|
|
672
|
-
.
|
|
672
|
+
.ds-pt-14 {
|
|
673
673
|
@apply pt-14 !important;
|
|
674
674
|
}
|
|
675
|
-
.
|
|
675
|
+
.ds-pt-16 {
|
|
676
676
|
@apply pt-16 !important;
|
|
677
677
|
}
|
|
678
|
-
.
|
|
678
|
+
.ds-pt-20 {
|
|
679
679
|
@apply pt-20 !important;
|
|
680
680
|
}
|
|
681
|
-
.
|
|
681
|
+
.ds-pt-24 {
|
|
682
682
|
@apply pt-24 !important;
|
|
683
683
|
}
|
|
684
|
-
.
|
|
684
|
+
.ds-pt-28 {
|
|
685
685
|
@apply pt-28 !important;
|
|
686
686
|
}
|
|
687
|
-
.
|
|
687
|
+
.ds-pt-32 {
|
|
688
688
|
@apply pt-32 !important;
|
|
689
689
|
}
|
|
690
|
-
.
|
|
690
|
+
.ds-pt-36 {
|
|
691
691
|
@apply pt-36 !important;
|
|
692
692
|
}
|
|
693
|
-
.
|
|
693
|
+
.ds-pt-40 {
|
|
694
694
|
@apply pt-40 !important;
|
|
695
695
|
}
|
|
696
|
-
.
|
|
696
|
+
.ds-pt-44 {
|
|
697
697
|
@apply pt-44 !important;
|
|
698
698
|
}
|
|
699
|
-
.
|
|
699
|
+
.ds-pt-48 {
|
|
700
700
|
@apply pt-48 !important;
|
|
701
701
|
}
|
|
702
|
-
.
|
|
702
|
+
.ds-pt-52 {
|
|
703
703
|
@apply pt-52 !important;
|
|
704
704
|
}
|
|
705
|
-
.
|
|
705
|
+
.ds-pt-56 {
|
|
706
706
|
@apply pt-56 !important;
|
|
707
707
|
}
|
|
708
|
-
.
|
|
708
|
+
.ds-pt-60 {
|
|
709
709
|
@apply pt-60 !important;
|
|
710
710
|
}
|
|
711
|
-
.
|
|
711
|
+
.ds-pt-64 {
|
|
712
712
|
@apply pt-64 !important;
|
|
713
713
|
}
|
|
714
|
-
.
|
|
714
|
+
.ds-pt-72 {
|
|
715
715
|
@apply pt-72 !important;
|
|
716
716
|
}
|
|
717
|
-
.
|
|
717
|
+
.ds-pt-80 {
|
|
718
718
|
@apply pt-80 !important;
|
|
719
719
|
}
|
|
720
|
-
.
|
|
720
|
+
.ds-pt-96 {
|
|
721
721
|
@apply pt-96 !important;
|
|
722
722
|
}
|
|
723
|
-
.
|
|
723
|
+
.ds-pt-px {
|
|
724
724
|
@apply pt-px !important;
|
|
725
725
|
}
|
|
726
|
-
.
|
|
726
|
+
.ds-pt-0.5 {
|
|
727
727
|
@apply pt-0.5 !important;
|
|
728
728
|
}
|
|
729
|
-
.
|
|
729
|
+
.ds-pt-1.5 {
|
|
730
730
|
@apply pt-1.5 !important;
|
|
731
731
|
}
|
|
732
|
-
.
|
|
732
|
+
.ds-pt-2.5 {
|
|
733
733
|
@apply pt-2.5 !important;
|
|
734
734
|
}
|
|
735
|
-
.
|
|
735
|
+
.ds-pt-3.5 {
|
|
736
736
|
@apply pt-3.5 !important;
|
|
737
737
|
}
|
|
738
|
-
.
|
|
738
|
+
.ds-pr-0 {
|
|
739
739
|
@apply pr-0 !important;
|
|
740
740
|
}
|
|
741
|
-
.
|
|
741
|
+
.ds-pr-1 {
|
|
742
742
|
@apply pr-1 !important;
|
|
743
743
|
}
|
|
744
|
-
.
|
|
744
|
+
.ds-pr-2 {
|
|
745
745
|
@apply pr-2 !important;
|
|
746
746
|
}
|
|
747
|
-
.
|
|
747
|
+
.ds-pr-3 {
|
|
748
748
|
@apply pr-3 !important;
|
|
749
749
|
}
|
|
750
|
-
.
|
|
750
|
+
.ds-pr-4 {
|
|
751
751
|
@apply pr-4 !important;
|
|
752
752
|
}
|
|
753
|
-
.
|
|
753
|
+
.ds-pr-5 {
|
|
754
754
|
@apply pr-5 !important;
|
|
755
755
|
}
|
|
756
|
-
.
|
|
756
|
+
.ds-pr-6 {
|
|
757
757
|
@apply pr-6 !important;
|
|
758
758
|
}
|
|
759
|
-
.
|
|
759
|
+
.ds-pr-7 {
|
|
760
760
|
@apply pr-7 !important;
|
|
761
761
|
}
|
|
762
|
-
.
|
|
762
|
+
.ds-pr-8 {
|
|
763
763
|
@apply pr-8 !important;
|
|
764
764
|
}
|
|
765
|
-
.
|
|
765
|
+
.ds-pr-9 {
|
|
766
766
|
@apply pr-9 !important;
|
|
767
767
|
}
|
|
768
|
-
.
|
|
768
|
+
.ds-pr-10 {
|
|
769
769
|
@apply pr-10 !important;
|
|
770
770
|
}
|
|
771
|
-
.
|
|
771
|
+
.ds-pr-11 {
|
|
772
772
|
@apply pr-11 !important;
|
|
773
773
|
}
|
|
774
|
-
.
|
|
774
|
+
.ds-pr-12 {
|
|
775
775
|
@apply pr-12 !important;
|
|
776
776
|
}
|
|
777
|
-
.
|
|
777
|
+
.ds-pr-14 {
|
|
778
778
|
@apply pr-14 !important;
|
|
779
779
|
}
|
|
780
|
-
.
|
|
780
|
+
.ds-pr-16 {
|
|
781
781
|
@apply pr-16 !important;
|
|
782
782
|
}
|
|
783
|
-
.
|
|
783
|
+
.ds-pr-20 {
|
|
784
784
|
@apply pr-20 !important;
|
|
785
785
|
}
|
|
786
|
-
.
|
|
786
|
+
.ds-pr-24 {
|
|
787
787
|
@apply pr-24 !important;
|
|
788
788
|
}
|
|
789
|
-
.
|
|
789
|
+
.ds-pr-28 {
|
|
790
790
|
@apply pr-28 !important;
|
|
791
791
|
}
|
|
792
|
-
.
|
|
792
|
+
.ds-pr-32 {
|
|
793
793
|
@apply pr-32 !important;
|
|
794
794
|
}
|
|
795
|
-
.
|
|
795
|
+
.ds-pr-36 {
|
|
796
796
|
@apply pr-36 !important;
|
|
797
797
|
}
|
|
798
|
-
.
|
|
798
|
+
.ds-pr-40 {
|
|
799
799
|
@apply pr-40 !important;
|
|
800
800
|
}
|
|
801
|
-
.
|
|
801
|
+
.ds-pr-44 {
|
|
802
802
|
@apply pr-44 !important;
|
|
803
803
|
}
|
|
804
|
-
.
|
|
804
|
+
.ds-pr-48 {
|
|
805
805
|
@apply pr-48 !important;
|
|
806
806
|
}
|
|
807
|
-
.
|
|
807
|
+
.ds-pr-52 {
|
|
808
808
|
@apply pr-52 !important;
|
|
809
809
|
}
|
|
810
|
-
.
|
|
810
|
+
.ds-pr-56 {
|
|
811
811
|
@apply pr-56 !important;
|
|
812
812
|
}
|
|
813
|
-
.
|
|
813
|
+
.ds-pr-60 {
|
|
814
814
|
@apply pr-60 !important;
|
|
815
815
|
}
|
|
816
|
-
.
|
|
816
|
+
.ds-pr-64 {
|
|
817
817
|
@apply pr-64 !important;
|
|
818
818
|
}
|
|
819
|
-
.
|
|
819
|
+
.ds-pr-72 {
|
|
820
820
|
@apply pr-72 !important;
|
|
821
821
|
}
|
|
822
|
-
.
|
|
822
|
+
.ds-pr-80 {
|
|
823
823
|
@apply pr-80 !important;
|
|
824
824
|
}
|
|
825
|
-
.
|
|
825
|
+
.ds-pr-96 {
|
|
826
826
|
@apply pr-96 !important;
|
|
827
827
|
}
|
|
828
|
-
.
|
|
828
|
+
.ds-pr-px {
|
|
829
829
|
@apply pr-px !important;
|
|
830
830
|
}
|
|
831
|
-
.
|
|
831
|
+
.ds-pr-0.5 {
|
|
832
832
|
@apply pr-0.5 !important;
|
|
833
833
|
}
|
|
834
|
-
.
|
|
834
|
+
.ds-pr-1.5 {
|
|
835
835
|
@apply pr-1.5 !important;
|
|
836
836
|
}
|
|
837
|
-
.
|
|
837
|
+
.ds-pr-2.5 {
|
|
838
838
|
@apply pr-2.5 !important;
|
|
839
839
|
}
|
|
840
|
-
.
|
|
840
|
+
.ds-pr-3.5 {
|
|
841
841
|
@apply pr-3.5 !important;
|
|
842
842
|
}
|
|
843
|
-
.
|
|
843
|
+
.ds-pl-0 {
|
|
844
844
|
@apply pl-0 !important;
|
|
845
845
|
}
|
|
846
|
-
.
|
|
846
|
+
.ds-pl-1 {
|
|
847
847
|
@apply pl-1 !important;
|
|
848
848
|
}
|
|
849
|
-
.
|
|
849
|
+
.ds-pl-2 {
|
|
850
850
|
@apply pl-2 !important;
|
|
851
851
|
}
|
|
852
|
-
.
|
|
852
|
+
.ds-pl-3 {
|
|
853
853
|
@apply pl-3 !important;
|
|
854
854
|
}
|
|
855
|
-
.
|
|
855
|
+
.ds-pl-4 {
|
|
856
856
|
@apply pl-4 !important;
|
|
857
857
|
}
|
|
858
|
-
.
|
|
858
|
+
.ds-pl-5 {
|
|
859
859
|
@apply pl-5 !important;
|
|
860
860
|
}
|
|
861
|
-
.
|
|
861
|
+
.ds-pl-6 {
|
|
862
862
|
@apply pl-6 !important;
|
|
863
863
|
}
|
|
864
|
-
.
|
|
864
|
+
.ds-pl-7 {
|
|
865
865
|
@apply pl-7 !important;
|
|
866
866
|
}
|
|
867
|
-
.
|
|
867
|
+
.ds-pl-8 {
|
|
868
868
|
@apply pl-8 !important;
|
|
869
869
|
}
|
|
870
|
-
.
|
|
870
|
+
.ds-pl-9 {
|
|
871
871
|
@apply pl-9 !important;
|
|
872
872
|
}
|
|
873
|
-
.
|
|
873
|
+
.ds-pl-10 {
|
|
874
874
|
@apply pl-10 !important;
|
|
875
875
|
}
|
|
876
|
-
.
|
|
876
|
+
.ds-pl-11 {
|
|
877
877
|
@apply pl-11 !important;
|
|
878
878
|
}
|
|
879
|
-
.
|
|
879
|
+
.ds-pl-12 {
|
|
880
880
|
@apply pl-12 !important;
|
|
881
881
|
}
|
|
882
|
-
.
|
|
882
|
+
.ds-pl-14 {
|
|
883
883
|
@apply pl-14 !important;
|
|
884
884
|
}
|
|
885
|
-
.
|
|
885
|
+
.ds-pl-16 {
|
|
886
886
|
@apply pl-16 !important;
|
|
887
887
|
}
|
|
888
|
-
.
|
|
888
|
+
.ds-pl-20 {
|
|
889
889
|
@apply pl-20 !important;
|
|
890
890
|
}
|
|
891
|
-
.
|
|
891
|
+
.ds-pl-24 {
|
|
892
892
|
@apply pl-24 !important;
|
|
893
893
|
}
|
|
894
|
-
.
|
|
894
|
+
.ds-pl-28 {
|
|
895
895
|
@apply pl-28 !important;
|
|
896
896
|
}
|
|
897
|
-
.
|
|
897
|
+
.ds-pl-32 {
|
|
898
898
|
@apply pl-32 !important;
|
|
899
899
|
}
|
|
900
|
-
.
|
|
900
|
+
.ds-pl-36 {
|
|
901
901
|
@apply pl-36 !important;
|
|
902
902
|
}
|
|
903
|
-
.
|
|
903
|
+
.ds-pl-40 {
|
|
904
904
|
@apply pl-40 !important;
|
|
905
905
|
}
|
|
906
|
-
.
|
|
906
|
+
.ds-pl-44 {
|
|
907
907
|
@apply pl-44 !important;
|
|
908
908
|
}
|
|
909
|
-
.
|
|
909
|
+
.ds-pl-48 {
|
|
910
910
|
@apply pl-48 !important;
|
|
911
911
|
}
|
|
912
|
-
.
|
|
912
|
+
.ds-pl-52 {
|
|
913
913
|
@apply pl-52 !important;
|
|
914
914
|
}
|
|
915
|
-
.
|
|
915
|
+
.ds-pl-56 {
|
|
916
916
|
@apply pl-56 !important;
|
|
917
917
|
}
|
|
918
|
-
.
|
|
918
|
+
.ds-pl-60 {
|
|
919
919
|
@apply pl-60 !important;
|
|
920
920
|
}
|
|
921
|
-
.
|
|
921
|
+
.ds-pl-64 {
|
|
922
922
|
@apply pl-64 !important;
|
|
923
923
|
}
|
|
924
|
-
.
|
|
924
|
+
.ds-pl-72 {
|
|
925
925
|
@apply pl-72 !important;
|
|
926
926
|
}
|
|
927
|
-
.
|
|
927
|
+
.ds-pl-80 {
|
|
928
928
|
@apply pl-80 !important;
|
|
929
929
|
}
|
|
930
|
-
.
|
|
930
|
+
.ds-pl-96 {
|
|
931
931
|
@apply pl-96 !important;
|
|
932
932
|
}
|
|
933
|
-
.
|
|
933
|
+
.ds-pl-px {
|
|
934
934
|
@apply pl-px !important;
|
|
935
935
|
}
|
|
936
|
-
.
|
|
936
|
+
.ds-pl-0.5 {
|
|
937
937
|
@apply pl-0.5 !important;
|
|
938
938
|
}
|
|
939
|
-
.
|
|
939
|
+
.ds-pl-1.5 {
|
|
940
940
|
@apply pl-1.5 !important;
|
|
941
941
|
}
|
|
942
|
-
.
|
|
942
|
+
.ds-pl-2.5 {
|
|
943
943
|
@apply pl-2.5 !important;
|
|
944
944
|
}
|
|
945
|
-
.
|
|
945
|
+
.ds-pl-3.5 {
|
|
946
946
|
@apply pl-3.5 !important;
|
|
947
947
|
}
|
|
948
|
-
.
|
|
948
|
+
.ds-pb-0 {
|
|
949
949
|
@apply pb-0 !important;
|
|
950
950
|
}
|
|
951
|
-
.
|
|
951
|
+
.ds-pb-1 {
|
|
952
952
|
@apply pb-1 !important;
|
|
953
953
|
}
|
|
954
|
-
.
|
|
954
|
+
.ds-pb-2 {
|
|
955
955
|
@apply pb-2 !important;
|
|
956
956
|
}
|
|
957
|
-
.
|
|
957
|
+
.ds-pb-3 {
|
|
958
958
|
@apply pb-3 !important;
|
|
959
959
|
}
|
|
960
|
-
.
|
|
960
|
+
.ds-pb-4 {
|
|
961
961
|
@apply pb-4 !important;
|
|
962
962
|
}
|
|
963
|
-
.
|
|
963
|
+
.ds-pb-5 {
|
|
964
964
|
@apply pb-5 !important;
|
|
965
965
|
}
|
|
966
|
-
.
|
|
966
|
+
.ds-pb-6 {
|
|
967
967
|
@apply pb-6 !important;
|
|
968
968
|
}
|
|
969
|
-
.
|
|
969
|
+
.ds-pb-7 {
|
|
970
970
|
@apply pb-7 !important;
|
|
971
971
|
}
|
|
972
|
-
.
|
|
972
|
+
.ds-pb-8 {
|
|
973
973
|
@apply pb-8 !important;
|
|
974
974
|
}
|
|
975
|
-
.
|
|
975
|
+
.ds-pb-9 {
|
|
976
976
|
@apply pb-9 !important;
|
|
977
977
|
}
|
|
978
|
-
.
|
|
978
|
+
.ds-pb-10 {
|
|
979
979
|
@apply pb-10 !important;
|
|
980
980
|
}
|
|
981
|
-
.
|
|
981
|
+
.ds-pb-11 {
|
|
982
982
|
@apply pb-11 !important;
|
|
983
983
|
}
|
|
984
|
-
.
|
|
984
|
+
.ds-pb-12 {
|
|
985
985
|
@apply pb-12 !important;
|
|
986
986
|
}
|
|
987
|
-
.
|
|
987
|
+
.ds-pb-14 {
|
|
988
988
|
@apply pb-14 !important;
|
|
989
989
|
}
|
|
990
|
-
.
|
|
990
|
+
.ds-pb-16 {
|
|
991
991
|
@apply pb-16 !important;
|
|
992
992
|
}
|
|
993
|
-
.
|
|
993
|
+
.ds-pb-20 {
|
|
994
994
|
@apply pb-20 !important;
|
|
995
995
|
}
|
|
996
|
-
.
|
|
996
|
+
.ds-pb-24 {
|
|
997
997
|
@apply pb-24 !important;
|
|
998
998
|
}
|
|
999
|
-
.
|
|
999
|
+
.ds-pb-28 {
|
|
1000
1000
|
@apply pb-28 !important;
|
|
1001
1001
|
}
|
|
1002
|
-
.
|
|
1002
|
+
.ds-pb-32 {
|
|
1003
1003
|
@apply pb-32 !important;
|
|
1004
1004
|
}
|
|
1005
|
-
.
|
|
1005
|
+
.ds-pb-36 {
|
|
1006
1006
|
@apply pb-36 !important;
|
|
1007
1007
|
}
|
|
1008
|
-
.
|
|
1008
|
+
.ds-pb-40 {
|
|
1009
1009
|
@apply pb-40 !important;
|
|
1010
1010
|
}
|
|
1011
|
-
.
|
|
1011
|
+
.ds-pb-44 {
|
|
1012
1012
|
@apply pb-44 !important;
|
|
1013
1013
|
}
|
|
1014
|
-
.
|
|
1014
|
+
.ds-pb-48 {
|
|
1015
1015
|
@apply pb-48 !important;
|
|
1016
1016
|
}
|
|
1017
|
-
.
|
|
1017
|
+
.ds-pb-52 {
|
|
1018
1018
|
@apply pb-52 !important;
|
|
1019
1019
|
}
|
|
1020
|
-
.
|
|
1020
|
+
.ds-pb-56 {
|
|
1021
1021
|
@apply pb-56 !important;
|
|
1022
1022
|
}
|
|
1023
|
-
.
|
|
1023
|
+
.ds-pb-60 {
|
|
1024
1024
|
@apply pb-60 !important;
|
|
1025
1025
|
}
|
|
1026
|
-
.
|
|
1026
|
+
.ds-pb-64 {
|
|
1027
1027
|
@apply pb-64 !important;
|
|
1028
1028
|
}
|
|
1029
|
-
.
|
|
1029
|
+
.ds-pb-72 {
|
|
1030
1030
|
@apply pb-72 !important;
|
|
1031
1031
|
}
|
|
1032
|
-
.
|
|
1032
|
+
.ds-pb-80 {
|
|
1033
1033
|
@apply pb-80 !important;
|
|
1034
1034
|
}
|
|
1035
|
-
.
|
|
1035
|
+
.ds-pb-96 {
|
|
1036
1036
|
@apply pb-96 !important;
|
|
1037
1037
|
}
|
|
1038
|
-
.
|
|
1038
|
+
.ds-pb-px {
|
|
1039
1039
|
@apply pb-px !important;
|
|
1040
1040
|
}
|
|
1041
|
-
.
|
|
1041
|
+
.ds-pb-0.5 {
|
|
1042
1042
|
@apply pb-0.5 !important;
|
|
1043
1043
|
}
|
|
1044
|
-
.
|
|
1044
|
+
.ds-pb-1.5 {
|
|
1045
1045
|
@apply pb-1.5 !important;
|
|
1046
1046
|
}
|
|
1047
|
-
.
|
|
1047
|
+
.ds-pb-2.5 {
|
|
1048
1048
|
@apply pb-2.5 !important;
|
|
1049
1049
|
}
|
|
1050
|
-
.
|
|
1050
|
+
.ds-pb-3.5 {
|
|
1051
1051
|
@apply pb-3.5 !important;
|
|
1052
1052
|
}
|
|
1053
|
-
.
|
|
1053
|
+
.ds-grid-inline {
|
|
1054
1054
|
@apply inline-grid;
|
|
1055
1055
|
}
|
|
1056
|
-
.
|
|
1056
|
+
.ds-grid {
|
|
1057
1057
|
@apply grid grid-cols-12;
|
|
1058
1058
|
}
|
|
1059
|
-
.
|
|
1059
|
+
.ds-grid__col-auto {
|
|
1060
1060
|
@apply col-auto;
|
|
1061
1061
|
}
|
|
1062
|
-
.
|
|
1062
|
+
.ds-grid__col-span-1 {
|
|
1063
1063
|
@apply col-span-1;
|
|
1064
1064
|
}
|
|
1065
|
-
.
|
|
1065
|
+
.ds-grid__col-span-2 {
|
|
1066
1066
|
@apply col-span-2;
|
|
1067
1067
|
}
|
|
1068
|
-
.
|
|
1068
|
+
.ds-grid__col-span-3 {
|
|
1069
1069
|
@apply col-span-3;
|
|
1070
1070
|
}
|
|
1071
|
-
.
|
|
1071
|
+
.ds-grid__col-span-4 {
|
|
1072
1072
|
@apply col-span-4;
|
|
1073
1073
|
}
|
|
1074
|
-
.
|
|
1074
|
+
.ds-grid__col-span-5 {
|
|
1075
1075
|
@apply col-span-5;
|
|
1076
1076
|
}
|
|
1077
|
-
.
|
|
1077
|
+
.ds-grid__col-span-6 {
|
|
1078
1078
|
@apply col-span-6;
|
|
1079
1079
|
}
|
|
1080
|
-
.
|
|
1080
|
+
.ds-grid__col-span-7 {
|
|
1081
1081
|
@apply col-span-7;
|
|
1082
1082
|
}
|
|
1083
|
-
.
|
|
1083
|
+
.ds-grid__col-span-8 {
|
|
1084
1084
|
@apply col-span-8;
|
|
1085
1085
|
}
|
|
1086
|
-
.
|
|
1086
|
+
.ds-grid__col-span-9 {
|
|
1087
1087
|
@apply col-span-9;
|
|
1088
1088
|
}
|
|
1089
|
-
.
|
|
1089
|
+
.ds-grid__col-span-10 {
|
|
1090
1090
|
@apply col-span-10;
|
|
1091
1091
|
}
|
|
1092
|
-
.
|
|
1092
|
+
.ds-grid__col-span-11 {
|
|
1093
1093
|
@apply col-span-11;
|
|
1094
1094
|
}
|
|
1095
|
-
.
|
|
1095
|
+
.ds-grid__col-span-12 {
|
|
1096
1096
|
@apply col-span-12;
|
|
1097
1097
|
}
|
|
1098
|
-
.
|
|
1098
|
+
.ds-print-hidden {
|
|
1099
1099
|
@apply print:hidden !important;
|
|
1100
1100
|
}
|
|
1101
|
-
.
|
|
1101
|
+
.ds-print-visible-block {
|
|
1102
1102
|
@apply print:block !important;
|
|
1103
1103
|
}
|
|
1104
|
-
.
|
|
1104
|
+
.ds-print-visible-inline {
|
|
1105
1105
|
@apply print:inline !important;
|
|
1106
1106
|
}
|
|
1107
|
-
.
|
|
1107
|
+
.ds-gap-1 {
|
|
1108
1108
|
@apply gap-1;
|
|
1109
1109
|
}
|
|
1110
|
-
.
|
|
1110
|
+
.ds-gap-2 {
|
|
1111
1111
|
@apply gap-2;
|
|
1112
1112
|
}
|
|
1113
|
-
.
|
|
1113
|
+
.ds-gap-4 {
|
|
1114
1114
|
@apply gap-4;
|
|
1115
1115
|
}
|
|
1116
|
-
.
|
|
1116
|
+
.ds-gap-5 {
|
|
1117
1117
|
@apply gap-5;
|
|
1118
1118
|
}
|
|
1119
|
-
.
|
|
1119
|
+
.ds-gap-6 {
|
|
1120
1120
|
@apply gap-6;
|
|
1121
1121
|
}
|
|
1122
|
-
.
|
|
1122
|
+
.ds-gap-8 {
|
|
1123
1123
|
@apply gap-8;
|
|
1124
1124
|
}
|
|
1125
|
-
.
|
|
1125
|
+
.ds-gap-10 {
|
|
1126
1126
|
@apply gap-10;
|
|
1127
1127
|
}
|
|
1128
|
-
.
|
|
1128
|
+
.ds-gap-12 {
|
|
1129
1129
|
@apply gap-12;
|
|
1130
1130
|
}
|
|
1131
|
-
.
|
|
1131
|
+
.ds-gap-xs-1 {
|
|
1132
1132
|
@apply gap-1;
|
|
1133
1133
|
}
|
|
1134
|
-
.
|
|
1134
|
+
.ds-gap-xs-2 {
|
|
1135
1135
|
@apply gap-2;
|
|
1136
1136
|
}
|
|
1137
|
-
.
|
|
1137
|
+
.ds-gap-xs-4 {
|
|
1138
1138
|
@apply gap-4;
|
|
1139
1139
|
}
|
|
1140
|
-
.
|
|
1140
|
+
.ds-gap-xs-5 {
|
|
1141
1141
|
@apply gap-5;
|
|
1142
1142
|
}
|
|
1143
|
-
.
|
|
1143
|
+
.ds-gap-xs-6 {
|
|
1144
1144
|
@apply gap-6;
|
|
1145
1145
|
}
|
|
1146
|
-
.
|
|
1146
|
+
.ds-gap-xs-8 {
|
|
1147
1147
|
@apply gap-8;
|
|
1148
1148
|
}
|
|
1149
|
-
.
|
|
1149
|
+
.ds-gap-xs-10 {
|
|
1150
1150
|
@apply gap-10;
|
|
1151
1151
|
}
|
|
1152
|
-
.
|
|
1152
|
+
.ds-gap-xs-12 {
|
|
1153
1153
|
@apply gap-12;
|
|
1154
1154
|
}
|
|
1155
|
-
.
|
|
1155
|
+
.ds-gap-sm-1 {
|
|
1156
1156
|
@apply sm:gap-1;
|
|
1157
1157
|
}
|
|
1158
|
-
.
|
|
1158
|
+
.ds-gap-sm-2 {
|
|
1159
1159
|
@apply sm:gap-2;
|
|
1160
1160
|
}
|
|
1161
|
-
.
|
|
1161
|
+
.ds-gap-sm-4 {
|
|
1162
1162
|
@apply sm:gap-4;
|
|
1163
1163
|
}
|
|
1164
|
-
.
|
|
1164
|
+
.ds-gap-sm-5 {
|
|
1165
1165
|
@apply sm:gap-5;
|
|
1166
1166
|
}
|
|
1167
|
-
.
|
|
1167
|
+
.ds-gap-sm-6 {
|
|
1168
1168
|
@apply sm:gap-6;
|
|
1169
1169
|
}
|
|
1170
|
-
.
|
|
1170
|
+
.ds-gap-sm-8 {
|
|
1171
1171
|
@apply sm:gap-8;
|
|
1172
1172
|
}
|
|
1173
|
-
.
|
|
1173
|
+
.ds-gap-sm-10 {
|
|
1174
1174
|
@apply sm:gap-10;
|
|
1175
1175
|
}
|
|
1176
|
-
.
|
|
1176
|
+
.ds-gap-sm-12 {
|
|
1177
1177
|
@apply sm:gap-12;
|
|
1178
1178
|
}
|
|
1179
|
-
.
|
|
1179
|
+
.ds-gap-md-1 {
|
|
1180
1180
|
@apply md:gap-1;
|
|
1181
1181
|
}
|
|
1182
|
-
.
|
|
1182
|
+
.ds-gap-md-2 {
|
|
1183
1183
|
@apply md:gap-2;
|
|
1184
1184
|
}
|
|
1185
|
-
.
|
|
1185
|
+
.ds-gap-md-4 {
|
|
1186
1186
|
@apply md:gap-4;
|
|
1187
1187
|
}
|
|
1188
|
-
.
|
|
1188
|
+
.ds-gap-md-5 {
|
|
1189
1189
|
@apply md:gap-5;
|
|
1190
1190
|
}
|
|
1191
|
-
.
|
|
1191
|
+
.ds-gap-md-6 {
|
|
1192
1192
|
@apply md:gap-6;
|
|
1193
1193
|
}
|
|
1194
|
-
.
|
|
1194
|
+
.ds-gap-md-8 {
|
|
1195
1195
|
@apply md:gap-8;
|
|
1196
1196
|
}
|
|
1197
|
-
.
|
|
1197
|
+
.ds-gap-md-10 {
|
|
1198
1198
|
@apply md:gap-10;
|
|
1199
1199
|
}
|
|
1200
|
-
.
|
|
1200
|
+
.ds-gap-md-12 {
|
|
1201
1201
|
@apply md:gap-12;
|
|
1202
1202
|
}
|
|
1203
|
-
.
|
|
1203
|
+
.ds-gap-lg-1 {
|
|
1204
1204
|
@apply lg:gap-1;
|
|
1205
1205
|
}
|
|
1206
|
-
.
|
|
1206
|
+
.ds-gap-lg-2 {
|
|
1207
1207
|
@apply lg:gap-2;
|
|
1208
1208
|
}
|
|
1209
|
-
.
|
|
1209
|
+
.ds-gap-lg-4 {
|
|
1210
1210
|
@apply lg:gap-4;
|
|
1211
1211
|
}
|
|
1212
|
-
.
|
|
1212
|
+
.ds-gap-lg-5 {
|
|
1213
1213
|
@apply lg:gap-5;
|
|
1214
1214
|
}
|
|
1215
|
-
.
|
|
1215
|
+
.ds-gap-lg-6 {
|
|
1216
1216
|
@apply lg:gap-6;
|
|
1217
1217
|
}
|
|
1218
|
-
.
|
|
1218
|
+
.ds-gap-lg-8 {
|
|
1219
1219
|
@apply lg:gap-8;
|
|
1220
1220
|
}
|
|
1221
|
-
.
|
|
1221
|
+
.ds-gap-lg-10 {
|
|
1222
1222
|
@apply lg:gap-10;
|
|
1223
1223
|
}
|
|
1224
|
-
.
|
|
1224
|
+
.ds-gap-lg-12 {
|
|
1225
1225
|
@apply lg:gap-12;
|
|
1226
1226
|
}
|
|
1227
|
-
.
|
|
1227
|
+
.ds-gap-xl-1 {
|
|
1228
1228
|
@apply xl:gap-1;
|
|
1229
1229
|
}
|
|
1230
|
-
.
|
|
1230
|
+
.ds-gap-xl-2 {
|
|
1231
1231
|
@apply xl:gap-2;
|
|
1232
1232
|
}
|
|
1233
|
-
.
|
|
1233
|
+
.ds-gap-xl-4 {
|
|
1234
1234
|
@apply xl:gap-4;
|
|
1235
1235
|
}
|
|
1236
|
-
.
|
|
1236
|
+
.ds-gap-xl-5 {
|
|
1237
1237
|
@apply xl:gap-5;
|
|
1238
1238
|
}
|
|
1239
|
-
.
|
|
1239
|
+
.ds-gap-xl-6 {
|
|
1240
1240
|
@apply xl:gap-6;
|
|
1241
1241
|
}
|
|
1242
|
-
.
|
|
1242
|
+
.ds-gap-xl-8 {
|
|
1243
1243
|
@apply xl:gap-8;
|
|
1244
1244
|
}
|
|
1245
|
-
.
|
|
1245
|
+
.ds-gap-xl-10 {
|
|
1246
1246
|
@apply xl:gap-10;
|
|
1247
1247
|
}
|
|
1248
|
-
.
|
|
1248
|
+
.ds-gap-xl-12 {
|
|
1249
1249
|
@apply xl:gap-12;
|
|
1250
1250
|
}
|
|
1251
1251
|
};
|