@vaadin/vaadin-lumo-styles 23.3.0-alpha3 → 23.3.0-alpha5

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,1706 @@
1
+ /* This file contains declarations for CSS custom properties and utility
2
+ * classes of the Lumo theme in order to provide auto-complete support
3
+ * for IDEs.
4
+ *
5
+ * NOTE: This file is only intended to provide auto-complete support,
6
+ * do not include it into an HTML page!
7
+ */
8
+
9
+ /* Custom CSS properties */
10
+ :host {
11
+ --lumo-base-color: #fff;
12
+ --lumo-tint-5pct: hsla(0, 0%, 100%, 0.3);
13
+ --lumo-tint-10pct: hsla(0, 0%, 100%, 0.37);
14
+ --lumo-tint-20pct: hsla(0, 0%, 100%, 0.44);
15
+ --lumo-tint-30pct: hsla(0, 0%, 100%, 0.5);
16
+ --lumo-tint-40pct: hsla(0, 0%, 100%, 0.57);
17
+ --lumo-tint-50pct: hsla(0, 0%, 100%, 0.64);
18
+ --lumo-tint-60pct: hsla(0, 0%, 100%, 0.7);
19
+ --lumo-tint-70pct: hsla(0, 0%, 100%, 0.77);
20
+ --lumo-tint-80pct: hsla(0, 0%, 100%, 0.84);
21
+ --lumo-tint-90pct: hsla(0, 0%, 100%, 0.9);
22
+ --lumo-tint: #fff;
23
+ --lumo-shade-5pct: hsla(214, 61%, 25%, 0.05);
24
+ --lumo-shade-10pct: hsla(214, 57%, 24%, 0.1);
25
+ --lumo-shade-20pct: hsla(214, 53%, 23%, 0.16);
26
+ --lumo-shade-30pct: hsla(214, 50%, 22%, 0.26);
27
+ --lumo-shade-40pct: hsla(214, 47%, 21%, 0.38);
28
+ --lumo-shade-50pct: hsla(214, 45%, 20%, 0.52);
29
+ --lumo-shade-60pct: hsla(214, 43%, 19%, 0.6);
30
+ --lumo-shade-70pct: hsla(214, 42%, 18%, 0.69);
31
+ --lumo-shade-80pct: hsla(214, 41%, 17%, 0.83);
32
+ --lumo-shade-90pct: hsla(214, 40%, 16%, 0.94);
33
+ --lumo-shade: hsl(214, 35%, 15%);
34
+ --lumo-contrast-5pct: var(--lumo-shade-5pct);
35
+ --lumo-contrast-10pct: var(--lumo-shade-10pct);
36
+ --lumo-contrast-20pct: var(--lumo-shade-20pct);
37
+ --lumo-contrast-30pct: var(--lumo-shade-30pct);
38
+ --lumo-contrast-40pct: var(--lumo-shade-40pct);
39
+ --lumo-contrast-50pct: var(--lumo-shade-50pct);
40
+ --lumo-contrast-60pct: var(--lumo-shade-60pct);
41
+ --lumo-contrast-70pct: var(--lumo-shade-70pct);
42
+ --lumo-contrast-80pct: var(--lumo-shade-80pct);
43
+ --lumo-contrast-90pct: var(--lumo-shade-90pct);
44
+ --lumo-contrast: var(--lumo-shade);
45
+ --lumo-header-text-color: var(--lumo-contrast);
46
+ --lumo-body-text-color: var(--lumo-contrast-90pct);
47
+ --lumo-secondary-text-color: var(--lumo-contrast-70pct);
48
+ --lumo-tertiary-text-color: var(--lumo-contrast-50pct);
49
+ --lumo-disabled-text-color: var(--lumo-contrast-30pct);
50
+ --lumo-primary-color: hsl(214, 100%, 48%);
51
+ --lumo-primary-color-50pct: hsla(214, 100%, 49%, 0.76);
52
+ --lumo-primary-color-10pct: hsla(214, 100%, 60%, 0.13);
53
+ --lumo-primary-text-color: hsl(214, 100%, 43%);
54
+ --lumo-primary-contrast-color: #fff;
55
+ --lumo-error-color: hsl(3, 85%, 48%);
56
+ --lumo-error-color-50pct: hsla(3, 85%, 49%, 0.5);
57
+ --lumo-error-color-10pct: hsla(3, 85%, 49%, 0.1);
58
+ --lumo-error-text-color: hsl(3, 89%, 42%);
59
+ --lumo-error-contrast-color: #fff;
60
+ --lumo-success-color: hsl(145, 72%, 30%);
61
+ --lumo-success-color-50pct: hsla(145, 72%, 31%, 0.5);
62
+ --lumo-success-color-10pct: hsla(145, 72%, 31%, 0.1);
63
+ --lumo-success-text-color: hsl(145, 85%, 25%);
64
+ --lumo-success-contrast-color: #fff;
65
+ --lumo-size-xs: 1.625rem;
66
+ --lumo-size-s: 1.875rem;
67
+ --lumo-size-m: 2.25rem;
68
+ --lumo-size-l: 2.75rem;
69
+ --lumo-size-xl: 3.5rem;
70
+ --lumo-icon-size-s: 1.25em;
71
+ --lumo-icon-size-m: 1.5em;
72
+ --lumo-icon-size-l: 2.25em;
73
+ --lumo-icon-size: var(--lumo-icon-size-m);
74
+ --lumo-space-xs: 0.25rem;
75
+ --lumo-space-s: 0.5rem;
76
+ --lumo-space-m: 1rem;
77
+ --lumo-space-l: 1.5rem;
78
+ --lumo-space-xl: 2.5rem;
79
+ --lumo-space-wide-xs: calc(var(--lumo-space-xs) / 2) var(--lumo-space-xs);
80
+ --lumo-space-wide-s: calc(var(--lumo-space-s) / 2) var(--lumo-space-s);
81
+ --lumo-space-wide-m: calc(var(--lumo-space-m) / 2) var(--lumo-space-m);
82
+ --lumo-space-wide-l: calc(var(--lumo-space-l) / 2) var(--lumo-space-l);
83
+ --lumo-space-wide-xl: calc(var(--lumo-space-xl) / 2) var(--lumo-space-xl);
84
+ --lumo-space-tall-xs: var(--lumo-space-xs) calc(var(--lumo-space-xs) / 2);
85
+ --lumo-space-tall-s: var(--lumo-space-s) calc(var(--lumo-space-s) / 2);
86
+ --lumo-space-tall-m: var(--lumo-space-m) calc(var(--lumo-space-m) / 2);
87
+ --lumo-space-tall-l: var(--lumo-space-l) calc(var(--lumo-space-l) / 2);
88
+ --lumo-space-tall-xl: var(--lumo-space-xl) calc(var(--lumo-space-xl) / 2);
89
+ --lumo-border-radius-s: 0.25em;
90
+ --lumo-border-radius-m: var(--lumo-border-radius, 0.25em);
91
+ --lumo-border-radius-l: 0.5em;
92
+ --lumo-border-radius: 0.25em;
93
+ --lumo-box-shadow-xs: 0 1px 4px -1px var(--lumo-shade-50pct);
94
+ --lumo-box-shadow-s: 0 2px 4px -1px var(--lumo-shade-20pct), 0 3px 12px -1px var(--lumo-shade-30pct);
95
+ --lumo-box-shadow-m: 0 2px 6px -1px var(--lumo-shade-20pct), 0 8px 24px -4px var(--lumo-shade-40pct);
96
+ --lumo-box-shadow-l: 0 3px 18px -2px var(--lumo-shade-20pct), 0 12px 48px -6px var(--lumo-shade-40pct);
97
+ --lumo-box-shadow-xl: 0 4px 24px -3px var(--lumo-shade-20pct), 0 18px 64px -8px var(--lumo-shade-40pct);
98
+ --lumo-clickable-cursor: default;
99
+ --lumo-font-family: -apple-system, BlinkMacSystemFont, 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
100
+ --lumo-font-size-xxs: 0.75rem;
101
+ --lumo-font-size-xs: 0.8125rem;
102
+ --lumo-font-size-s: 0.875rem;
103
+ --lumo-font-size-m: 1rem;
104
+ --lumo-font-size-l: 1.125rem;
105
+ --lumo-font-size-xl: 1.375rem;
106
+ --lumo-font-size-xxl: 1.75rem;
107
+ --lumo-font-size-xxxl: 2.5rem;
108
+ --lumo-line-height-xs: 1.25;
109
+ --lumo-line-height-s: 1.375;
110
+ --lumo-line-height-m: 1.625;
111
+ --vaadin-user-color-0: #df0b92;
112
+ --vaadin-user-color-1: #650acc;
113
+ --vaadin-user-color-2: #097faa;
114
+ --vaadin-user-color-3: #ad6200;
115
+ --vaadin-user-color-4: #bf16f3;
116
+ --vaadin-user-color-5: #084391;
117
+ --vaadin-user-color-6: #078836;
118
+ }
119
+
120
+ /* Utility classes */
121
+
122
+ /* === Screen readers === */
123
+ .sr-only {
124
+ border-width: 0;
125
+ clip: rect(0, 0, 0, 0);
126
+ height: 1px;
127
+ margin: -1px;
128
+ overflow: hidden;
129
+ padding: 0;
130
+ position: absolute;
131
+ white-space: nowrap;
132
+ width: 1px;
133
+ }
134
+
135
+ /* === Background color === */
136
+ .bg-base {
137
+ background-color: var(--lumo-base-color);
138
+ }
139
+ .bg-transparent {
140
+ background-color: transparent;
141
+ }
142
+ .bg-contrast-5 {
143
+ background-color: var(--lumo-contrast-5pct);
144
+ }
145
+ .bg-contrast-10 {
146
+ background-color: var(--lumo-contrast-10pct);
147
+ }
148
+ .bg-contrast-20 {
149
+ background-color: var(--lumo-contrast-20pct);
150
+ }
151
+ .bg-contrast-30 {
152
+ background-color: var(--lumo-contrast-30pct);
153
+ }
154
+ .bg-contrast-40 {
155
+ background-color: var(--lumo-contrast-40pct);
156
+ }
157
+ .bg-contrast-50 {
158
+ background-color: var(--lumo-contrast-50pct);
159
+ }
160
+ .bg-contrast-60 {
161
+ background-color: var(--lumo-contrast-60pct);
162
+ }
163
+ .bg-contrast-70 {
164
+ background-color: var(--lumo-contrast-70pct);
165
+ }
166
+ .bg-contrast-80 {
167
+ background-color: var(--lumo-contrast-80pct);
168
+ }
169
+ .bg-contrast-90 {
170
+ background-color: var(--lumo-contrast-90pct);
171
+ }
172
+ .bg-contrast {
173
+ background-color: var(--lumo-contrast);
174
+ }
175
+ .bg-primary {
176
+ background-color: var(--lumo-primary-color);
177
+ }
178
+ .bg-primary-50 {
179
+ background-color: var(--lumo-primary-color-50pct);
180
+ }
181
+ .bg-primary-10 {
182
+ background-color: var(--lumo-primary-color-10pct);
183
+ }
184
+ .bg-error {
185
+ background-color: var(--lumo-error-color);
186
+ }
187
+ .bg-error-50 {
188
+ background-color: var(--lumo-error-color-50pct);
189
+ }
190
+ .bg-error-10 {
191
+ background-color: var(--lumo-error-color-10pct);
192
+ }
193
+ .bg-success {
194
+ background-color: var(--lumo-success-color);
195
+ }
196
+ .bg-success-50 {
197
+ background-color: var(--lumo-success-color-50pct);
198
+ }
199
+ .bg-success-10 {
200
+ background-color: var(--lumo-success-color-10pct);
201
+ }
202
+
203
+ /* === Border === */
204
+ .border-0 {
205
+ border: none;
206
+ }
207
+ .border {
208
+ border: 1px solid;
209
+ }
210
+ .border-b {
211
+ border-bottom: 1px solid;
212
+ }
213
+ .border-l {
214
+ border-left: 1px solid;
215
+ }
216
+ .border-r {
217
+ border-right: 1px solid;
218
+ }
219
+ .border-t {
220
+ border-top: 1px solid;
221
+ }
222
+ /* === Border color === */
223
+ .border-contrast-5 {
224
+ border-color: var(--lumo-contrast-5pct);
225
+ }
226
+ .border-contrast-10 {
227
+ border-color: var(--lumo-contrast-10pct);
228
+ }
229
+ .border-contrast-20 {
230
+ border-color: var(--lumo-contrast-20pct);
231
+ }
232
+ .border-contrast-30 {
233
+ border-color: var(--lumo-contrast-30pct);
234
+ }
235
+ .border-contrast-40 {
236
+ border-color: var(--lumo-contrast-40pct);
237
+ }
238
+ .border-contrast-50 {
239
+ border-color: var(--lumo-contrast-50pct);
240
+ }
241
+ .border-contrast-60 {
242
+ border-color: var(--lumo-contrast-60pct);
243
+ }
244
+ .border-contrast-70 {
245
+ border-color: var(--lumo-contrast-70pct);
246
+ }
247
+ .border-contrast-80 {
248
+ border-color: var(--lumo-contrast-80pct);
249
+ }
250
+ .border-contrast-90 {
251
+ border-color: var(--lumo-contrast-90pct);
252
+ }
253
+ .border-contrast {
254
+ border-color: var(--lumo-contrast);
255
+ }
256
+ .border-primary {
257
+ border-color: var(--lumo-primary-color);
258
+ }
259
+ .border-primary-50 {
260
+ border-color: var(--lumo-primary-color-50pct);
261
+ }
262
+ .border-primary-10 {
263
+ border-color: var(--lumo-primary-color-10pct);
264
+ }
265
+ .border-error {
266
+ border-color: var(--lumo-error-color);
267
+ }
268
+ .border-error-50 {
269
+ border-color: var(--lumo-error-color-50pct);
270
+ }
271
+ .border-error-10 {
272
+ border-color: var(--lumo-error-color-10pct);
273
+ }
274
+ .border-success {
275
+ border-color: var(--lumo-success-color);
276
+ }
277
+ .border-success-50 {
278
+ border-color: var(--lumo-success-color-50pct);
279
+ }
280
+ .border-success-10 {
281
+ border-color: var(--lumo-success-color-10pct);
282
+ }
283
+ /* === Border radius === */
284
+ .rounded-none {
285
+ border-radius: 0;
286
+ }
287
+ .rounded-s {
288
+ border-radius: var(--lumo-border-radius-s);
289
+ }
290
+ .rounded-m {
291
+ border-radius: var(--lumo-border-radius-m);
292
+ }
293
+ .rounded-l {
294
+ border-radius: var(--lumo-border-radius-l);
295
+ }
296
+
297
+ /* === Align content === */
298
+ .content-center {
299
+ align-content: center;
300
+ }
301
+ .content-end {
302
+ align-content: flex-end;
303
+ }
304
+ .content-start {
305
+ align-content: flex-start;
306
+ }
307
+ .content-around {
308
+ align-content: space-around;
309
+ }
310
+ .content-between {
311
+ align-content: space-between;
312
+ }
313
+ .content-evenly {
314
+ align-content: space-evenly;
315
+ }
316
+ .content-stretch {
317
+ align-content: stretch;
318
+ }
319
+ /* === Align items === */
320
+ .items-baseline {
321
+ align-items: baseline;
322
+ }
323
+ .items-center {
324
+ align-items: center;
325
+ }
326
+ .items-end {
327
+ align-items: flex-end;
328
+ }
329
+ .items-start {
330
+ align-items: flex-start;
331
+ }
332
+ .items-stretch {
333
+ align-items: stretch;
334
+ }
335
+ /* === Align self === */
336
+ .self-auto {
337
+ align-self: auto;
338
+ }
339
+ .self-baseline {
340
+ align-self: baseline;
341
+ }
342
+ .self-center {
343
+ align-self: center;
344
+ }
345
+ .self-end {
346
+ align-self: flex-end;
347
+ }
348
+ .self-start {
349
+ align-self: flex-start;
350
+ }
351
+ .self-stretch {
352
+ align-self: stretch;
353
+ }
354
+ /* === Flex === */
355
+ .flex-auto {
356
+ flex: auto;
357
+ }
358
+ .flex-none {
359
+ flex: none;
360
+ }
361
+ /* === Flex direction === */
362
+ .flex-col {
363
+ flex-direction: column;
364
+ }
365
+ .flex-col-reverse {
366
+ flex-direction: column-reverse;
367
+ }
368
+ .flex-row {
369
+ flex-direction: row;
370
+ }
371
+ .flex-row-reverse {
372
+ flex-direction: row-reverse;
373
+ }
374
+ /* === Flex grow === */
375
+ .flex-grow-0 {
376
+ flex-grow: 0;
377
+ }
378
+ .flex-grow {
379
+ flex-grow: 1;
380
+ }
381
+ /* === Flex shrink === */
382
+ .flex-shrink-0 {
383
+ flex-shrink: 0;
384
+ }
385
+ .flex-shrink {
386
+ flex-shrink: 1;
387
+ }
388
+ /* === Flex wrap === */
389
+ .flex-nowrap {
390
+ flex-wrap: nowrap;
391
+ }
392
+ .flex-wrap {
393
+ flex-wrap: wrap;
394
+ }
395
+ .flex-wrap-reverse {
396
+ flex-wrap: wrap-reverse;
397
+ }
398
+ /* === Gap === */
399
+ .gap-xs {
400
+ gap: var(--lumo-space-xs);
401
+ }
402
+ .gap-s {
403
+ gap: var(--lumo-space-s);
404
+ }
405
+ .gap-m {
406
+ gap: var(--lumo-space-m);
407
+ }
408
+ .gap-l {
409
+ gap: var(--lumo-space-l);
410
+ }
411
+ .gap-xl {
412
+ gap: var(--lumo-space-xl);
413
+ }
414
+ /* === Gap (column) === */
415
+ .gap-x-xs {
416
+ column-gap: var(--lumo-space-xs);
417
+ }
418
+ .gap-x-s {
419
+ column-gap: var(--lumo-space-s);
420
+ }
421
+ .gap-x-m {
422
+ column-gap: var(--lumo-space-m);
423
+ }
424
+ .gap-x-l {
425
+ column-gap: var(--lumo-space-l);
426
+ }
427
+ .gap-x-xl {
428
+ column-gap: var(--lumo-space-xl);
429
+ }
430
+ /* === Gap (row) === */
431
+ .gap-y-xs {
432
+ row-gap: var(--lumo-space-xs);
433
+ }
434
+ .gap-y-s {
435
+ row-gap: var(--lumo-space-s);
436
+ }
437
+ .gap-y-m {
438
+ row-gap: var(--lumo-space-m);
439
+ }
440
+ .gap-y-l {
441
+ row-gap: var(--lumo-space-l);
442
+ }
443
+ .gap-y-xl {
444
+ row-gap: var(--lumo-space-xl);
445
+ }
446
+ /* === Grid auto flow === */
447
+ .grid-flow-col {
448
+ grid-auto-flow: column;
449
+ }
450
+ .grid-flow-row {
451
+ grid-auto-flow: row;
452
+ }
453
+ /* === Grid columns === */
454
+ .grid-cols-1 {
455
+ grid-template-columns: repeat(1, minmax(0, 1fr));
456
+ }
457
+ .grid-cols-2 {
458
+ grid-template-columns: repeat(2, minmax(0, 1fr));
459
+ }
460
+ .grid-cols-3 {
461
+ grid-template-columns: repeat(3, minmax(0, 1fr));
462
+ }
463
+ .grid-cols-4 {
464
+ grid-template-columns: repeat(4, minmax(0, 1fr));
465
+ }
466
+ .grid-cols-5 {
467
+ grid-template-columns: repeat(5, minmax(0, 1fr));
468
+ }
469
+ .grid-cols-6 {
470
+ grid-template-columns: repeat(6, minmax(0, 1fr));
471
+ }
472
+ .grid-cols-7 {
473
+ grid-template-columns: repeat(7, minmax(0, 1fr));
474
+ }
475
+ .grid-cols-8 {
476
+ grid-template-columns: repeat(8, minmax(0, 1fr));
477
+ }
478
+ .grid-cols-9 {
479
+ grid-template-columns: repeat(9, minmax(0, 1fr));
480
+ }
481
+ .grid-cols-10 {
482
+ grid-template-columns: repeat(10, minmax(0, 1fr));
483
+ }
484
+ .grid-cols-11 {
485
+ grid-template-columns: repeat(11, minmax(0, 1fr));
486
+ }
487
+ .grid-cols-12 {
488
+ grid-template-columns: repeat(12, minmax(0, 1fr));
489
+ }
490
+ /* === Grid rows === */
491
+ .grid-rows-1 {
492
+ grid-template-rows: repeat(1, minmax(0, 1fr));
493
+ }
494
+ .grid-rows-2 {
495
+ grid-template-rows: repeat(2, minmax(0, 1fr));
496
+ }
497
+ .grid-rows-3 {
498
+ grid-template-rows: repeat(3, minmax(0, 1fr));
499
+ }
500
+ .grid-rows-4 {
501
+ grid-template-rows: repeat(4, minmax(0, 1fr));
502
+ }
503
+ .grid-rows-5 {
504
+ grid-template-rows: repeat(5, minmax(0, 1fr));
505
+ }
506
+ .grid-rows-6 {
507
+ grid-template-rows: repeat(6, minmax(0, 1fr));
508
+ }
509
+ /* === Justify content === */
510
+ .justify-center {
511
+ justify-content: center;
512
+ }
513
+ .justify-end {
514
+ justify-content: flex-end;
515
+ }
516
+ .justify-start {
517
+ justify-content: flex-start;
518
+ }
519
+ .justify-around {
520
+ justify-content: space-around;
521
+ }
522
+ .justify-between {
523
+ justify-content: space-between;
524
+ }
525
+ .justify-evenly {
526
+ justify-content: space-evenly;
527
+ }
528
+ /* === Span (column) === */
529
+ .col-span-1 {
530
+ grid-column: span 1 / span 1;
531
+ }
532
+ .col-span-2 {
533
+ grid-column: span 2 / span 2;
534
+ }
535
+ .col-span-3 {
536
+ grid-column: span 3 / span 3;
537
+ }
538
+ .col-span-4 {
539
+ grid-column: span 4 / span 4;
540
+ }
541
+ .col-span-5 {
542
+ grid-column: span 5 / span 5;
543
+ }
544
+ .col-span-6 {
545
+ grid-column: span 6 / span 6;
546
+ }
547
+ .col-span-7 {
548
+ grid-column: span 7 / span 7;
549
+ }
550
+ .col-span-8 {
551
+ grid-column: span 8 / span 8;
552
+ }
553
+ .col-span-9 {
554
+ grid-column: span 9 / span 9;
555
+ }
556
+ .col-span-10 {
557
+ grid-column: span 10 / span 10;
558
+ }
559
+ .col-span-11 {
560
+ grid-column: span 11 / span 11;
561
+ }
562
+ .col-span-12 {
563
+ grid-column: span 12 / span 12;
564
+ }
565
+ /* === Span (row) === */
566
+ .row-span-1 {
567
+ grid-row: span 1 / span 1;
568
+ }
569
+ .row-span-2 {
570
+ grid-row: span 2 / span 2;
571
+ }
572
+ .row-span-3 {
573
+ grid-row: span 3 / span 3;
574
+ }
575
+ .row-span-4 {
576
+ grid-row: span 4 / span 4;
577
+ }
578
+ .row-span-5 {
579
+ grid-row: span 5 / span 5;
580
+ }
581
+ .row-span-6 {
582
+ grid-row: span 6 / span 6;
583
+ }
584
+ /* === Responsive design === */
585
+ @media (min-width: 640px) {
586
+ .sm\:flex-col {
587
+ flex-direction: column;
588
+ }
589
+ .sm\:flex-row {
590
+ flex-direction: row;
591
+ }
592
+ .sm\:grid-cols-1 {
593
+ grid-template-columns: repeat(1, minmax(0, 1fr));
594
+ }
595
+ .sm\:grid-cols-2 {
596
+ grid-template-columns: repeat(2, minmax(0, 1fr));
597
+ }
598
+ .sm\:grid-cols-3 {
599
+ grid-template-columns: repeat(3, minmax(0, 1fr));
600
+ }
601
+ .sm\:grid-cols-4 {
602
+ grid-template-columns: repeat(4, minmax(0, 1fr));
603
+ }
604
+ .sm\:grid-cols-5 {
605
+ grid-template-columns: repeat(5, minmax(0, 1fr));
606
+ }
607
+ .sm\:grid-cols-6 {
608
+ grid-template-columns: repeat(6, minmax(0, 1fr));
609
+ }
610
+ .sm\:grid-cols-7 {
611
+ grid-template-columns: repeat(7, minmax(0, 1fr));
612
+ }
613
+ .sm\:grid-cols-8 {
614
+ grid-template-columns: repeat(8, minmax(0, 1fr));
615
+ }
616
+ .sm\:grid-cols-9 {
617
+ grid-template-columns: repeat(9, minmax(0, 1fr));
618
+ }
619
+ .sm\:grid-cols-10 {
620
+ grid-template-columns: repeat(10, minmax(0, 1fr));
621
+ }
622
+ .sm\:grid-cols-11 {
623
+ grid-template-columns: repeat(11, minmax(0, 1fr));
624
+ }
625
+ .sm\:grid-cols-12 {
626
+ grid-template-columns: repeat(12, minmax(0, 1fr));
627
+ }
628
+ }
629
+ @media (min-width: 768px) {
630
+ .md\:flex-col {
631
+ flex-direction: column;
632
+ }
633
+ .md\:flex-row {
634
+ flex-direction: row;
635
+ }
636
+ .md\:grid-cols-1 {
637
+ grid-template-columns: repeat(1, minmax(0, 1fr));
638
+ }
639
+ .md\:grid-cols-2 {
640
+ grid-template-columns: repeat(2, minmax(0, 1fr));
641
+ }
642
+ .md\:grid-cols-3 {
643
+ grid-template-columns: repeat(3, minmax(0, 1fr));
644
+ }
645
+ .md\:grid-cols-4 {
646
+ grid-template-columns: repeat(4, minmax(0, 1fr));
647
+ }
648
+ .md\:grid-cols-5 {
649
+ grid-template-columns: repeat(5, minmax(0, 1fr));
650
+ }
651
+ .md\:grid-cols-6 {
652
+ grid-template-columns: repeat(6, minmax(0, 1fr));
653
+ }
654
+ .md\:grid-cols-7 {
655
+ grid-template-columns: repeat(7, minmax(0, 1fr));
656
+ }
657
+ .md\:grid-cols-8 {
658
+ grid-template-columns: repeat(8, minmax(0, 1fr));
659
+ }
660
+ .md\:grid-cols-9 {
661
+ grid-template-columns: repeat(9, minmax(0, 1fr));
662
+ }
663
+ .md\:grid-cols-10 {
664
+ grid-template-columns: repeat(10, minmax(0, 1fr));
665
+ }
666
+ .md\:grid-cols-11 {
667
+ grid-template-columns: repeat(11, minmax(0, 1fr));
668
+ }
669
+ .md\:grid-cols-12 {
670
+ grid-template-columns: repeat(12, minmax(0, 1fr));
671
+ }
672
+ }
673
+ @media (min-width: 1024px) {
674
+ .lg\:flex-col {
675
+ flex-direction: column;
676
+ }
677
+ .lg\:flex-row {
678
+ flex-direction: row;
679
+ }
680
+ .lg\:grid-cols-1 {
681
+ grid-template-columns: repeat(1, minmax(0, 1fr));
682
+ }
683
+ .lg\:grid-cols-2 {
684
+ grid-template-columns: repeat(2, minmax(0, 1fr));
685
+ }
686
+ .lg\:grid-cols-3 {
687
+ grid-template-columns: repeat(3, minmax(0, 1fr));
688
+ }
689
+ .lg\:grid-cols-4 {
690
+ grid-template-columns: repeat(4, minmax(0, 1fr));
691
+ }
692
+ .lg\:grid-cols-5 {
693
+ grid-template-columns: repeat(5, minmax(0, 1fr));
694
+ }
695
+ .lg\:grid-cols-6 {
696
+ grid-template-columns: repeat(6, minmax(0, 1fr));
697
+ }
698
+ .lg\:grid-cols-7 {
699
+ grid-template-columns: repeat(7, minmax(0, 1fr));
700
+ }
701
+ .lg\:grid-cols-8 {
702
+ grid-template-columns: repeat(8, minmax(0, 1fr));
703
+ }
704
+ .lg\:grid-cols-9 {
705
+ grid-template-columns: repeat(9, minmax(0, 1fr));
706
+ }
707
+ .lg\:grid-cols-10 {
708
+ grid-template-columns: repeat(10, minmax(0, 1fr));
709
+ }
710
+ .lg\:grid-cols-11 {
711
+ grid-template-columns: repeat(11, minmax(0, 1fr));
712
+ }
713
+ .lg\:grid-cols-12 {
714
+ grid-template-columns: repeat(12, minmax(0, 1fr));
715
+ }
716
+ }
717
+ @media (min-width: 1280px) {
718
+ .xl\:flex-col {
719
+ flex-direction: column;
720
+ }
721
+ .xl\:flex-row {
722
+ flex-direction: row;
723
+ }
724
+ .xl\:grid-cols-1 {
725
+ grid-template-columns: repeat(1, minmax(0, 1fr));
726
+ }
727
+ .xl\:grid-cols-2 {
728
+ grid-template-columns: repeat(2, minmax(0, 1fr));
729
+ }
730
+ .xl\:grid-cols-3 {
731
+ grid-template-columns: repeat(3, minmax(0, 1fr));
732
+ }
733
+ .xl\:grid-cols-4 {
734
+ grid-template-columns: repeat(4, minmax(0, 1fr));
735
+ }
736
+ .xl\:grid-cols-5 {
737
+ grid-template-columns: repeat(5, minmax(0, 1fr));
738
+ }
739
+ .xl\:grid-cols-6 {
740
+ grid-template-columns: repeat(6, minmax(0, 1fr));
741
+ }
742
+ .xl\:grid-cols-7 {
743
+ grid-template-columns: repeat(7, minmax(0, 1fr));
744
+ }
745
+ .xl\:grid-cols-8 {
746
+ grid-template-columns: repeat(8, minmax(0, 1fr));
747
+ }
748
+ .xl\:grid-cols-9 {
749
+ grid-template-columns: repeat(9, minmax(0, 1fr));
750
+ }
751
+ .xl\:grid-cols-10 {
752
+ grid-template-columns: repeat(10, minmax(0, 1fr));
753
+ }
754
+ .xl\:grid-cols-11 {
755
+ grid-template-columns: repeat(11, minmax(0, 1fr));
756
+ }
757
+ .xl\:grid-cols-12 {
758
+ grid-template-columns: repeat(12, minmax(0, 1fr));
759
+ }
760
+ }
761
+ @media (min-width: 1536px) {
762
+ .\32xl\:flex-col {
763
+ flex-direction: column;
764
+ }
765
+ .\32xl\:flex-row {
766
+ flex-direction: row;
767
+ }
768
+ .\32xl\:grid-cols-1 {
769
+ grid-template-columns: repeat(1, minmax(0, 1fr));
770
+ }
771
+ .\32xl\:grid-cols-2 {
772
+ grid-template-columns: repeat(2, minmax(0, 1fr));
773
+ }
774
+ .\32xl\:grid-cols-3 {
775
+ grid-template-columns: repeat(3, minmax(0, 1fr));
776
+ }
777
+ .\32xl\:grid-cols-4 {
778
+ grid-template-columns: repeat(4, minmax(0, 1fr));
779
+ }
780
+ .\32xl\:grid-cols-5 {
781
+ grid-template-columns: repeat(5, minmax(0, 1fr));
782
+ }
783
+ .\32xl\:grid-cols-6 {
784
+ grid-template-columns: repeat(6, minmax(0, 1fr));
785
+ }
786
+ .\32xl\:grid-cols-7 {
787
+ grid-template-columns: repeat(7, minmax(0, 1fr));
788
+ }
789
+ .\32xl\:grid-cols-8 {
790
+ grid-template-columns: repeat(8, minmax(0, 1fr));
791
+ }
792
+ .\32xl\:grid-cols-9 {
793
+ grid-template-columns: repeat(9, minmax(0, 1fr));
794
+ }
795
+ .\32xl\:grid-cols-10 {
796
+ grid-template-columns: repeat(10, minmax(0, 1fr));
797
+ }
798
+ .\32xl\:grid-cols-11 {
799
+ grid-template-columns: repeat(11, minmax(0, 1fr));
800
+ }
801
+ .\32xl\:grid-cols-12 {
802
+ grid-template-columns: repeat(12, minmax(0, 1fr));
803
+ }
804
+ }
805
+
806
+ /* === Box sizing === */
807
+ .box-border {
808
+ box-sizing: border-box;
809
+ }
810
+ .box-content {
811
+ box-sizing: content-box;
812
+ }
813
+ /* === Display === */
814
+ .block {
815
+ display: block;
816
+ }
817
+ .flex {
818
+ display: flex;
819
+ }
820
+ .hidden {
821
+ display: none;
822
+ }
823
+ .inline {
824
+ display: inline;
825
+ }
826
+ .inline-block {
827
+ display: inline-block;
828
+ }
829
+ .inline-flex {
830
+ display: inline-flex;
831
+ }
832
+ .inline-grid {
833
+ display: inline-grid;
834
+ }
835
+ .grid {
836
+ display: grid;
837
+ }
838
+ /* === Overflow === */
839
+ .overflow-auto {
840
+ overflow: auto;
841
+ }
842
+ .overflow-hidden {
843
+ overflow: hidden;
844
+ }
845
+ .overflow-scroll {
846
+ overflow: scroll;
847
+ }
848
+ /* === Position === */
849
+ .absolute {
850
+ position: absolute;
851
+ }
852
+ .fixed {
853
+ position: fixed;
854
+ }
855
+ .static {
856
+ position: static;
857
+ }
858
+ .sticky {
859
+ position: sticky;
860
+ }
861
+ .relative {
862
+ position: relative;
863
+ }
864
+ /* === Responsive design === */
865
+ @media (min-width: 640px) {
866
+ .sm\:flex {
867
+ display: flex;
868
+ }
869
+ .sm\:hidden {
870
+ display: none;
871
+ }
872
+ }
873
+ @media (min-width: 768px) {
874
+ .md\:flex {
875
+ display: flex;
876
+ }
877
+ .md\:hidden {
878
+ display: none;
879
+ }
880
+ }
881
+ @media (min-width: 1024px) {
882
+ .lg\:flex {
883
+ display: flex;
884
+ }
885
+ .lg\:hidden {
886
+ display: none;
887
+ }
888
+ }
889
+ @media (min-width: 1280px) {
890
+ .xl\:flex {
891
+ display: flex;
892
+ }
893
+ .xl\:hidden {
894
+ display: none;
895
+ }
896
+ }
897
+ @media (min-width: 1536px) {
898
+ .\32xl\:flex {
899
+ display: flex;
900
+ }
901
+ .\32xl\:hidden {
902
+ display: none;
903
+ }
904
+ }
905
+
906
+ /* === Box shadows === */
907
+ .shadow-xs {
908
+ box-shadow: var(--lumo-box-shadow-xs);
909
+ }
910
+ .shadow-s {
911
+ box-shadow: var(--lumo-box-shadow-s);
912
+ }
913
+ .shadow-m {
914
+ box-shadow: var(--lumo-box-shadow-m);
915
+ }
916
+ .shadow-l {
917
+ box-shadow: var(--lumo-box-shadow-l);
918
+ }
919
+ .shadow-xl {
920
+ box-shadow: var(--lumo-box-shadow-xl);
921
+ }
922
+
923
+ /* === Height === */
924
+ .h-0 {
925
+ height: 0;
926
+ }
927
+ .h-xs {
928
+ height: var(--lumo-size-xs);
929
+ }
930
+ .h-s {
931
+ height: var(--lumo-size-s);
932
+ }
933
+ .h-m {
934
+ height: var(--lumo-size-m);
935
+ }
936
+ .h-l {
937
+ height: var(--lumo-size-l);
938
+ }
939
+ .h-xl {
940
+ height: var(--lumo-size-xl);
941
+ }
942
+ .h-auto {
943
+ height: auto;
944
+ }
945
+ .h-full {
946
+ height: 100%;
947
+ }
948
+ .h-screen {
949
+ height: 100vh;
950
+ }
951
+ /* === Height (max) === */
952
+ .max-h-full {
953
+ max-height: 100%;
954
+ }
955
+ .max-h-screen {
956
+ max-height: 100vh;
957
+ }
958
+ /* === Height (min) === */
959
+ .min-h-0 {
960
+ min-height: 0;
961
+ }
962
+ .min-h-full {
963
+ min-height: 100%;
964
+ }
965
+ .min-h-screen {
966
+ min-height: 100vh;
967
+ }
968
+ /* === Icon sizing === */
969
+ .icon-s {
970
+ height: var(--lumo-icon-size-s);
971
+ width: var(--lumo-icon-size-s);
972
+ }
973
+ .icon-m {
974
+ height: var(--lumo-icon-size-m);
975
+ width: var(--lumo-icon-size-m);
976
+ }
977
+ .icon-l {
978
+ height: var(--lumo-icon-size-l);
979
+ width: var(--lumo-icon-size-l);
980
+ }
981
+ /* === Width === */
982
+ .w-xs {
983
+ width: var(--lumo-size-xs);
984
+ }
985
+ .w-s {
986
+ width: var(--lumo-size-s);
987
+ }
988
+ .w-m {
989
+ width: var(--lumo-size-m);
990
+ }
991
+ .w-l {
992
+ width: var(--lumo-size-l);
993
+ }
994
+ .w-xl {
995
+ width: var(--lumo-size-xl);
996
+ }
997
+ .w-auto {
998
+ width: auto;
999
+ }
1000
+ .w-full {
1001
+ width: 100%;
1002
+ }
1003
+ /* === Width (max) === */
1004
+ .max-w-full {
1005
+ max-width: 100%;
1006
+ }
1007
+ .max-w-screen-sm {
1008
+ max-width: 640px;
1009
+ }
1010
+ .max-w-screen-md {
1011
+ max-width: 768px;
1012
+ }
1013
+ .max-w-screen-lg {
1014
+ max-width: 1024px;
1015
+ }
1016
+ .max-w-screen-xl {
1017
+ max-width: 1280px;
1018
+ }
1019
+ .max-w-screen-2xl {
1020
+ max-width: 1536px;
1021
+ }
1022
+ /* === Width (min) === */
1023
+ .min-w-0 {
1024
+ min-width: 0;
1025
+ }
1026
+ .min-w-full {
1027
+ min-width: 100%;
1028
+ }
1029
+
1030
+ /* === Margin === */
1031
+ .m-auto {
1032
+ margin: auto;
1033
+ }
1034
+ .m-0 {
1035
+ margin: 0;
1036
+ }
1037
+ .m-xs {
1038
+ margin: var(--lumo-space-xs);
1039
+ }
1040
+ .m-s {
1041
+ margin: var(--lumo-space-s);
1042
+ }
1043
+ .m-m {
1044
+ margin: var(--lumo-space-m);
1045
+ }
1046
+ .m-l {
1047
+ margin: var(--lumo-space-l);
1048
+ }
1049
+ .m-xl {
1050
+ margin: var(--lumo-space-xl);
1051
+ }
1052
+ /* === Margin (bottom) === */
1053
+ .mb-auto {
1054
+ margin-bottom: auto;
1055
+ }
1056
+ .mb-0 {
1057
+ margin-bottom: 0;
1058
+ }
1059
+ .mb-xs {
1060
+ margin-bottom: var(--lumo-space-xs);
1061
+ }
1062
+ .mb-s {
1063
+ margin-bottom: var(--lumo-space-s);
1064
+ }
1065
+ .mb-m {
1066
+ margin-bottom: var(--lumo-space-m);
1067
+ }
1068
+ .mb-l {
1069
+ margin-bottom: var(--lumo-space-l);
1070
+ }
1071
+ .mb-xl {
1072
+ margin-bottom: var(--lumo-space-xl);
1073
+ }
1074
+ /* === Margin (end) === */
1075
+ .me-auto {
1076
+ margin-inline-end: auto;
1077
+ }
1078
+ .me-0 {
1079
+ margin-inline-end: 0;
1080
+ }
1081
+ .me-xs {
1082
+ margin-inline-end: var(--lumo-space-xs);
1083
+ }
1084
+ .me-s {
1085
+ margin-inline-end: var(--lumo-space-s);
1086
+ }
1087
+ .me-m {
1088
+ margin-inline-end: var(--lumo-space-m);
1089
+ }
1090
+ .me-l {
1091
+ margin-inline-end: var(--lumo-space-l);
1092
+ }
1093
+ .me-xl {
1094
+ margin-inline-end: var(--lumo-space-xl);
1095
+ }
1096
+ /* === Margin (horizontal) === */
1097
+ .mx-auto {
1098
+ margin-left: auto;
1099
+ margin-right: auto;
1100
+ }
1101
+ .mx-0 {
1102
+ margin-left: 0;
1103
+ margin-right: 0;
1104
+ }
1105
+ .mx-xs {
1106
+ margin-left: var(--lumo-space-xs);
1107
+ margin-right: var(--lumo-space-xs);
1108
+ }
1109
+ .mx-s {
1110
+ margin-left: var(--lumo-space-s);
1111
+ margin-right: var(--lumo-space-s);
1112
+ }
1113
+ .mx-m {
1114
+ margin-left: var(--lumo-space-m);
1115
+ margin-right: var(--lumo-space-m);
1116
+ }
1117
+ .mx-l {
1118
+ margin-left: var(--lumo-space-l);
1119
+ margin-right: var(--lumo-space-l);
1120
+ }
1121
+ .mx-xl {
1122
+ margin-left: var(--lumo-space-xl);
1123
+ margin-right: var(--lumo-space-xl);
1124
+ }
1125
+ /* === Margin (left) === */
1126
+ .ml-auto {
1127
+ margin-left: auto;
1128
+ }
1129
+ .ml-0 {
1130
+ margin-left: 0;
1131
+ }
1132
+ .ml-xs {
1133
+ margin-left: var(--lumo-space-xs);
1134
+ }
1135
+ .ml-s {
1136
+ margin-left: var(--lumo-space-s);
1137
+ }
1138
+ .ml-m {
1139
+ margin-left: var(--lumo-space-m);
1140
+ }
1141
+ .ml-l {
1142
+ margin-left: var(--lumo-space-l);
1143
+ }
1144
+ .ml-xl {
1145
+ margin-left: var(--lumo-space-xl);
1146
+ }
1147
+ /* === Margin (right) === */
1148
+ .mr-auto {
1149
+ margin-right: auto;
1150
+ }
1151
+ .mr-0 {
1152
+ margin-right: 0;
1153
+ }
1154
+ .mr-xs {
1155
+ margin-right: var(--lumo-space-xs);
1156
+ }
1157
+ .mr-s {
1158
+ margin-right: var(--lumo-space-s);
1159
+ }
1160
+ .mr-m {
1161
+ margin-right: var(--lumo-space-m);
1162
+ }
1163
+ .mr-l {
1164
+ margin-right: var(--lumo-space-l);
1165
+ }
1166
+ .mr-xl {
1167
+ margin-right: var(--lumo-space-xl);
1168
+ }
1169
+ /* === Margin (start) === */
1170
+ .ms-auto {
1171
+ margin-inline-start: auto;
1172
+ }
1173
+ .ms-0 {
1174
+ margin-inline-start: 0;
1175
+ }
1176
+ .ms-xs {
1177
+ margin-inline-start: var(--lumo-space-xs);
1178
+ }
1179
+ .ms-s {
1180
+ margin-inline-start: var(--lumo-space-s);
1181
+ }
1182
+ .ms-m {
1183
+ margin-inline-start: var(--lumo-space-m);
1184
+ }
1185
+ .ms-l {
1186
+ margin-inline-start: var(--lumo-space-l);
1187
+ }
1188
+ .ms-xl {
1189
+ margin-inline-start: var(--lumo-space-xl);
1190
+ }
1191
+ /* === Margin (top) === */
1192
+ .mt-auto {
1193
+ margin-top: auto;
1194
+ }
1195
+ .mt-0 {
1196
+ margin-top: 0;
1197
+ }
1198
+ .mt-xs {
1199
+ margin-top: var(--lumo-space-xs);
1200
+ }
1201
+ .mt-s {
1202
+ margin-top: var(--lumo-space-s);
1203
+ }
1204
+ .mt-m {
1205
+ margin-top: var(--lumo-space-m);
1206
+ }
1207
+ .mt-l {
1208
+ margin-top: var(--lumo-space-l);
1209
+ }
1210
+ .mt-xl {
1211
+ margin-top: var(--lumo-space-xl);
1212
+ }
1213
+ /* === Margin (vertical) === */
1214
+ .my-auto {
1215
+ margin-bottom: auto;
1216
+ margin-top: auto;
1217
+ }
1218
+ .my-0 {
1219
+ margin-bottom: 0;
1220
+ margin-top: 0;
1221
+ }
1222
+ .my-xs {
1223
+ margin-bottom: var(--lumo-space-xs);
1224
+ margin-top: var(--lumo-space-xs);
1225
+ }
1226
+ .my-s {
1227
+ margin-bottom: var(--lumo-space-s);
1228
+ margin-top: var(--lumo-space-s);
1229
+ }
1230
+ .my-m {
1231
+ margin-bottom: var(--lumo-space-m);
1232
+ margin-top: var(--lumo-space-m);
1233
+ }
1234
+ .my-l {
1235
+ margin-bottom: var(--lumo-space-l);
1236
+ margin-top: var(--lumo-space-l);
1237
+ }
1238
+ .my-xl {
1239
+ margin-bottom: var(--lumo-space-xl);
1240
+ margin-top: var(--lumo-space-xl);
1241
+ }
1242
+ /* === Padding === */
1243
+ .p-0 {
1244
+ padding: 0;
1245
+ }
1246
+ .p-xs {
1247
+ padding: var(--lumo-space-xs);
1248
+ }
1249
+ .p-s {
1250
+ padding: var(--lumo-space-s);
1251
+ }
1252
+ .p-m {
1253
+ padding: var(--lumo-space-m);
1254
+ }
1255
+ .p-l {
1256
+ padding: var(--lumo-space-l);
1257
+ }
1258
+ .p-xl {
1259
+ padding: var(--lumo-space-xl);
1260
+ }
1261
+ /* === Padding (bottom) === */
1262
+ .pb-0 {
1263
+ padding-bottom: 0;
1264
+ }
1265
+ .pb-xs {
1266
+ padding-bottom: var(--lumo-space-xs);
1267
+ }
1268
+ .pb-s {
1269
+ padding-bottom: var(--lumo-space-s);
1270
+ }
1271
+ .pb-m {
1272
+ padding-bottom: var(--lumo-space-m);
1273
+ }
1274
+ .pb-l {
1275
+ padding-bottom: var(--lumo-space-l);
1276
+ }
1277
+ .pb-xl {
1278
+ padding-bottom: var(--lumo-space-xl);
1279
+ }
1280
+ /* === Padding (end) === */
1281
+ .pe-0 {
1282
+ padding-inline-end: 0;
1283
+ }
1284
+ .pe-xs {
1285
+ padding-inline-end: var(--lumo-space-xs);
1286
+ }
1287
+ .pe-s {
1288
+ padding-inline-end: var(--lumo-space-s);
1289
+ }
1290
+ .pe-m {
1291
+ padding-inline-end: var(--lumo-space-m);
1292
+ }
1293
+ .pe-l {
1294
+ padding-inline-end: var(--lumo-space-l);
1295
+ }
1296
+ .pe-xl {
1297
+ padding-inline-end: var(--lumo-space-xl);
1298
+ }
1299
+ /* === Padding (horizontal) === */
1300
+ .px-0 {
1301
+ padding-left: 0;
1302
+ padding-right: 0;
1303
+ }
1304
+ .px-xs {
1305
+ padding-left: var(--lumo-space-xs);
1306
+ padding-right: var(--lumo-space-xs);
1307
+ }
1308
+ .px-s {
1309
+ padding-left: var(--lumo-space-s);
1310
+ padding-right: var(--lumo-space-s);
1311
+ }
1312
+ .px-m {
1313
+ padding-left: var(--lumo-space-m);
1314
+ padding-right: var(--lumo-space-m);
1315
+ }
1316
+ .px-l {
1317
+ padding-left: var(--lumo-space-l);
1318
+ padding-right: var(--lumo-space-l);
1319
+ }
1320
+ .px-xl {
1321
+ padding-left: var(--lumo-space-xl);
1322
+ padding-right: var(--lumo-space-xl);
1323
+ }
1324
+ /* === Padding (left) === */
1325
+ .pl-0 {
1326
+ padding-left: 0;
1327
+ }
1328
+ .pl-xs {
1329
+ padding-left: var(--lumo-space-xs);
1330
+ }
1331
+ .pl-s {
1332
+ padding-left: var(--lumo-space-s);
1333
+ }
1334
+ .pl-m {
1335
+ padding-left: var(--lumo-space-m);
1336
+ }
1337
+ .pl-l {
1338
+ padding-left: var(--lumo-space-l);
1339
+ }
1340
+ .pl-xl {
1341
+ padding-left: var(--lumo-space-xl);
1342
+ }
1343
+ /* === Padding (right) === */
1344
+ .pr-0 {
1345
+ padding-right: 0;
1346
+ }
1347
+ .pr-xs {
1348
+ padding-right: var(--lumo-space-xs);
1349
+ }
1350
+ .pr-s {
1351
+ padding-right: var(--lumo-space-s);
1352
+ }
1353
+ .pr-m {
1354
+ padding-right: var(--lumo-space-m);
1355
+ }
1356
+ .pr-l {
1357
+ padding-right: var(--lumo-space-l);
1358
+ }
1359
+ .pr-xl {
1360
+ padding-right: var(--lumo-space-xl);
1361
+ }
1362
+ /* === Padding (start) === */
1363
+ .ps-0 {
1364
+ padding-inline-start: 0;
1365
+ }
1366
+ .ps-xs {
1367
+ padding-inline-start: var(--lumo-space-xs);
1368
+ }
1369
+ .ps-s {
1370
+ padding-inline-start: var(--lumo-space-s);
1371
+ }
1372
+ .ps-m {
1373
+ padding-inline-start: var(--lumo-space-m);
1374
+ }
1375
+ .ps-l {
1376
+ padding-inline-start: var(--lumo-space-l);
1377
+ }
1378
+ .ps-xl {
1379
+ padding-inline-start: var(--lumo-space-xl);
1380
+ }
1381
+ /* === Padding (top) === */
1382
+ .pt-0 {
1383
+ padding-top: 0;
1384
+ }
1385
+ .pt-xs {
1386
+ padding-top: var(--lumo-space-xs);
1387
+ }
1388
+ .pt-s {
1389
+ padding-top: var(--lumo-space-s);
1390
+ }
1391
+ .pt-m {
1392
+ padding-top: var(--lumo-space-m);
1393
+ }
1394
+ .pt-l {
1395
+ padding-top: var(--lumo-space-l);
1396
+ }
1397
+ .pt-xl {
1398
+ padding-top: var(--lumo-space-xl);
1399
+ }
1400
+ /* === Padding (vertical) === */
1401
+ .py-0 {
1402
+ padding-bottom: 0;
1403
+ padding-top: 0;
1404
+ }
1405
+ .py-xs {
1406
+ padding-bottom: var(--lumo-space-xs);
1407
+ padding-top: var(--lumo-space-xs);
1408
+ }
1409
+ .py-s {
1410
+ padding-bottom: var(--lumo-space-s);
1411
+ padding-top: var(--lumo-space-s);
1412
+ }
1413
+ .py-m {
1414
+ padding-bottom: var(--lumo-space-m);
1415
+ padding-top: var(--lumo-space-m);
1416
+ }
1417
+ .py-l {
1418
+ padding-bottom: var(--lumo-space-l);
1419
+ padding-top: var(--lumo-space-l);
1420
+ }
1421
+ .py-xl {
1422
+ padding-bottom: var(--lumo-space-xl);
1423
+ padding-top: var(--lumo-space-xl);
1424
+ }
1425
+
1426
+ /* === Font size === */
1427
+ .text-2xs {
1428
+ font-size: var(--lumo-font-size-xxs);
1429
+ }
1430
+ .text-xs {
1431
+ font-size: var(--lumo-font-size-xs);
1432
+ }
1433
+ .text-s {
1434
+ font-size: var(--lumo-font-size-s);
1435
+ }
1436
+ .text-m {
1437
+ font-size: var(--lumo-font-size-m);
1438
+ }
1439
+ .text-l {
1440
+ font-size: var(--lumo-font-size-l);
1441
+ }
1442
+ .text-xl {
1443
+ font-size: var(--lumo-font-size-xl);
1444
+ }
1445
+ .text-2xl {
1446
+ font-size: var(--lumo-font-size-xxl);
1447
+ }
1448
+ .text-3xl {
1449
+ font-size: var(--lumo-font-size-xxxl);
1450
+ }
1451
+ /* === Font weight === */
1452
+ .font-thin {
1453
+ font-weight: 100;
1454
+ }
1455
+ .font-extralight {
1456
+ font-weight: 200;
1457
+ }
1458
+ .font-light {
1459
+ font-weight: 300;
1460
+ }
1461
+ .font-normal {
1462
+ font-weight: 400;
1463
+ }
1464
+ .font-medium {
1465
+ font-weight: 500;
1466
+ }
1467
+ .font-semibold {
1468
+ font-weight: 600;
1469
+ }
1470
+ .font-bold {
1471
+ font-weight: 700;
1472
+ }
1473
+ .font-extrabold {
1474
+ font-weight: 800;
1475
+ }
1476
+ .font-black {
1477
+ font-weight: 900;
1478
+ }
1479
+ /* === Line height === */
1480
+ .leading-none {
1481
+ line-height: 1;
1482
+ }
1483
+ .leading-xs {
1484
+ line-height: var(--lumo-line-height-xs);
1485
+ }
1486
+ .leading-s {
1487
+ line-height: var(--lumo-line-height-s);
1488
+ }
1489
+ .leading-m {
1490
+ line-height: var(--lumo-line-height-m);
1491
+ }
1492
+ /* === List style type === */
1493
+ .list-none {
1494
+ list-style-type: none;
1495
+ }
1496
+ /* === Text alignment === */
1497
+ .text-left {
1498
+ text-align: left;
1499
+ }
1500
+ .text-center {
1501
+ text-align: center;
1502
+ }
1503
+ .text-right {
1504
+ text-align: right;
1505
+ }
1506
+ .text-justify {
1507
+ text-align: justify;
1508
+ }
1509
+ /* === Text color === */
1510
+ .text-header {
1511
+ color: var(--lumo-header-text-color);
1512
+ }
1513
+ .text-body {
1514
+ color: var(--lumo-body-text-color);
1515
+ }
1516
+ .text-secondary {
1517
+ color: var(--lumo-secondary-text-color);
1518
+ }
1519
+ .text-tertiary {
1520
+ color: var(--lumo-tertiary-text-color);
1521
+ }
1522
+ .text-disabled {
1523
+ color: var(--lumo-disabled-text-color);
1524
+ }
1525
+ .text-primary {
1526
+ color: var(--lumo-primary-text-color);
1527
+ }
1528
+ .text-primary-contrast {
1529
+ color: var(--lumo-primary-contrast-color);
1530
+ }
1531
+ .text-error {
1532
+ color: var(--lumo-error-text-color);
1533
+ }
1534
+ .text-error-contrast {
1535
+ color: var(--lumo-error-contrast-color);
1536
+ }
1537
+ .text-success {
1538
+ color: var(--lumo-success-text-color);
1539
+ }
1540
+ .text-success-contrast {
1541
+ color: var(--lumo-success-contrast-color);
1542
+ }
1543
+ /* === Text overflow === */
1544
+ .overflow-clip {
1545
+ text-overflow: clip;
1546
+ }
1547
+ .overflow-ellipsis {
1548
+ text-overflow: ellipsis;
1549
+ }
1550
+ /* === Text transform === */
1551
+ .capitalize {
1552
+ text-transform: capitalize;
1553
+ }
1554
+ .lowercase {
1555
+ text-transform: lowercase;
1556
+ }
1557
+ .uppercase {
1558
+ text-transform: uppercase;
1559
+ }
1560
+ /* === Whitespace === */
1561
+ .whitespace-normal {
1562
+ white-space: normal;
1563
+ }
1564
+ .whitespace-nowrap {
1565
+ white-space: nowrap;
1566
+ }
1567
+ .whitespace-pre {
1568
+ white-space: pre;
1569
+ }
1570
+ .whitespace-pre-line {
1571
+ white-space: pre-line;
1572
+ }
1573
+ .whitespace-pre-wrap {
1574
+ white-space: pre-wrap;
1575
+ }
1576
+ /* === Responsive design === */
1577
+ @media (min-width: 640px) {
1578
+ .sm\:text-2xs {
1579
+ font-size: var(--lumo-font-size-xxs);
1580
+ }
1581
+ .sm\:text-xs {
1582
+ font-size: var(--lumo-font-size-xs);
1583
+ }
1584
+ .sm\:text-s {
1585
+ font-size: var(--lumo-font-size-s);
1586
+ }
1587
+ .sm\:text-m {
1588
+ font-size: var(--lumo-font-size-m);
1589
+ }
1590
+ .sm\:text-l {
1591
+ font-size: var(--lumo-font-size-l);
1592
+ }
1593
+ .sm\:text-xl {
1594
+ font-size: var(--lumo-font-size-xl);
1595
+ }
1596
+ .sm\:text-2xl {
1597
+ font-size: var(--lumo-font-size-xxl);
1598
+ }
1599
+ .sm\:text-3xl {
1600
+ font-size: var(--lumo-font-size-xxxl);
1601
+ }
1602
+ }
1603
+ @media (min-width: 768px) {
1604
+ .md\:text-2xs {
1605
+ font-size: var(--lumo-font-size-xxs);
1606
+ }
1607
+ .md\:text-xs {
1608
+ font-size: var(--lumo-font-size-xs);
1609
+ }
1610
+ .md\:text-s {
1611
+ font-size: var(--lumo-font-size-s);
1612
+ }
1613
+ .md\:text-m {
1614
+ font-size: var(--lumo-font-size-m);
1615
+ }
1616
+ .md\:text-l {
1617
+ font-size: var(--lumo-font-size-l);
1618
+ }
1619
+ .md\:text-xl {
1620
+ font-size: var(--lumo-font-size-xl);
1621
+ }
1622
+ .md\:text-2xl {
1623
+ font-size: var(--lumo-font-size-xxl);
1624
+ }
1625
+ .md\:text-3xl {
1626
+ font-size: var(--lumo-font-size-xxxl);
1627
+ }
1628
+ }
1629
+ @media (min-width: 1024px) {
1630
+ .lg\:text-2xs {
1631
+ font-size: var(--lumo-font-size-xxs);
1632
+ }
1633
+ .lg\:text-xs {
1634
+ font-size: var(--lumo-font-size-xs);
1635
+ }
1636
+ .lg\:text-s {
1637
+ font-size: var(--lumo-font-size-s);
1638
+ }
1639
+ .lg\:text-m {
1640
+ font-size: var(--lumo-font-size-m);
1641
+ }
1642
+ .lg\:text-l {
1643
+ font-size: var(--lumo-font-size-l);
1644
+ }
1645
+ .lg\:text-xl {
1646
+ font-size: var(--lumo-font-size-xl);
1647
+ }
1648
+ .lg\:text-2xl {
1649
+ font-size: var(--lumo-font-size-xxl);
1650
+ }
1651
+ .lg\:text-3xl {
1652
+ font-size: var(--lumo-font-size-xxxl);
1653
+ }
1654
+ }
1655
+ @media (min-width: 1280px) {
1656
+ .xl\:text-2xs {
1657
+ font-size: var(--lumo-font-size-xxs);
1658
+ }
1659
+ .xl\:text-xs {
1660
+ font-size: var(--lumo-font-size-xs);
1661
+ }
1662
+ .xl\:text-s {
1663
+ font-size: var(--lumo-font-size-s);
1664
+ }
1665
+ .xl\:text-m {
1666
+ font-size: var(--lumo-font-size-m);
1667
+ }
1668
+ .xl\:text-l {
1669
+ font-size: var(--lumo-font-size-l);
1670
+ }
1671
+ .xl\:text-xl {
1672
+ font-size: var(--lumo-font-size-xl);
1673
+ }
1674
+ .xl\:text-2xl {
1675
+ font-size: var(--lumo-font-size-xxl);
1676
+ }
1677
+ .xl\:text-3xl {
1678
+ font-size: var(--lumo-font-size-xxxl);
1679
+ }
1680
+ }
1681
+ @media (min-width: 1536px) {
1682
+ .\32xl\:text-2xs {
1683
+ font-size: var(--lumo-font-size-xxs);
1684
+ }
1685
+ .\32xl\:text-xs {
1686
+ font-size: var(--lumo-font-size-xs);
1687
+ }
1688
+ .\32xl\:text-s {
1689
+ font-size: var(--lumo-font-size-s);
1690
+ }
1691
+ .\32xl\:text-m {
1692
+ font-size: var(--lumo-font-size-m);
1693
+ }
1694
+ .\32xl\:text-l {
1695
+ font-size: var(--lumo-font-size-l);
1696
+ }
1697
+ .\32xl\:text-xl {
1698
+ font-size: var(--lumo-font-size-xl);
1699
+ }
1700
+ .\32xl\:text-2xl {
1701
+ font-size: var(--lumo-font-size-xxl);
1702
+ }
1703
+ .\32xl\:text-3xl {
1704
+ font-size: var(--lumo-font-size-xxxl);
1705
+ }
1706
+ }