@vaadin/vaadin-lumo-styles 24.2.0-dev.f254716fe → 24.3.0-alpha2

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