@navikt/ds-css 6.10.1 → 6.11.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.
@@ -0,0 +1,681 @@
1
+ .navds-r-p {
2
+ --__ac-r-p-xs: initial;
3
+ --__ac-r-p-sm: var(--__ac-r-p-xs);
4
+ --__ac-r-p-md: var(--__ac-r-p-sm);
5
+ --__ac-r-p-lg: var(--__ac-r-p-md);
6
+ --__ac-r-p-xl: var(--__ac-r-p-lg);
7
+ --__ac-r-p-2xl: var(--__ac-r-p-xl);
8
+ --__ac-r-padding: var(--__ac-r-p-xs);
9
+
10
+ padding: var(--__ac-r-padding);
11
+ }
12
+
13
+ .navds-r-pi {
14
+ --__ac-r-pi-xs: initial;
15
+ --__ac-r-pi-sm: var(--__ac-r-pi-xs);
16
+ --__ac-r-pi-md: var(--__ac-r-pi-sm);
17
+ --__ac-r-pi-lg: var(--__ac-r-pi-md);
18
+ --__ac-r-pi-xl: var(--__ac-r-pi-lg);
19
+ --__ac-r-pi-2xl: var(--__ac-r-pi-xl);
20
+ --__ac-r-pi: var(--__ac-r-p-xs);
21
+
22
+ padding-inline: var(--__ac-r-pi);
23
+ }
24
+
25
+ .navds-r-pb {
26
+ --__ac-r-pb-xs: initial;
27
+ --__ac-r-pb-sm: var(--__ac-r-pb-xs);
28
+ --__ac-r-pb-md: var(--__ac-r-pb-sm);
29
+ --__ac-r-pb-lg: var(--__ac-r-pb-md);
30
+ --__ac-r-pb-xl: var(--__ac-r-pb-lg);
31
+ --__ac-r-pb-2xl: var(--__ac-r-pb-xl);
32
+ --__ac-r-pb: var(--__ac-r-p-xs);
33
+
34
+ padding-block: var(--__ac-r-pb);
35
+ }
36
+
37
+ .navds-r-w {
38
+ --__ac-r-w-xs: initial;
39
+ --__ac-r-w-sm: var(--__ac-r-w-xs);
40
+ --__ac-r-w-md: var(--__ac-r-w-sm);
41
+ --__ac-r-w-lg: var(--__ac-r-w-md);
42
+ --__ac-r-w-xl: var(--__ac-r-w-lg);
43
+ --__ac-r-w-2xl: var(--__ac-r-w-xl);
44
+ --__ac-r-w: var(--__ac-r-w-xs);
45
+
46
+ width: var(--__ac-r-w);
47
+ }
48
+
49
+ .navds-r-minw {
50
+ --__ac-r-minw-xs: initial;
51
+ --__ac-r-minw-sm: var(--__ac-r-minw-xs);
52
+ --__ac-r-minw-md: var(--__ac-r-minw-sm);
53
+ --__ac-r-minw-lg: var(--__ac-r-minw-md);
54
+ --__ac-r-minw-xl: var(--__ac-r-minw-lg);
55
+ --__ac-r-minw-2xl: var(--__ac-r-minw-xl);
56
+ --__ac-r-minw: var(--__ac-r-minw-xs);
57
+
58
+ min-width: var(--__ac-r-minw);
59
+ }
60
+
61
+ .navds-r-maxw {
62
+ --__ac-r-maxw-xs: initial;
63
+ --__ac-r-maxw-sm: var(--__ac-r-maxw-xs);
64
+ --__ac-r-maxw-md: var(--__ac-r-maxw-sm);
65
+ --__ac-r-maxw-lg: var(--__ac-r-maxw-md);
66
+ --__ac-r-maxw-xl: var(--__ac-r-maxw-lg);
67
+ --__ac-r-maxw-2xl: var(--__ac-r-maxw-xl);
68
+ --__ac-r-maxw: var(--__ac-r-maxw-xs);
69
+
70
+ max-width: var(--__ac-r-maxw);
71
+ }
72
+
73
+ .navds-r-h {
74
+ --__ac-r-h-xs: initial;
75
+ --__ac-r-h-sm: var(--__ac-r-h-xs);
76
+ --__ac-r-h-md: var(--__ac-r-h-sm);
77
+ --__ac-r-h-lg: var(--__ac-r-h-md);
78
+ --__ac-r-h-xl: var(--__ac-r-h-lg);
79
+ --__ac-r-h-2xl: var(--__ac-r-h-xl);
80
+ --__ac-r-h: var(--__ac-r-h-xs);
81
+
82
+ height: var(--__ac-r-h);
83
+ }
84
+
85
+ .navds-r-minh {
86
+ --__ac-r-minh-xs: initial;
87
+ --__ac-r-minh-sm: var(--__ac-r-minh-xs);
88
+ --__ac-r-minh-md: var(--__ac-r-minh-sm);
89
+ --__ac-r-minh-lg: var(--__ac-r-minh-md);
90
+ --__ac-r-minh-xl: var(--__ac-r-minh-lg);
91
+ --__ac-r-minh-2xl: var(--__ac-r-minh-xl);
92
+ --__ac-r-minh: var(--__ac-r-minh-xs);
93
+
94
+ min-height: var(--__ac-r-minh);
95
+ }
96
+
97
+ .navds-r-maxh {
98
+ --__ac-r-maxh-xs: initial;
99
+ --__ac-r-maxh-sm: var(--__ac-r-maxh-xs);
100
+ --__ac-r-maxh-md: var(--__ac-r-maxh-sm);
101
+ --__ac-r-maxh-lg: var(--__ac-r-maxh-md);
102
+ --__ac-r-maxh-xl: var(--__ac-r-maxh-lg);
103
+ --__ac-r-maxh-2xl: var(--__ac-r-maxh-xl);
104
+ --__ac-r-maxh: var(--__ac-r-maxh-xs);
105
+
106
+ max-height: var(--__ac-r-maxh);
107
+ }
108
+
109
+ .navds-r-position {
110
+ --__ac-r-position-xs: initial;
111
+ --__ac-r-position-sm: var(--__ac-r-position-xs);
112
+ --__ac-r-position-md: var(--__ac-r-position-sm);
113
+ --__ac-r-position-lg: var(--__ac-r-position-md);
114
+ --__ac-r-position-xl: var(--__ac-r-position-lg);
115
+ --__ac-r-position-2xl: var(--__ac-r-position-xl);
116
+ --__ac-r-position: var(--__ac-r-position-xs);
117
+
118
+ position: var(--__ac-r-position);
119
+ }
120
+
121
+ .navds-r-inset {
122
+ --__ac-r-inset-xs: initial;
123
+ --__ac-r-inset-sm: var(--__ac-r-inset-xs);
124
+ --__ac-r-inset-md: var(--__ac-r-inset-sm);
125
+ --__ac-r-inset-lg: var(--__ac-r-inset-md);
126
+ --__ac-r-inset-xl: var(--__ac-r-inset-lg);
127
+ --__ac-r-inset-2xl: var(--__ac-r-inset-xl);
128
+ --__ac-r-inset: var(--__ac-r-inset-xs);
129
+
130
+ inset: var(--__ac-r-inset);
131
+ }
132
+
133
+ .navds-r-top {
134
+ --__ac-r-top-xs: initial;
135
+ --__ac-r-top-sm: var(--__ac-r-top-xs);
136
+ --__ac-r-top-md: var(--__ac-r-top-sm);
137
+ --__ac-r-top-lg: var(--__ac-r-top-md);
138
+ --__ac-r-top-xl: var(--__ac-r-top-lg);
139
+ --__ac-r-top-2xl: var(--__ac-r-top-xl);
140
+ --__ac-r-top: var(--__ac-r-top-xs);
141
+
142
+ top: var(--__ac-r-top);
143
+ }
144
+
145
+ .navds-r-right {
146
+ --__ac-r-right-xs: initial;
147
+ --__ac-r-right-sm: var(--__ac-r-right-xs);
148
+ --__ac-r-right-md: var(--__ac-r-right-sm);
149
+ --__ac-r-right-lg: var(--__ac-r-right-md);
150
+ --__ac-r-right-xl: var(--__ac-r-right-lg);
151
+ --__ac-r-right-2xl: var(--__ac-r-right-xl);
152
+ --__ac-r-right: var(--__ac-r-right-xs);
153
+
154
+ right: var(--__ac-r-right);
155
+ }
156
+
157
+ .navds-r-bottom {
158
+ --__ac-r-bottom-xs: initial;
159
+ --__ac-r-bottom-sm: var(--__ac-r-bottom-xs);
160
+ --__ac-r-bottom-md: var(--__ac-r-bottom-sm);
161
+ --__ac-r-bottom-lg: var(--__ac-r-bottom-md);
162
+ --__ac-r-bottom-xl: var(--__ac-r-bottom-lg);
163
+ --__ac-r-bottom-2xl: var(--__ac-r-bottom-xl);
164
+ --__ac-r-bottom: var(--__ac-r-bottom-xs);
165
+
166
+ bottom: var(--__ac-r-bottom);
167
+ }
168
+
169
+ .navds-r-left {
170
+ --__ac-r-left-xs: initial;
171
+ --__ac-r-left-sm: var(--__ac-r-left-xs);
172
+ --__ac-r-left-md: var(--__ac-r-left-sm);
173
+ --__ac-r-left-lg: var(--__ac-r-left-md);
174
+ --__ac-r-left-xl: var(--__ac-r-left-lg);
175
+ --__ac-r-left-2xl: var(--__ac-r-left-xl);
176
+ --__ac-r-left: var(--__ac-r-left-xs);
177
+
178
+ left: var(--__ac-r-left);
179
+ }
180
+
181
+ .navds-r-overflow {
182
+ --__ac-r-overflow-xs: initial;
183
+ --__ac-r-overflow-sm: var(--__ac-r-overflow-xs);
184
+ --__ac-r-overflow-md: var(--__ac-r-overflow-sm);
185
+ --__ac-r-overflow-lg: var(--__ac-r-overflow-md);
186
+ --__ac-r-overflow-xl: var(--__ac-r-overflow-lg);
187
+ --__ac-r-overflow-2xl: var(--__ac-r-overflow-xl);
188
+ --__ac-r-overflow: var(--__ac-r-overflow-xs);
189
+
190
+ overflow: var(--__ac-r-overflow);
191
+ }
192
+
193
+ .navds-r-overflowx {
194
+ --__ac-r-overflowx-xs: initial;
195
+ --__ac-r-overflowx-sm: var(--__ac-r-overflowx-xs);
196
+ --__ac-r-overflowx-md: var(--__ac-r-overflowx-sm);
197
+ --__ac-r-overflowx-lg: var(--__ac-r-overflowx-md);
198
+ --__ac-r-overflowx-xl: var(--__ac-r-overflowx-lg);
199
+ --__ac-r-overflowx-2xl: var(--__ac-r-overflowx-xl);
200
+ --__ac-r-overflowx: var(--__ac-r-overflowx-xs);
201
+
202
+ overflow-x: var(--__ac-r-overflowx);
203
+ }
204
+
205
+ .navds-r-overflowy {
206
+ --__ac-r-overflowy-xs: initial;
207
+ --__ac-r-overflowy-sm: var(--__ac-r-overflowy-xs);
208
+ --__ac-r-overflowy-md: var(--__ac-r-overflowy-sm);
209
+ --__ac-r-overflowy-lg: var(--__ac-r-overflowy-md);
210
+ --__ac-r-overflowy-xl: var(--__ac-r-overflowy-lg);
211
+ --__ac-r-overflowy-2xl: var(--__ac-r-overflowy-xl);
212
+ --__ac-r-overflowy: var(--__ac-r-overflowy-xs);
213
+
214
+ overflow-y: var(--__ac-r-overflowy);
215
+ }
216
+
217
+ .navds-r-flex-basis {
218
+ --__ac-r-flex-basis-xs: initial;
219
+ --__ac-r-flex-basis-sm: var(--__ac-r-flex-basis-xs);
220
+ --__ac-r-flex-basis-md: var(--__ac-r-flex-basis-sm);
221
+ --__ac-r-flex-basis-lg: var(--__ac-r-flex-basis-md);
222
+ --__ac-r-flex-basis-xl: var(--__ac-r-flex-basis-lg);
223
+ --__ac-r-flex-basis-2xl: var(--__ac-r-flex-basis-xl);
224
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-xs);
225
+
226
+ flex-basis: var(--__ac-r-flex-basis);
227
+ }
228
+
229
+ .navds-r-flex-grow {
230
+ --__ac-r-flex-grow-xs: initial;
231
+ --__ac-r-flex-grow-sm: var(--__ac-r-flex-grow-xs);
232
+ --__ac-r-flex-grow-md: var(--__ac-r-flex-grow-sm);
233
+ --__ac-r-flex-grow-lg: var(--__ac-r-flex-grow-md);
234
+ --__ac-r-flex-grow-xl: var(--__ac-r-flex-grow-lg);
235
+ --__ac-r-flex-grow-2xl: var(--__ac-r-flex-grow-xl);
236
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-xs);
237
+
238
+ flex-grow: var(--__ac-r-flex-grow);
239
+ }
240
+
241
+ .navds-r-flex-shrink {
242
+ --__ac-r-flex-shrink-xs: initial;
243
+ --__ac-r-flex-shrink-sm: var(--__ac-r-flex-shrink-xs);
244
+ --__ac-r-flex-shrink-md: var(--__ac-r-flex-shrink-sm);
245
+ --__ac-r-flex-shrink-lg: var(--__ac-r-flex-shrink-md);
246
+ --__ac-r-flex-shrink-xl: var(--__ac-r-flex-shrink-lg);
247
+ --__ac-r-flex-shrink-2xl: var(--__ac-r-flex-shrink-xl);
248
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-xs);
249
+
250
+ flex-shrink: var(--__ac-r-flex-shrink);
251
+ }
252
+
253
+ @media (min-width: 480px) {
254
+ .navds-r-p {
255
+ --__ac-r-padding: var(--__ac-r-p-sm);
256
+ }
257
+
258
+ .navds-r-pi {
259
+ --__ac-r-pi: var(--__ac-r-pi-sm);
260
+ }
261
+
262
+ .navds-r-pb {
263
+ --__ac-r-pb: var(--__ac-r-pb-sm);
264
+ }
265
+
266
+ .navds-r-w {
267
+ --__ac-r-w: var(--__ac-r-w-sm);
268
+ }
269
+
270
+ .navds-r-minw {
271
+ --__ac-r-minw: var(--__ac-r-minw-sm);
272
+ }
273
+
274
+ .navds-r-maxw {
275
+ --__ac-r-maxw: var(--__ac-r-maxw-sm);
276
+ }
277
+
278
+ .navds-r-h {
279
+ --__ac-r-h: var(--__ac-r-h-sm);
280
+ }
281
+
282
+ .navds-r-minh {
283
+ --__ac-r-minh: var(--__ac-r-minh-sm);
284
+ }
285
+
286
+ .navds-r-maxh {
287
+ --__ac-r-maxh: var(--__ac-r-maxh-sm);
288
+ }
289
+
290
+ .navds-r-position {
291
+ --__ac-r-position: var(--__ac-r-position-sm);
292
+ }
293
+
294
+ .navds-r-inset {
295
+ --__ac-r-inset: var(--__ac-r-inset-sm);
296
+ }
297
+
298
+ .navds-r-top {
299
+ --__ac-r-top: var(--__ac-r-top-sm);
300
+ }
301
+
302
+ .navds-r-right {
303
+ --__ac-r-right: var(--__ac-r-right-sm);
304
+ }
305
+
306
+ .navds-r-bottom {
307
+ --__ac-r-bottom: var(--__ac-r-bottom-sm);
308
+ }
309
+
310
+ .navds-r-left {
311
+ --__ac-r-left: var(--__ac-r-left-sm);
312
+ }
313
+
314
+ .navds-r-overflow {
315
+ --__ac-r-overflow: var(--__ac-r-overflow-sm);
316
+ }
317
+
318
+ .navds-r-overflowx {
319
+ --__ac-r-overflowx: var(--__ac-r-overflowx-sm);
320
+ }
321
+
322
+ .navds-r-overflowy {
323
+ --__ac-r-overflowy: var(--__ac-r-overflowy-sm);
324
+ }
325
+
326
+ .navds-r-flex-basis {
327
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-sm);
328
+ }
329
+
330
+ .navds-r-flex-grow {
331
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-sm);
332
+ }
333
+
334
+ .navds-r-flex-shrink {
335
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-sm);
336
+ }
337
+ }
338
+
339
+ @media (min-width: 768px) {
340
+ .navds-r-p {
341
+ --__ac-r-padding: var(--__ac-r-p-md);
342
+ }
343
+
344
+ .navds-r-pi {
345
+ --__ac-r-pi: var(--__ac-r-pi-md);
346
+ }
347
+
348
+ .navds-r-pb {
349
+ --__ac-r-pb: var(--__ac-r-pb-md);
350
+ }
351
+
352
+ .navds-r-w {
353
+ --__ac-r-w: var(--__ac-r-w-md);
354
+ }
355
+
356
+ .navds-r-minw {
357
+ --__ac-r-minw: var(--__ac-r-minw-md);
358
+ }
359
+
360
+ .navds-r-maxw {
361
+ --__ac-r-maxw: var(--__ac-r-maxw-md);
362
+ }
363
+
364
+ .navds-r-h {
365
+ --__ac-r-h: var(--__ac-r-h-md);
366
+ }
367
+
368
+ .navds-r-minh {
369
+ --__ac-r-minh: var(--__ac-r-minh-md);
370
+ }
371
+
372
+ .navds-r-maxh {
373
+ --__ac-r-maxh: var(--__ac-r-maxh-md);
374
+ }
375
+
376
+ .navds-r-position {
377
+ --__ac-r-position: var(--__ac-r-position-md);
378
+ }
379
+
380
+ .navds-r-inset {
381
+ --__ac-r-inset: var(--__ac-r-inset-md);
382
+ }
383
+
384
+ .navds-r-top {
385
+ --__ac-r-top: var(--__ac-r-top-md);
386
+ }
387
+
388
+ .navds-r-right {
389
+ --__ac-r-right: var(--__ac-r-right-md);
390
+ }
391
+
392
+ .navds-r-bottom {
393
+ --__ac-r-bottom: var(--__ac-r-bottom-md);
394
+ }
395
+
396
+ .navds-r-left {
397
+ --__ac-r-left: var(--__ac-r-left-md);
398
+ }
399
+
400
+ .navds-r-overflow {
401
+ --__ac-r-overflow: var(--__ac-r-overflow-md);
402
+ }
403
+
404
+ .navds-r-overflowx {
405
+ --__ac-r-overflowx: var(--__ac-r-overflowx-md);
406
+ }
407
+
408
+ .navds-r-overflowy {
409
+ --__ac-r-overflowy: var(--__ac-r-overflowy-md);
410
+ }
411
+
412
+ .navds-r-flex-basis {
413
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-md);
414
+ }
415
+
416
+ .navds-r-flex-grow {
417
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-md);
418
+ }
419
+
420
+ .navds-r-flex-shrink {
421
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-md);
422
+ }
423
+ }
424
+
425
+ @media (min-width: 1024px) {
426
+ .navds-r-p {
427
+ --__ac-r-padding: var(--__ac-r-p-lg);
428
+ }
429
+
430
+ .navds-r-pi {
431
+ --__ac-r-pi: var(--__ac-r-pi-lg);
432
+ }
433
+
434
+ .navds-r-pb {
435
+ --__ac-r-pb: var(--__ac-r-pb-lg);
436
+ }
437
+
438
+ .navds-r-w {
439
+ --__ac-r-w: var(--__ac-r-w-lg);
440
+ }
441
+
442
+ .navds-r-minw {
443
+ --__ac-r-minw: var(--__ac-r-minw-lg);
444
+ }
445
+
446
+ .navds-r-maxw {
447
+ --__ac-r-maxw: var(--__ac-r-maxw-lg);
448
+ }
449
+
450
+ .navds-r-h {
451
+ --__ac-r-h: var(--__ac-r-h-lg);
452
+ }
453
+
454
+ .navds-r-minh {
455
+ --__ac-r-minh: var(--__ac-r-minh-lg);
456
+ }
457
+
458
+ .navds-r-maxh {
459
+ --__ac-r-maxh: var(--__ac-r-maxh-lg);
460
+ }
461
+
462
+ .navds-r-position {
463
+ --__ac-r-position: var(--__ac-r-position-lg);
464
+ }
465
+
466
+ .navds-r-inset {
467
+ --__ac-r-inset: var(--__ac-r-inset-lg);
468
+ }
469
+
470
+ .navds-r-top {
471
+ --__ac-r-top: var(--__ac-r-top-lg);
472
+ }
473
+
474
+ .navds-r-right {
475
+ --__ac-r-right: var(--__ac-r-right-lg);
476
+ }
477
+
478
+ .navds-r-bottom {
479
+ --__ac-r-bottom: var(--__ac-r-bottom-lg);
480
+ }
481
+
482
+ .navds-r-left {
483
+ --__ac-r-left: var(--__ac-r-left-lg);
484
+ }
485
+
486
+ .navds-r-overflow {
487
+ --__ac-r-overflow: var(--__ac-r-overflow-lg);
488
+ }
489
+
490
+ .navds-r-overflowx {
491
+ --__ac-r-overflowx: var(--__ac-r-overflowx-lg);
492
+ }
493
+
494
+ .navds-r-overflowy {
495
+ --__ac-r-overflowy: var(--__ac-r-overflowy-lg);
496
+ }
497
+
498
+ .navds-r-flex-basis {
499
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-lg);
500
+ }
501
+
502
+ .navds-r-flex-grow {
503
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-lg);
504
+ }
505
+
506
+ .navds-r-flex-shrink {
507
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-lg);
508
+ }
509
+ }
510
+
511
+ @media (min-width: 1280px) {
512
+ .navds-r-p {
513
+ --__ac-r-padding: var(--__ac-r-p-xl);
514
+ }
515
+
516
+ .navds-r-pi {
517
+ --__ac-r-pi: var(--__ac-r-pi-xl);
518
+ }
519
+
520
+ .navds-r-pb {
521
+ --__ac-r-pb: var(--__ac-r-pb-xl);
522
+ }
523
+
524
+ .navds-r-w {
525
+ --__ac-r-w: var(--__ac-r-w-xl);
526
+ }
527
+
528
+ .navds-r-minw {
529
+ --__ac-r-minw: var(--__ac-r-minw-xl);
530
+ }
531
+
532
+ .navds-r-maxw {
533
+ --__ac-r-maxw: var(--__ac-r-maxw-xl);
534
+ }
535
+
536
+ .navds-r-h {
537
+ --__ac-r-h: var(--__ac-r-h-xl);
538
+ }
539
+
540
+ .navds-r-minh {
541
+ --__ac-r-minh: var(--__ac-r-minh-xl);
542
+ }
543
+
544
+ .navds-r-maxh {
545
+ --__ac-r-maxh: var(--__ac-r-maxh-xl);
546
+ }
547
+
548
+ .navds-r-position {
549
+ --__ac-r-position: var(--__ac-r-position-xl);
550
+ }
551
+
552
+ .navds-r-inset {
553
+ --__ac-r-inset: var(--__ac-r-inset-xl);
554
+ }
555
+
556
+ .navds-r-top {
557
+ --__ac-r-top: var(--__ac-r-top-xl);
558
+ }
559
+
560
+ .navds-r-right {
561
+ --__ac-r-right: var(--__ac-r-right-xl);
562
+ }
563
+
564
+ .navds-r-bottom {
565
+ --__ac-r-bottom: var(--__ac-r-bottom-xl);
566
+ }
567
+
568
+ .navds-r-left {
569
+ --__ac-r-left: var(--__ac-r-left-xl);
570
+ }
571
+
572
+ .navds-r-overflow {
573
+ --__ac-r-overflow: var(--__ac-r-overflow-xl);
574
+ }
575
+
576
+ .navds-r-overflowx {
577
+ --__ac-r-overflowx: var(--__ac-r-overflowx-xl);
578
+ }
579
+
580
+ .navds-r-overflowy {
581
+ --__ac-r-overflowy: var(--__ac-r-overflowy-xl);
582
+ }
583
+
584
+ .navds-r-flex-basis {
585
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-xl);
586
+ }
587
+
588
+ .navds-r-flex-grow {
589
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-xl);
590
+ }
591
+
592
+ .navds-r-flex-shrink {
593
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-xl);
594
+ }
595
+ }
596
+
597
+ @media (min-width: 1440px) {
598
+ .navds-r-p {
599
+ --__ac-r-padding: var(--__ac-r-p-2xl);
600
+ }
601
+
602
+ .navds-r-pi {
603
+ --__ac-r-pi: var(--__ac-r-pi-2xl);
604
+ }
605
+
606
+ .navds-r-pb {
607
+ --__ac-r-pb: var(--__ac-r-pb-2xl);
608
+ }
609
+
610
+ .navds-r-w {
611
+ --__ac-r-w: var(--__ac-r-w-2xl);
612
+ }
613
+
614
+ .navds-r-minw {
615
+ --__ac-r-minw: var(--__ac-r-minw-2xl);
616
+ }
617
+
618
+ .navds-r-maxw {
619
+ --__ac-r-maxw: var(--__ac-r-maxw-2xl);
620
+ }
621
+
622
+ .navds-r-h {
623
+ --__ac-r-h: var(--__ac-r-h-2xl);
624
+ }
625
+
626
+ .navds-r-minh {
627
+ --__ac-r-minh: var(--__ac-r-minh-2xl);
628
+ }
629
+
630
+ .navds-r-maxh {
631
+ --__ac-r-maxh: var(--__ac-r-maxh-2xl);
632
+ }
633
+
634
+ .navds-r-position {
635
+ --__ac-r-position: var(--__ac-r-position-2xl);
636
+ }
637
+
638
+ .navds-r-inset {
639
+ --__ac-r-inset: var(--__ac-r-inset-2xl);
640
+ }
641
+
642
+ .navds-r-top {
643
+ --__ac-r-top: var(--__ac-r-top-2xl);
644
+ }
645
+
646
+ .navds-r-right {
647
+ --__ac-r-right: var(--__ac-r-right-2xl);
648
+ }
649
+
650
+ .navds-r-bottom {
651
+ --__ac-r-bottom: var(--__ac-r-bottom-2xl);
652
+ }
653
+
654
+ .navds-r-left {
655
+ --__ac-r-left: var(--__ac-r-left-2xl);
656
+ }
657
+
658
+ .navds-r-overflow {
659
+ --__ac-r-overflow: var(--__ac-r-overflow-2xl);
660
+ }
661
+
662
+ .navds-r-overflowx {
663
+ --__ac-r-overflowx: var(--__ac-r-overflowx-2xl);
664
+ }
665
+
666
+ .navds-r-overflowy {
667
+ --__ac-r-overflowy: var(--__ac-r-overflowy-2xl);
668
+ }
669
+
670
+ .navds-r-flex-basis {
671
+ --__ac-r-flex-basis: var(--__ac-r-flex-basis-2xl);
672
+ }
673
+
674
+ .navds-r-flex-grow {
675
+ --__ac-r-flex-grow: var(--__ac-r-flex-grow-2xl);
676
+ }
677
+
678
+ .navds-r-flex-shrink {
679
+ --__ac-r-flex-shrink: var(--__ac-r-flex-shrink-2xl);
680
+ }
681
+ }
@@ -4,3 +4,4 @@
4
4
  @import "hgrid.css";
5
5
  @import "stack.css";
6
6
  @import "responsive.css";
7
+ @import "base.css";