@vaadin/vaadin-lumo-styles 25.0.0-alpha8 → 25.0.0-beta1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. package/all-imports.d.ts +0 -8
  2. package/all-imports.js +0 -18
  3. package/components/accordion-heading.css +4 -3
  4. package/components/accordion-panel.css +4 -3
  5. package/components/app-layout.css +4 -3
  6. package/components/avatar-group.css +10 -9
  7. package/components/avatar.css +6 -4
  8. package/components/button.css +4 -4
  9. package/components/card.css +6 -4
  10. package/components/charts.css +4 -3
  11. package/components/checkbox-group.css +4 -3
  12. package/components/checkbox.css +4 -3
  13. package/components/combo-box.css +8 -7
  14. package/components/confirm-dialog.css +4 -3
  15. package/components/context-menu.css +8 -7
  16. package/components/crud.css +13 -12
  17. package/components/custom-field.css +4 -3
  18. package/components/dashboard.css +12 -11
  19. package/components/date-picker.css +12 -11
  20. package/components/date-time-picker.css +4 -3
  21. package/components/details-summary.css +4 -3
  22. package/components/details.css +4 -3
  23. package/components/dialog.css +4 -3
  24. package/components/drawer-toggle.css +4 -3
  25. package/components/email-field.css +4 -3
  26. package/components/field-highlighter.css +8 -7
  27. package/components/form-item.css +4 -3
  28. package/components/form-layout.css +8 -5
  29. package/components/grid-filter.css +4 -3
  30. package/components/grid-pro-edit-column.css +8 -7
  31. package/components/grid-pro.css +4 -3
  32. package/components/grid-sorter.css +4 -3
  33. package/components/grid-tree-toggle.css +4 -3
  34. package/components/grid.css +4 -3
  35. package/components/horizontal-layout.css +4 -3
  36. package/components/icon.css +4 -3
  37. package/components/index.css +71 -0
  38. package/components/input-container.css +4 -3
  39. package/components/integer-field.css +4 -3
  40. package/components/item.css +4 -3
  41. package/components/list-box.css +4 -3
  42. package/components/login-form.css +4 -3
  43. package/components/login.css +4 -3
  44. package/components/map.css +4 -3
  45. package/components/master-detail-layout.css +14 -5
  46. package/components/menu-bar.css +12 -11
  47. package/components/message-input-button.css +12 -0
  48. package/components/message-input.css +5 -4
  49. package/components/message.css +4 -3
  50. package/components/multi-select-combo-box.css +12 -11
  51. package/components/notification.css +6 -5
  52. package/components/number-field.css +4 -3
  53. package/components/overlay.css +4 -3
  54. package/components/password-field.css +6 -5
  55. package/components/popover.css +4 -3
  56. package/components/progress-bar.css +4 -3
  57. package/components/radio-button.css +4 -3
  58. package/components/radio-group.css +4 -3
  59. package/components/rich-text-editor.css +6 -5
  60. package/components/scroller.css +4 -3
  61. package/components/select.css +12 -11
  62. package/components/side-nav-item.css +4 -3
  63. package/components/side-nav.css +4 -3
  64. package/components/split-layout.css +4 -3
  65. package/components/tab.css +4 -3
  66. package/components/tabs.css +4 -3
  67. package/components/tabsheet.css +6 -5
  68. package/components/text-area.css +4 -3
  69. package/components/text-field.css +4 -3
  70. package/components/time-picker.css +8 -7
  71. package/components/tooltip.css +4 -3
  72. package/components/upload.css +15 -10
  73. package/components/vertical-layout.css +4 -3
  74. package/dist/lumo.css +43 -0
  75. package/dist/presets/compact.css +1 -0
  76. package/dist/utility.css +1 -0
  77. package/lumo.css +3 -3
  78. package/mixins/field-button.js +3 -4
  79. package/mixins/helper.js +3 -4
  80. package/mixins/input-field-shared.js +4 -7
  81. package/mixins/loader.js +3 -2
  82. package/mixins/menu-overlay.js +3 -2
  83. package/mixins/overlay.js +3 -4
  84. package/mixins/required-field.js +3 -4
  85. package/package.json +15 -9
  86. package/presets/compact.css +32 -0
  87. package/src/components/app-layout.css +5 -5
  88. package/src/components/avatar-group-overlay.css +0 -4
  89. package/src/components/chart.css +3 -5
  90. package/src/components/checkbox.css +2 -3
  91. package/src/components/combo-box.css +1 -1
  92. package/src/components/confirm-dialog-overlay.css +0 -4
  93. package/src/components/context-menu-overlay.css +21 -1
  94. package/src/components/dashboard-layout.css +0 -66
  95. package/src/components/dashboard-section.css +3 -31
  96. package/src/components/dashboard-widget.css +1 -85
  97. package/src/components/dashboard.css +0 -9
  98. package/src/components/date-picker-overlay-content.css +6 -40
  99. package/src/components/date-picker-overlay.css +2 -14
  100. package/src/components/date-picker.css +2 -2
  101. package/src/components/dialog-overlay.css +10 -19
  102. package/src/components/grid-pro-edit-select.css +1 -1
  103. package/src/components/grid-pro.css +14 -8
  104. package/src/components/grid.css +0 -7
  105. package/src/components/horizontal-layout.css +0 -4
  106. package/src/components/icon.css +2 -2
  107. package/src/components/input-container.css +1 -3
  108. package/src/components/login-form-wrapper.css +5 -26
  109. package/src/components/login-overlay-wrapper.css +14 -4
  110. package/src/components/menu-bar-button.css +7 -7
  111. package/src/components/message.css +7 -32
  112. package/src/components/multi-select-combo-box.css +6 -2
  113. package/src/components/notification-container.css +8 -1
  114. package/src/components/number-field.css +6 -6
  115. package/src/components/password-field.css +4 -4
  116. package/src/components/popover-overlay.css +2 -138
  117. package/src/components/radio-button.css +1 -1
  118. package/src/components/rich-text-editor.css +40 -142
  119. package/src/components/scroller.css +3 -22
  120. package/src/components/select.css +15 -2
  121. package/src/components/side-nav-item.css +13 -0
  122. package/src/components/split-layout.css +19 -97
  123. package/src/components/tabsheet.css +5 -1
  124. package/src/components/text-area.css +2 -2
  125. package/src/components/time-picker.css +1 -1
  126. package/src/components/tooltip-overlay.css +4 -1
  127. package/src/components/upload-file.css +27 -61
  128. package/src/components/upload-icon.css +6 -0
  129. package/src/components/user-tags-overlay.css +2 -5
  130. package/src/components/vertical-layout.css +0 -4
  131. package/src/global/color-scheme.css +2 -1
  132. package/{user-colors.d.ts → src/global/index.css} +3 -3
  133. package/src/global/typography.css +2 -1
  134. package/src/mixins/dashboard-item.css +10 -142
  135. package/src/mixins/field-base.css +1 -1
  136. package/src/mixins/field-button.css +3 -3
  137. package/src/mixins/overlay.css +11 -1
  138. package/src/mixins/resizable-overlay.css +2 -1
  139. package/src/props/color.css +4 -2
  140. package/src/props/icons.css +21 -18
  141. package/src/props/index.css +12 -0
  142. package/src/props/reset.css +2 -1
  143. package/src/props/sizing.css +2 -1
  144. package/src/props/spacing.css +2 -1
  145. package/src/props/style.css +2 -1
  146. package/src/props/typography.css +2 -1
  147. package/utility.css +0 -1
  148. package/vaadin-iconset.js +2 -0
  149. package/auto-complete.css +0 -2512
  150. package/badge-global.js +0 -9
  151. package/badge.d.ts +0 -3
  152. package/badge.js +0 -178
  153. package/color-global.js +0 -9
  154. package/color.d.ts +0 -5
  155. package/color.js +0 -221
  156. package/components.css +0 -71
  157. package/font-icons.js +0 -69
  158. package/global.css +0 -8
  159. package/global.js +0 -5
  160. package/presets/compact.js +0 -40
  161. package/props.css +0 -12
  162. package/sizing.d.ts +0 -3
  163. package/sizing.js +0 -29
  164. package/spacing.d.ts +0 -3
  165. package/spacing.js +0 -37
  166. package/src/components/form-layout.css +0 -11
  167. package/src/components/master-detail-layout.css +0 -21
  168. package/src/components/upload-file-list.css +0 -24
  169. package/style.d.ts +0 -3
  170. package/style.js +0 -31
  171. package/typography-global.js +0 -13
  172. package/typography.d.ts +0 -7
  173. package/typography.js +0 -129
  174. package/user-colors.js +0 -33
  175. package/utilities/accessibility.js +0 -21
  176. package/utilities/background.js +0 -156
  177. package/utilities/border.js +0 -147
  178. package/utilities/filter.js +0 -34
  179. package/utilities/flexbox-grid.js +0 -619
  180. package/utilities/layout.js +0 -504
  181. package/utilities/shadows.js +0 -28
  182. package/utilities/sizing.js +0 -121
  183. package/utilities/spacing.js +0 -542
  184. package/utilities/transition.js +0 -50
  185. package/utilities/typography.js +0 -344
  186. package/utility-global.js +0 -9
  187. package/utility.d.ts +0 -3
  188. package/utility.js +0 -34
package/auto-complete.css DELETED
@@ -1,2512 +0,0 @@
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
- --lumo-font-family: -apple-system, BlinkMacSystemFont, 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
103
- --lumo-font-size-xxs: 0.75rem;
104
- --lumo-font-size-xs: 0.8125rem;
105
- --lumo-font-size-s: 0.875rem;
106
- --lumo-font-size-m: 1rem;
107
- --lumo-font-size-l: 1.125rem;
108
- --lumo-font-size-xl: 1.375rem;
109
- --lumo-font-size-xxl: 1.75rem;
110
- --lumo-font-size-xxxl: 2.5rem;
111
- --lumo-line-height-xs: 1.25;
112
- --lumo-line-height-s: 1.375;
113
- --lumo-line-height-m: 1.625;
114
- --vaadin-user-color-0: #df0b92;
115
- --vaadin-user-color-1: #650acc;
116
- --vaadin-user-color-2: #097faa;
117
- --vaadin-user-color-3: #ad6200;
118
- --vaadin-user-color-4: #bf16f3;
119
- --vaadin-user-color-5: #084391;
120
- --vaadin-user-color-6: #078836;
121
- }
122
-
123
- /* Utility classes */
124
-
125
- /* === Screen readers === */
126
- .sr-only {
127
- border-width: 0;
128
- clip: rect(0, 0, 0, 0);
129
- height: 1px;
130
- margin: -1px;
131
- overflow: hidden;
132
- padding: 0;
133
- position: absolute;
134
- white-space: nowrap;
135
- width: 1px;
136
- }
137
-
138
- /* === Background color === */
139
- .bg-base {
140
- background-color: var(--lumo-base-color);
141
- }
142
- .bg-transparent {
143
- background-color: transparent;
144
- }
145
- .bg-tint {
146
- background-color: var(--lumo-tint);
147
- }
148
- .bg-tint-90 {
149
- background-color: var(--lumo-tint-90pct);
150
- }
151
- .bg-tint-80 {
152
- background-color: var(--lumo-tint-80pct);
153
- }
154
- .bg-tint-70 {
155
- background-color: var(--lumo-tint-70pct);
156
- }
157
- .bg-tint-60 {
158
- background-color: var(--lumo-tint-60pct);
159
- }
160
- .bg-tint-50 {
161
- background-color: var(--lumo-tint-50pct);
162
- }
163
- .bg-tint-40 {
164
- background-color: var(--lumo-tint-40pct);
165
- }
166
- .bg-tint-30 {
167
- background-color: var(--lumo-tint-30pct);
168
- }
169
- .bg-tint-20 {
170
- background-color: var(--lumo-tint-20pct);
171
- }
172
- .bg-tint-10 {
173
- background-color: var(--lumo-tint-10pct);
174
- }
175
- .bg-tint-5 {
176
- background-color: var(--lumo-tint-5pct);
177
- }
178
- .bg-shade {
179
- background-color: var(--lumo-shade);
180
- }
181
- .bg-shade-90 {
182
- background-color: var(--lumo-shade-90pct);
183
- }
184
- .bg-shade-80 {
185
- background-color: var(--lumo-shade-80pct);
186
- }
187
- .bg-shade-70 {
188
- background-color: var(--lumo-shade-70pct);
189
- }
190
- .bg-shade-60 {
191
- background-color: var(--lumo-shade-60pct);
192
- }
193
- .bg-shade-50 {
194
- background-color: var(--lumo-shade-50pct);
195
- }
196
- .bg-shade-40 {
197
- background-color: var(--lumo-shade-40pct);
198
- }
199
- .bg-shade-30 {
200
- background-color: var(--lumo-shade-30pct);
201
- }
202
- .bg-shade-20 {
203
- background-color: var(--lumo-shade-20pct);
204
- }
205
- .bg-shade-10 {
206
- background-color: var(--lumo-shade-10pct);
207
- }
208
- .bg-shade-5 {
209
- background-color: var(--lumo-shade-5pct);
210
- }
211
- .bg-contrast {
212
- background-color: var(--lumo-contrast);
213
- }
214
- .bg-contrast-90 {
215
- background-color: var(--lumo-contrast-90pct);
216
- }
217
- .bg-contrast-80 {
218
- background-color: var(--lumo-contrast-80pct);
219
- }
220
- .bg-contrast-70 {
221
- background-color: var(--lumo-contrast-70pct);
222
- }
223
- .bg-contrast-60 {
224
- background-color: var(--lumo-contrast-60pct);
225
- }
226
- .bg-contrast-50 {
227
- background-color: var(--lumo-contrast-50pct);
228
- }
229
- .bg-contrast-40 {
230
- background-color: var(--lumo-contrast-40pct);
231
- }
232
- .bg-contrast-30 {
233
- background-color: var(--lumo-contrast-30pct);
234
- }
235
- .bg-contrast-20 {
236
- background-color: var(--lumo-contrast-20pct);
237
- }
238
- .bg-contrast-10 {
239
- background-color: var(--lumo-contrast-10pct);
240
- }
241
- .bg-contrast-5 {
242
- background-color: var(--lumo-contrast-5pct);
243
- }
244
- .bg-primary {
245
- background-color: var(--lumo-primary-color);
246
- }
247
- .bg-primary-50 {
248
- background-color: var(--lumo-primary-color-50pct);
249
- }
250
- .bg-primary-10 {
251
- background-color: var(--lumo-primary-color-10pct);
252
- }
253
- .bg-error {
254
- background-color: var(--lumo-error-color);
255
- }
256
- .bg-error-50 {
257
- background-color: var(--lumo-error-color-50pct);
258
- }
259
- .bg-error-10 {
260
- background-color: var(--lumo-error-color-10pct);
261
- }
262
- .bg-success {
263
- background-color: var(--lumo-success-color);
264
- }
265
- .bg-success-50 {
266
- background-color: var(--lumo-success-color-50pct);
267
- }
268
- .bg-success-10 {
269
- background-color: var(--lumo-success-color-10pct);
270
- }
271
- .bg-warning {
272
- background-color: var(--lumo-warning-color);
273
- }
274
- .bg-warning-10 {
275
- background-color: var(--lumo-warning-color-10pct);
276
- }
277
-
278
- /* === Border === */
279
- .border-0 {
280
- border: none;
281
- }
282
- .border-dashed {
283
- --lumo-utility-border-style: dashed;
284
- }
285
- .border-dotted {
286
- --lumo-utility-border-style: dotted;
287
- }
288
- .border {
289
- border: 1px var(--lumo-utility-border-style, solid) var(--lumo-utility-border-color, var(--lumo-contrast-10pct));
290
- }
291
- .border-b {
292
- border-bottom: 1px var(--lumo-utility-border-style, solid)
293
- var(--lumo-utility-border-color, var(--lumo-contrast-10pct));
294
- }
295
- .border-e {
296
- border-inline-end: 1px var(--lumo-utility-border-style, solid)
297
- var(--lumo-utility-border-color, var(--lumo-contrast-10pct));
298
- }
299
- .border-l {
300
- border-left: 1px var(--lumo-utility-border-style, solid)
301
- var(--lumo-utility-border-color, var(--lumo-contrast-10pct));
302
- }
303
- .border-r {
304
- border-right: 1px var(--lumo-utility-border-style, solid)
305
- var(--lumo-utility-border-color, var(--lumo-contrast-10pct));
306
- }
307
- .border-s {
308
- border-inline-start: 1px var(--lumo-utility-border-style, solid)
309
- var(--lumo-utility-border-color, var(--lumo-contrast-10pct));
310
- }
311
- .border-t {
312
- border-top: 1px var(--lumo-utility-border-style, solid) var(--lumo-utility-border-color, var(--lumo-contrast-10pct));
313
- }
314
- /* === Border color === */
315
- .border-contrast {
316
- --lumo-utility-border-color: var(--lumo-contrast);
317
- }
318
- .border-contrast-90 {
319
- --lumo-utility-border-color: var(--lumo-contrast-90pct);
320
- }
321
- .border-contrast-80 {
322
- --lumo-utility-border-color: var(--lumo-contrast-80pct);
323
- }
324
- .border-contrast-70 {
325
- --lumo-utility-border-color: var(--lumo-contrast-70pct);
326
- }
327
- .border-contrast-60 {
328
- --lumo-utility-border-color: var(--lumo-contrast-60pct);
329
- }
330
- .border-contrast-50 {
331
- --lumo-utility-border-color: var(--lumo-contrast-50pct);
332
- }
333
- .border-contrast-40 {
334
- --lumo-utility-border-color: var(--lumo-contrast-40pct);
335
- }
336
- .border-contrast-30 {
337
- --lumo-utility-border-color: var(--lumo-contrast-30pct);
338
- }
339
- .border-contrast-20 {
340
- --lumo-utility-border-color: var(--lumo-contrast-20pct);
341
- }
342
- .border-contrast-10 {
343
- --lumo-utility-border-color: var(--lumo-contrast-10pct);
344
- }
345
- .border-contrast-5 {
346
- --lumo-utility-border-color: var(--lumo-contrast-5pct);
347
- }
348
- .border-primary {
349
- --lumo-utility-border-color: var(--lumo-primary-color);
350
- }
351
- .border-primary-50 {
352
- --lumo-utility-border-color: var(--lumo-primary-color-50pct);
353
- }
354
- .border-primary-10 {
355
- --lumo-utility-border-color: var(--lumo-primary-color-10pct);
356
- }
357
- .border-error {
358
- --lumo-utility-border-color: var(--lumo-error-color);
359
- }
360
- .border-error-50 {
361
- --lumo-utility-border-color: var(--lumo-error-color-50pct);
362
- }
363
- .border-error-10 {
364
- --lumo-utility-border-color: var(--lumo-error-color-10pct);
365
- }
366
- .border-success {
367
- --lumo-utility-border-color: var(--lumo-success-color);
368
- }
369
- .border-success-50 {
370
- --lumo-utility-border-color: var(--lumo-success-color-50pct);
371
- }
372
- .border-success-10 {
373
- --lumo-utility-border-color: var(--lumo-success-color-10pct);
374
- }
375
- .border-warning {
376
- --lumo-utility-border-color: var(--lumo-warning-color);
377
- }
378
- .border-warning-strong {
379
- --lumo-utility-border-color: var(--lumo-warning-text-color);
380
- }
381
- .border-warning-10 {
382
- --lumo-utility-border-color: var(--lumo-warning-color-10pct);
383
- }
384
- /* === Border radius === */
385
- .rounded-none {
386
- border-radius: 0;
387
- }
388
- .rounded-s {
389
- border-radius: var(--lumo-border-radius-s);
390
- }
391
- .rounded-m {
392
- border-radius: var(--lumo-border-radius-m);
393
- }
394
- .rounded-l {
395
- border-radius: var(--lumo-border-radius-l);
396
- }
397
- .rounded-full {
398
- border-radius: 9999px;
399
- }
400
- /* === Divide === */
401
- .divide-x > * + * {
402
- border-inline-start: 1px var(--lumo-utility-border-style, solid)
403
- var(--lumo-utility-border-color, var(--lumo-contrast-10pct));
404
- }
405
- .divide-y > * + * {
406
- border-block-start: 1px var(--lumo-utility-border-style, solid)
407
- var(--lumo-utility-border-color, var(--lumo-contrast-10pct));
408
- }
409
-
410
- /* === Backdrop filter === */
411
- .backdrop-blur-none {
412
- backdrop-filter: blur(0);
413
- }
414
- .backdrop-blur-sm {
415
- backdrop-filter: blur(4px);
416
- }
417
- .backdrop-blur {
418
- backdrop-filter: blur(8px);
419
- }
420
- .backdrop-blur-md {
421
- backdrop-filter: blur(12px);
422
- }
423
- .backdrop-blur-lg {
424
- backdrop-filter: blur(16px);
425
- }
426
- .backdrop-blur-xl {
427
- backdrop-filter: blur(24px);
428
- }
429
- .backdrop-blur-2xl {
430
- backdrop-filter: blur(40px);
431
- }
432
- .backdrop-blur-3xl {
433
- backdrop-filter: blur(64px);
434
- }
435
-
436
- /* === Align content === */
437
- .content-center {
438
- align-content: center;
439
- }
440
- .content-end {
441
- align-content: flex-end;
442
- }
443
- .content-start {
444
- align-content: flex-start;
445
- }
446
- .content-around {
447
- align-content: space-around;
448
- }
449
- .content-between {
450
- align-content: space-between;
451
- }
452
- .content-evenly {
453
- align-content: space-evenly;
454
- }
455
- .content-stretch {
456
- align-content: stretch;
457
- }
458
- /* === Align items === */
459
- .items-baseline {
460
- align-items: baseline;
461
- }
462
- .items-center {
463
- align-items: center;
464
- }
465
- .items-end {
466
- align-items: flex-end;
467
- }
468
- .items-start {
469
- align-items: flex-start;
470
- }
471
- .items-stretch {
472
- align-items: stretch;
473
- }
474
- /* === Align self === */
475
- .self-auto {
476
- align-self: auto;
477
- }
478
- .self-baseline {
479
- align-self: baseline;
480
- }
481
- .self-center {
482
- align-self: center;
483
- }
484
- .self-end {
485
- align-self: flex-end;
486
- }
487
- .self-start {
488
- align-self: flex-start;
489
- }
490
- .self-stretch {
491
- align-self: stretch;
492
- }
493
- /* === Flex === */
494
- .flex-1 {
495
- flex: 1 1 0%;
496
- }
497
- .flex-auto {
498
- flex: 1 1 auto;
499
- }
500
- .flex-none {
501
- flex: none;
502
- }
503
- /* === Flex direction === */
504
- .flex-col {
505
- flex-direction: column;
506
- }
507
- .flex-col-reverse {
508
- flex-direction: column-reverse;
509
- }
510
- .flex-row {
511
- flex-direction: row;
512
- }
513
- .flex-row-reverse {
514
- flex-direction: row-reverse;
515
- }
516
- /* === Flex grow === */
517
- .flex-grow {
518
- flex-grow: 1;
519
- }
520
- .flex-grow-0 {
521
- flex-grow: 0;
522
- }
523
- /* === Flex shrink === */
524
- .flex-shrink {
525
- flex-shrink: 1;
526
- }
527
- .flex-shrink-0 {
528
- flex-shrink: 0;
529
- }
530
- /* === Flex wrap === */
531
- .flex-nowrap {
532
- flex-wrap: nowrap;
533
- }
534
- .flex-wrap {
535
- flex-wrap: wrap;
536
- }
537
- .flex-wrap-reverse {
538
- flex-wrap: wrap-reverse;
539
- }
540
- /* === Gap === */
541
- .gap-xs {
542
- gap: var(--lumo-space-xs);
543
- }
544
- .gap-s {
545
- gap: var(--lumo-space-s);
546
- }
547
- .gap-m {
548
- gap: var(--lumo-space-m);
549
- }
550
- .gap-l {
551
- gap: var(--lumo-space-l);
552
- }
553
- .gap-xl {
554
- gap: var(--lumo-space-xl);
555
- }
556
- /* === Gap (column) === */
557
- .gap-x-xs {
558
- column-gap: var(--lumo-space-xs);
559
- }
560
- .gap-x-s {
561
- column-gap: var(--lumo-space-s);
562
- }
563
- .gap-x-m {
564
- column-gap: var(--lumo-space-m);
565
- }
566
- .gap-x-l {
567
- column-gap: var(--lumo-space-l);
568
- }
569
- .gap-x-xl {
570
- column-gap: var(--lumo-space-xl);
571
- }
572
- /* === Gap (row) === */
573
- .gap-y-xs {
574
- row-gap: var(--lumo-space-xs);
575
- }
576
- .gap-y-s {
577
- row-gap: var(--lumo-space-s);
578
- }
579
- .gap-y-m {
580
- row-gap: var(--lumo-space-m);
581
- }
582
- .gap-y-l {
583
- row-gap: var(--lumo-space-l);
584
- }
585
- .gap-y-xl {
586
- row-gap: var(--lumo-space-xl);
587
- }
588
- /* === Grid auto flow === */
589
- .grid-flow-col {
590
- grid-auto-flow: column;
591
- }
592
- .grid-flow-row {
593
- grid-auto-flow: row;
594
- }
595
- /* === Grid columns === */
596
- .grid-cols-1 {
597
- grid-template-columns: repeat(1, minmax(0, 1fr));
598
- }
599
- .grid-cols-2 {
600
- grid-template-columns: repeat(2, minmax(0, 1fr));
601
- }
602
- .grid-cols-3 {
603
- grid-template-columns: repeat(3, minmax(0, 1fr));
604
- }
605
- .grid-cols-4 {
606
- grid-template-columns: repeat(4, minmax(0, 1fr));
607
- }
608
- .grid-cols-5 {
609
- grid-template-columns: repeat(5, minmax(0, 1fr));
610
- }
611
- .grid-cols-6 {
612
- grid-template-columns: repeat(6, minmax(0, 1fr));
613
- }
614
- .grid-cols-7 {
615
- grid-template-columns: repeat(7, minmax(0, 1fr));
616
- }
617
- .grid-cols-8 {
618
- grid-template-columns: repeat(8, minmax(0, 1fr));
619
- }
620
- .grid-cols-9 {
621
- grid-template-columns: repeat(9, minmax(0, 1fr));
622
- }
623
- .grid-cols-10 {
624
- grid-template-columns: repeat(10, minmax(0, 1fr));
625
- }
626
- .grid-cols-11 {
627
- grid-template-columns: repeat(11, minmax(0, 1fr));
628
- }
629
- .grid-cols-12 {
630
- grid-template-columns: repeat(12, minmax(0, 1fr));
631
- }
632
- /* === Grid rows === */
633
- .grid-rows-1 {
634
- grid-template-rows: repeat(1, minmax(0, 1fr));
635
- }
636
- .grid-rows-2 {
637
- grid-template-rows: repeat(2, minmax(0, 1fr));
638
- }
639
- .grid-rows-3 {
640
- grid-template-rows: repeat(3, minmax(0, 1fr));
641
- }
642
- .grid-rows-4 {
643
- grid-template-rows: repeat(4, minmax(0, 1fr));
644
- }
645
- .grid-rows-5 {
646
- grid-template-rows: repeat(5, minmax(0, 1fr));
647
- }
648
- .grid-rows-6 {
649
- grid-template-rows: repeat(6, minmax(0, 1fr));
650
- }
651
- /* === Justify content === */
652
- .justify-center {
653
- justify-content: center;
654
- }
655
- .justify-end {
656
- justify-content: flex-end;
657
- }
658
- .justify-start {
659
- justify-content: flex-start;
660
- }
661
- .justify-around {
662
- justify-content: space-around;
663
- }
664
- .justify-between {
665
- justify-content: space-between;
666
- }
667
- .justify-evenly {
668
- justify-content: space-evenly;
669
- }
670
- /* === Span (column) === */
671
- .col-span-1 {
672
- grid-column: span 1 / span 1;
673
- }
674
- .col-span-2 {
675
- grid-column: span 2 / span 2;
676
- }
677
- .col-span-3 {
678
- grid-column: span 3 / span 3;
679
- }
680
- .col-span-4 {
681
- grid-column: span 4 / span 4;
682
- }
683
- .col-span-5 {
684
- grid-column: span 5 / span 5;
685
- }
686
- .col-span-6 {
687
- grid-column: span 6 / span 6;
688
- }
689
- .col-span-7 {
690
- grid-column: span 7 / span 7;
691
- }
692
- .col-span-8 {
693
- grid-column: span 8 / span 8;
694
- }
695
- .col-span-9 {
696
- grid-column: span 9 / span 9;
697
- }
698
- .col-span-10 {
699
- grid-column: span 10 / span 10;
700
- }
701
- .col-span-11 {
702
- grid-column: span 11 / span 11;
703
- }
704
- .col-span-12 {
705
- grid-column: span 12 / span 12;
706
- }
707
- .col-span-full {
708
- grid-column: 1 / -1;
709
- }
710
- /* === Span (row) === */
711
- .row-span-1 {
712
- grid-row: span 1 / span 1;
713
- }
714
- .row-span-2 {
715
- grid-row: span 2 / span 2;
716
- }
717
- .row-span-3 {
718
- grid-row: span 3 / span 3;
719
- }
720
- .row-span-4 {
721
- grid-row: span 4 / span 4;
722
- }
723
- .row-span-5 {
724
- grid-row: span 5 / span 5;
725
- }
726
- .row-span-6 {
727
- grid-row: span 6 / span 6;
728
- }
729
- .row-span-full {
730
- grid-row: 1 / -1;
731
- }
732
- /* === Responsive design === */
733
- @media (min-width: 640px) {
734
- .sm\:items-baseline {
735
- align-items: baseline;
736
- }
737
- .sm\:items-center {
738
- align-items: center;
739
- }
740
- .sm\:items-end {
741
- align-items: flex-end;
742
- }
743
- .sm\:items-start {
744
- align-items: flex-start;
745
- }
746
- .sm\:items-stretch {
747
- align-items: stretch;
748
- }
749
- .sm\:flex-col {
750
- flex-direction: column;
751
- }
752
- .sm\:flex-row {
753
- flex-direction: row;
754
- }
755
- .sm\:grid-cols-1 {
756
- grid-template-columns: repeat(1, minmax(0, 1fr));
757
- }
758
- .sm\:grid-cols-2 {
759
- grid-template-columns: repeat(2, minmax(0, 1fr));
760
- }
761
- .sm\:grid-cols-3 {
762
- grid-template-columns: repeat(3, minmax(0, 1fr));
763
- }
764
- .sm\:grid-cols-4 {
765
- grid-template-columns: repeat(4, minmax(0, 1fr));
766
- }
767
- .sm\:grid-cols-5 {
768
- grid-template-columns: repeat(5, minmax(0, 1fr));
769
- }
770
- .sm\:grid-cols-6 {
771
- grid-template-columns: repeat(6, minmax(0, 1fr));
772
- }
773
- .sm\:grid-cols-7 {
774
- grid-template-columns: repeat(7, minmax(0, 1fr));
775
- }
776
- .sm\:grid-cols-8 {
777
- grid-template-columns: repeat(8, minmax(0, 1fr));
778
- }
779
- .sm\:grid-cols-9 {
780
- grid-template-columns: repeat(9, minmax(0, 1fr));
781
- }
782
- .sm\:grid-cols-10 {
783
- grid-template-columns: repeat(10, minmax(0, 1fr));
784
- }
785
- .sm\:grid-cols-11 {
786
- grid-template-columns: repeat(11, minmax(0, 1fr));
787
- }
788
- .sm\:grid-cols-12 {
789
- grid-template-columns: repeat(12, minmax(0, 1fr));
790
- }
791
- }
792
- @media (min-width: 768px) {
793
- .md\:items-baseline {
794
- align-items: baseline;
795
- }
796
- .md\:items-center {
797
- align-items: center;
798
- }
799
- .md\:items-end {
800
- align-items: flex-end;
801
- }
802
- .md\:items-start {
803
- align-items: flex-start;
804
- }
805
- .md\:items-stretch {
806
- align-items: stretch;
807
- }
808
- .md\:flex-col {
809
- flex-direction: column;
810
- }
811
- .md\:flex-row {
812
- flex-direction: row;
813
- }
814
- .md\:grid-cols-1 {
815
- grid-template-columns: repeat(1, minmax(0, 1fr));
816
- }
817
- .md\:grid-cols-2 {
818
- grid-template-columns: repeat(2, minmax(0, 1fr));
819
- }
820
- .md\:grid-cols-3 {
821
- grid-template-columns: repeat(3, minmax(0, 1fr));
822
- }
823
- .md\:grid-cols-4 {
824
- grid-template-columns: repeat(4, minmax(0, 1fr));
825
- }
826
- .md\:grid-cols-5 {
827
- grid-template-columns: repeat(5, minmax(0, 1fr));
828
- }
829
- .md\:grid-cols-6 {
830
- grid-template-columns: repeat(6, minmax(0, 1fr));
831
- }
832
- .md\:grid-cols-7 {
833
- grid-template-columns: repeat(7, minmax(0, 1fr));
834
- }
835
- .md\:grid-cols-8 {
836
- grid-template-columns: repeat(8, minmax(0, 1fr));
837
- }
838
- .md\:grid-cols-9 {
839
- grid-template-columns: repeat(9, minmax(0, 1fr));
840
- }
841
- .md\:grid-cols-10 {
842
- grid-template-columns: repeat(10, minmax(0, 1fr));
843
- }
844
- .md\:grid-cols-11 {
845
- grid-template-columns: repeat(11, minmax(0, 1fr));
846
- }
847
- .md\:grid-cols-12 {
848
- grid-template-columns: repeat(12, minmax(0, 1fr));
849
- }
850
- }
851
- @media (min-width: 1024px) {
852
- .lg\:items-baseline {
853
- align-items: baseline;
854
- }
855
- .lg\:items-center {
856
- align-items: center;
857
- }
858
- .lg\:items-end {
859
- align-items: flex-end;
860
- }
861
- .lg\:items-start {
862
- align-items: flex-start;
863
- }
864
- .lg\:items-stretch {
865
- align-items: stretch;
866
- }
867
- .lg\:flex-col {
868
- flex-direction: column;
869
- }
870
- .lg\:flex-row {
871
- flex-direction: row;
872
- }
873
- .lg\:grid-cols-1 {
874
- grid-template-columns: repeat(1, minmax(0, 1fr));
875
- }
876
- .lg\:grid-cols-2 {
877
- grid-template-columns: repeat(2, minmax(0, 1fr));
878
- }
879
- .lg\:grid-cols-3 {
880
- grid-template-columns: repeat(3, minmax(0, 1fr));
881
- }
882
- .lg\:grid-cols-4 {
883
- grid-template-columns: repeat(4, minmax(0, 1fr));
884
- }
885
- .lg\:grid-cols-5 {
886
- grid-template-columns: repeat(5, minmax(0, 1fr));
887
- }
888
- .lg\:grid-cols-6 {
889
- grid-template-columns: repeat(6, minmax(0, 1fr));
890
- }
891
- .lg\:grid-cols-7 {
892
- grid-template-columns: repeat(7, minmax(0, 1fr));
893
- }
894
- .lg\:grid-cols-8 {
895
- grid-template-columns: repeat(8, minmax(0, 1fr));
896
- }
897
- .lg\:grid-cols-9 {
898
- grid-template-columns: repeat(9, minmax(0, 1fr));
899
- }
900
- .lg\:grid-cols-10 {
901
- grid-template-columns: repeat(10, minmax(0, 1fr));
902
- }
903
- .lg\:grid-cols-11 {
904
- grid-template-columns: repeat(11, minmax(0, 1fr));
905
- }
906
- .lg\:grid-cols-12 {
907
- grid-template-columns: repeat(12, minmax(0, 1fr));
908
- }
909
- }
910
- @media (min-width: 1280px) {
911
- .xl\:items-baseline {
912
- align-items: baseline;
913
- }
914
- .xl\:items-center {
915
- align-items: center;
916
- }
917
- .xl\:items-end {
918
- align-items: flex-end;
919
- }
920
- .xl\:items-start {
921
- align-items: flex-start;
922
- }
923
- .xl\:items-stretch {
924
- align-items: stretch;
925
- }
926
- .xl\:flex-col {
927
- flex-direction: column;
928
- }
929
- .xl\:flex-row {
930
- flex-direction: row;
931
- }
932
- .xl\:grid-cols-1 {
933
- grid-template-columns: repeat(1, minmax(0, 1fr));
934
- }
935
- .xl\:grid-cols-2 {
936
- grid-template-columns: repeat(2, minmax(0, 1fr));
937
- }
938
- .xl\:grid-cols-3 {
939
- grid-template-columns: repeat(3, minmax(0, 1fr));
940
- }
941
- .xl\:grid-cols-4 {
942
- grid-template-columns: repeat(4, minmax(0, 1fr));
943
- }
944
- .xl\:grid-cols-5 {
945
- grid-template-columns: repeat(5, minmax(0, 1fr));
946
- }
947
- .xl\:grid-cols-6 {
948
- grid-template-columns: repeat(6, minmax(0, 1fr));
949
- }
950
- .xl\:grid-cols-7 {
951
- grid-template-columns: repeat(7, minmax(0, 1fr));
952
- }
953
- .xl\:grid-cols-8 {
954
- grid-template-columns: repeat(8, minmax(0, 1fr));
955
- }
956
- .xl\:grid-cols-9 {
957
- grid-template-columns: repeat(9, minmax(0, 1fr));
958
- }
959
- .xl\:grid-cols-10 {
960
- grid-template-columns: repeat(10, minmax(0, 1fr));
961
- }
962
- .xl\:grid-cols-11 {
963
- grid-template-columns: repeat(11, minmax(0, 1fr));
964
- }
965
- .xl\:grid-cols-12 {
966
- grid-template-columns: repeat(12, minmax(0, 1fr));
967
- }
968
- }
969
- @media (min-width: 1536px) {
970
- .\32xl\:items-baseline {
971
- align-items: baseline;
972
- }
973
- .\32xl\:items-center {
974
- align-items: center;
975
- }
976
- .\32xl\:items-end {
977
- align-items: flex-end;
978
- }
979
- .\32xl\:items-start {
980
- align-items: flex-start;
981
- }
982
- .\32xl\:items-stretch {
983
- align-items: stretch;
984
- }
985
- .\32xl\:flex-col {
986
- flex-direction: column;
987
- }
988
- .\32xl\:flex-row {
989
- flex-direction: row;
990
- }
991
- .\32xl\:grid-cols-1 {
992
- grid-template-columns: repeat(1, minmax(0, 1fr));
993
- }
994
- .\32xl\:grid-cols-2 {
995
- grid-template-columns: repeat(2, minmax(0, 1fr));
996
- }
997
- .\32xl\:grid-cols-3 {
998
- grid-template-columns: repeat(3, minmax(0, 1fr));
999
- }
1000
- .\32xl\:grid-cols-4 {
1001
- grid-template-columns: repeat(4, minmax(0, 1fr));
1002
- }
1003
- .\32xl\:grid-cols-5 {
1004
- grid-template-columns: repeat(5, minmax(0, 1fr));
1005
- }
1006
- .\32xl\:grid-cols-6 {
1007
- grid-template-columns: repeat(6, minmax(0, 1fr));
1008
- }
1009
- .\32xl\:grid-cols-7 {
1010
- grid-template-columns: repeat(7, minmax(0, 1fr));
1011
- }
1012
- .\32xl\:grid-cols-8 {
1013
- grid-template-columns: repeat(8, minmax(0, 1fr));
1014
- }
1015
- .\32xl\:grid-cols-9 {
1016
- grid-template-columns: repeat(9, minmax(0, 1fr));
1017
- }
1018
- .\32xl\:grid-cols-10 {
1019
- grid-template-columns: repeat(10, minmax(0, 1fr));
1020
- }
1021
- .\32xl\:grid-cols-11 {
1022
- grid-template-columns: repeat(11, minmax(0, 1fr));
1023
- }
1024
- .\32xl\:grid-cols-12 {
1025
- grid-template-columns: repeat(12, minmax(0, 1fr));
1026
- }
1027
- }
1028
-
1029
- /* === Aspect ratio === */
1030
- .aspect-square {
1031
- aspect-ratio: 1 / 1;
1032
- }
1033
- .aspect-video {
1034
- aspect-ratio: 16 / 9;
1035
- }
1036
- /* === Box sizing === */
1037
- .box-border {
1038
- box-sizing: border-box;
1039
- }
1040
- .box-content {
1041
- box-sizing: content-box;
1042
- }
1043
- /* === Display === */
1044
- .block {
1045
- display: block;
1046
- }
1047
- .flex {
1048
- display: flex;
1049
- }
1050
- .grid {
1051
- display: grid;
1052
- }
1053
- .hidden {
1054
- display: none;
1055
- }
1056
- .inline {
1057
- display: inline;
1058
- }
1059
- .inline-block {
1060
- display: inline-block;
1061
- }
1062
- .inline-flex {
1063
- display: inline-flex;
1064
- }
1065
- .inline-grid {
1066
- display: inline-grid;
1067
- }
1068
- /* === Overflow === */
1069
- .overflow-auto {
1070
- overflow: auto;
1071
- }
1072
- .overflow-hidden {
1073
- overflow: hidden;
1074
- }
1075
- .overflow-scroll {
1076
- overflow: scroll;
1077
- }
1078
- /* === Position === */
1079
- .absolute {
1080
- position: absolute;
1081
- }
1082
- .fixed {
1083
- position: fixed;
1084
- }
1085
- .static {
1086
- position: static;
1087
- }
1088
- .sticky {
1089
- position: sticky;
1090
- }
1091
- .relative {
1092
- position: relative;
1093
- }
1094
- /* === Top, end, bottom, start === */
1095
- .-bottom-xs {
1096
- bottom: calc(var(--lumo-space-xs) / -1);
1097
- }
1098
- .-bottom-s {
1099
- bottom: calc(var(--lumo-space-s) / -1);
1100
- }
1101
- .-bottom-m {
1102
- bottom: calc(var(--lumo-space-m) / -1);
1103
- }
1104
- .-bottom-l {
1105
- bottom: calc(var(--lumo-space-l) / -1);
1106
- }
1107
- .-bottom-xl {
1108
- bottom: calc(var(--lumo-space-xl) / -1);
1109
- }
1110
- .-bottom-full {
1111
- bottom: -100%;
1112
- }
1113
- .bottom-0 {
1114
- bottom: 0;
1115
- }
1116
- .bottom-xs {
1117
- bottom: var(--lumo-space-xs);
1118
- }
1119
- .bottom-s {
1120
- bottom: var(--lumo-space-s);
1121
- }
1122
- .bottom-m {
1123
- bottom: var(--lumo-space-m);
1124
- }
1125
- .bottom-l {
1126
- bottom: var(--lumo-space-l);
1127
- }
1128
- .bottom-xl {
1129
- bottom: var(--lumo-space-xl);
1130
- }
1131
- .bottom-auto {
1132
- bottom: auto;
1133
- }
1134
- .bottom-full {
1135
- bottom: 100%;
1136
- }
1137
- .-end-xs {
1138
- inset-inline-end: calc(var(--lumo-space-xs) / -1);
1139
- }
1140
- .-end-s {
1141
- inset-inline-end: calc(var(--lumo-space-s) / -1);
1142
- }
1143
- .-end-m {
1144
- inset-inline-end: calc(var(--lumo-space-m) / -1);
1145
- }
1146
- .-end-l {
1147
- inset-inline-end: calc(var(--lumo-space-l) / -1);
1148
- }
1149
- .-end-xl {
1150
- inset-inline-end: calc(var(--lumo-space-xl) / -1);
1151
- }
1152
- .-end-full {
1153
- inset-inline-end: -100%;
1154
- }
1155
- .end-0 {
1156
- inset-inline-end: 0;
1157
- }
1158
- .end-xs {
1159
- inset-inline-end: var(--lumo-space-xs);
1160
- }
1161
- .end-s {
1162
- inset-inline-end: var(--lumo-space-s);
1163
- }
1164
- .end-m {
1165
- inset-inline-end: var(--lumo-space-m);
1166
- }
1167
- .end-l {
1168
- inset-inline-end: var(--lumo-space-l);
1169
- }
1170
- .end-xl {
1171
- inset-inline-end: var(--lumo-space-xl);
1172
- }
1173
- .end-auto {
1174
- inset-inline-end: auto;
1175
- }
1176
- .end-full {
1177
- inset-inline-end: 100%;
1178
- }
1179
- .-start-xs {
1180
- inset-inline-start: calc(var(--lumo-space-xs) / -1);
1181
- }
1182
- .-start-s {
1183
- inset-inline-start: calc(var(--lumo-space-s) / -1);
1184
- }
1185
- .-start-m {
1186
- inset-inline-start: calc(var(--lumo-space-m) / -1);
1187
- }
1188
- .-start-l {
1189
- inset-inline-start: calc(var(--lumo-space-l) / -1);
1190
- }
1191
- .-start-xl {
1192
- inset-inline-start: calc(var(--lumo-space-xl) / -1);
1193
- }
1194
- .-start-full {
1195
- inset-inline-start: -100%;
1196
- }
1197
- .start-0 {
1198
- inset-inline-start: 0;
1199
- }
1200
- .start-xs {
1201
- inset-inline-start: var(--lumo-space-xs);
1202
- }
1203
- .start-s {
1204
- inset-inline-start: var(--lumo-space-s);
1205
- }
1206
- .start-m {
1207
- inset-inline-start: var(--lumo-space-m);
1208
- }
1209
- .start-l {
1210
- inset-inline-start: var(--lumo-space-l);
1211
- }
1212
- .start-xl {
1213
- inset-inline-start: var(--lumo-space-xl);
1214
- }
1215
- .start-auto {
1216
- inset-inline-start: auto;
1217
- }
1218
- .start-full {
1219
- inset-inline-start: 100%;
1220
- }
1221
- .-top-xs {
1222
- top: calc(var(--lumo-space-xs) / -1);
1223
- }
1224
- .-top-s {
1225
- top: calc(var(--lumo-space-s) / -1);
1226
- }
1227
- .-top-m {
1228
- top: calc(var(--lumo-space-m) / -1);
1229
- }
1230
- .-top-l {
1231
- top: calc(var(--lumo-space-l) / -1);
1232
- }
1233
- .-top-xl {
1234
- top: calc(var(--lumo-space-xl) / -1);
1235
- }
1236
- .-top-full {
1237
- top: -100%;
1238
- }
1239
- .top-0 {
1240
- top: 0;
1241
- }
1242
- .top-xs {
1243
- top: var(--lumo-space-xs);
1244
- }
1245
- .top-s {
1246
- top: var(--lumo-space-s);
1247
- }
1248
- .top-m {
1249
- top: var(--lumo-space-m);
1250
- }
1251
- .top-l {
1252
- top: var(--lumo-space-l);
1253
- }
1254
- .top-xl {
1255
- top: var(--lumo-space-xl);
1256
- }
1257
- .top-auto {
1258
- top: auto;
1259
- }
1260
- .top-full {
1261
- top: 100%;
1262
- }
1263
- /* === Visibility === */
1264
- .invisible {
1265
- visibility: hidden;
1266
- }
1267
- .visible {
1268
- visibility: visible;
1269
- }
1270
- /* === Z-index === */
1271
- .z-0 {
1272
- z-index: 0;
1273
- }
1274
- .z-10 {
1275
- z-index: 10;
1276
- }
1277
- .z-20 {
1278
- z-index: 20;
1279
- }
1280
- .z-30 {
1281
- z-index: 30;
1282
- }
1283
- .z-40 {
1284
- z-index: 40;
1285
- }
1286
- .z-50 {
1287
- z-index: 50;
1288
- }
1289
- .z-auto {
1290
- z-index: auto;
1291
- }
1292
- /* === Responsive design === */
1293
- @media (min-width: 640px) {
1294
- /* Display */
1295
- .sm\:block {
1296
- display: block;
1297
- }
1298
- .sm\:flex {
1299
- display: flex;
1300
- }
1301
- .sm\:grid {
1302
- display: grid;
1303
- }
1304
- .sm\:hidden {
1305
- display: none;
1306
- }
1307
- .sm\:inline {
1308
- display: inline;
1309
- }
1310
- .sm\:inline-block {
1311
- display: inline-block;
1312
- }
1313
- .sm\:inline-flex {
1314
- display: inline-flex;
1315
- }
1316
- .sm\:inline-grid {
1317
- display: inline-grid;
1318
- }
1319
- /* Position */
1320
- .sm\:absolute {
1321
- position: absolute;
1322
- }
1323
- .sm\:fixed {
1324
- position: fixed;
1325
- }
1326
- .sm\:relative {
1327
- position: relative;
1328
- }
1329
- .sm\:static {
1330
- position: static;
1331
- }
1332
- .sm\:sticky {
1333
- position: sticky;
1334
- }
1335
- }
1336
- @media (min-width: 768px) {
1337
- /* Display */
1338
- .md\:block {
1339
- display: block;
1340
- }
1341
- .md\:flex {
1342
- display: flex;
1343
- }
1344
- .md\:grid {
1345
- display: grid;
1346
- }
1347
- .md\:hidden {
1348
- display: none;
1349
- }
1350
- .md\:inline {
1351
- display: inline;
1352
- }
1353
- .md\:inline-block {
1354
- display: inline-block;
1355
- }
1356
- .md\:inline-flex {
1357
- display: inline-flex;
1358
- }
1359
- .md\:inline-grid {
1360
- display: inline-grid;
1361
- }
1362
- /* Position */
1363
- .md\:absolute {
1364
- position: absolute;
1365
- }
1366
- .md\:fixed {
1367
- position: fixed;
1368
- }
1369
- .md\:relative {
1370
- position: relative;
1371
- }
1372
- .md\:static {
1373
- position: static;
1374
- }
1375
- .md\:sticky {
1376
- position: sticky;
1377
- }
1378
- }
1379
- @media (min-width: 1024px) {
1380
- /* Display */
1381
- .lg\:block {
1382
- display: block;
1383
- }
1384
- .lg\:flex {
1385
- display: flex;
1386
- }
1387
- .lg\:grid {
1388
- display: grid;
1389
- }
1390
- .lg\:hidden {
1391
- display: none;
1392
- }
1393
- .lg\:inline {
1394
- display: inline;
1395
- }
1396
- .lg\:inline-block {
1397
- display: inline-block;
1398
- }
1399
- .lg\:inline-flex {
1400
- display: inline-flex;
1401
- }
1402
- .lg\:inline-grid {
1403
- display: inline-grid;
1404
- }
1405
- /* Position */
1406
- .lg\:absolute {
1407
- position: absolute;
1408
- }
1409
- .lg\:fixed {
1410
- position: fixed;
1411
- }
1412
- .lg\:relative {
1413
- position: relative;
1414
- }
1415
- .lg\:static {
1416
- position: static;
1417
- }
1418
- .lg\:sticky {
1419
- position: sticky;
1420
- }
1421
- }
1422
- @media (min-width: 1280px) {
1423
- /* Display */
1424
- .xl\:block {
1425
- display: block;
1426
- }
1427
- .xl\:flex {
1428
- display: flex;
1429
- }
1430
- .xl\:grid {
1431
- display: grid;
1432
- }
1433
- .xl\:hidden {
1434
- display: none;
1435
- }
1436
- .xl\:inline {
1437
- display: inline;
1438
- }
1439
- .xl\:inline-block {
1440
- display: inline-block;
1441
- }
1442
- .xl\:inline-flex {
1443
- display: inline-flex;
1444
- }
1445
- .xl\:inline-grid {
1446
- display: inline-grid;
1447
- }
1448
- /* Position */
1449
- .xl\:absolute {
1450
- position: absolute;
1451
- }
1452
- .xl\:fixed {
1453
- position: fixed;
1454
- }
1455
- .xl\:relative {
1456
- position: relative;
1457
- }
1458
- .xl\:static {
1459
- position: static;
1460
- }
1461
- .xl\:sticky {
1462
- position: sticky;
1463
- }
1464
- }
1465
- @media (min-width: 1536px) {
1466
- /* Display */
1467
- .\32xl\:block {
1468
- display: block;
1469
- }
1470
- .\32xl\:flex {
1471
- display: flex;
1472
- }
1473
- .\32xl\:grid {
1474
- display: grid;
1475
- }
1476
- .\32xl\:hidden {
1477
- display: none;
1478
- }
1479
- .\32xl\:inline {
1480
- display: inline;
1481
- }
1482
- .\32xl\:inline-block {
1483
- display: inline-block;
1484
- }
1485
- .\32xl\:inline-flex {
1486
- display: inline-flex;
1487
- }
1488
- .\32xl\:inline-grid {
1489
- display: inline-grid;
1490
- }
1491
- /* Position */
1492
- .\32xl\:absolute {
1493
- position: absolute;
1494
- }
1495
- .\32xl\:fixed {
1496
- position: fixed;
1497
- }
1498
- .\32xl\:relative {
1499
- position: relative;
1500
- }
1501
- .\32xl\:static {
1502
- position: static;
1503
- }
1504
- .\32xl\:sticky {
1505
- position: sticky;
1506
- }
1507
- }
1508
-
1509
- /* === Box shadow === */
1510
- .shadow-none {
1511
- box-shadow: none;
1512
- }
1513
- .shadow-xs {
1514
- box-shadow: var(--lumo-box-shadow-xs);
1515
- }
1516
- .shadow-s {
1517
- box-shadow: var(--lumo-box-shadow-s);
1518
- }
1519
- .shadow-m {
1520
- box-shadow: var(--lumo-box-shadow-m);
1521
- }
1522
- .shadow-l {
1523
- box-shadow: var(--lumo-box-shadow-l);
1524
- }
1525
- .shadow-xl {
1526
- box-shadow: var(--lumo-box-shadow-xl);
1527
- }
1528
-
1529
- /* === Height === */
1530
- .h-0 {
1531
- height: 0;
1532
- }
1533
- .h-xs {
1534
- height: var(--lumo-size-xs);
1535
- }
1536
- .h-s {
1537
- height: var(--lumo-size-s);
1538
- }
1539
- .h-m {
1540
- height: var(--lumo-size-m);
1541
- }
1542
- .h-l {
1543
- height: var(--lumo-size-l);
1544
- }
1545
- .h-xl {
1546
- height: var(--lumo-size-xl);
1547
- }
1548
- .h-auto {
1549
- height: auto;
1550
- }
1551
- .h-full {
1552
- height: 100%;
1553
- }
1554
- .h-screen {
1555
- height: 100vh;
1556
- }
1557
- /* === Height (max) === */
1558
- .max-h-full {
1559
- max-height: 100%;
1560
- }
1561
- .max-h-screen {
1562
- max-height: 100vh;
1563
- }
1564
- /* === Height (min) === */
1565
- .min-h-0 {
1566
- min-height: 0;
1567
- }
1568
- .min-h-full {
1569
- min-height: 100%;
1570
- }
1571
- .min-h-screen {
1572
- min-height: 100vh;
1573
- }
1574
- /* === Icon sizing === */
1575
- .icon-s {
1576
- height: var(--lumo-icon-size-s);
1577
- width: var(--lumo-icon-size-s);
1578
- }
1579
- .icon-m {
1580
- height: var(--lumo-icon-size-m);
1581
- width: var(--lumo-icon-size-m);
1582
- }
1583
- .icon-l {
1584
- height: var(--lumo-icon-size-l);
1585
- width: var(--lumo-icon-size-l);
1586
- }
1587
- /* === Width === */
1588
- .w-xs {
1589
- width: var(--lumo-size-xs);
1590
- }
1591
- .w-s {
1592
- width: var(--lumo-size-s);
1593
- }
1594
- .w-m {
1595
- width: var(--lumo-size-m);
1596
- }
1597
- .w-l {
1598
- width: var(--lumo-size-l);
1599
- }
1600
- .w-xl {
1601
- width: var(--lumo-size-xl);
1602
- }
1603
- .w-auto {
1604
- width: auto;
1605
- }
1606
- .w-full {
1607
- width: 100%;
1608
- }
1609
- /* === Width (max) === */
1610
- .max-w-full {
1611
- max-width: 100%;
1612
- }
1613
- .max-w-screen-sm {
1614
- max-width: 640px;
1615
- }
1616
- .max-w-screen-md {
1617
- max-width: 768px;
1618
- }
1619
- .max-w-screen-lg {
1620
- max-width: 1024px;
1621
- }
1622
- .max-w-screen-xl {
1623
- max-width: 1280px;
1624
- }
1625
- .max-w-screen-2xl {
1626
- max-width: 1536px;
1627
- }
1628
- /* === Width (min) === */
1629
- .min-w-0 {
1630
- min-width: 0;
1631
- }
1632
- .min-w-full {
1633
- min-width: 100%;
1634
- }
1635
-
1636
- /* === Margin === */
1637
- .-m-xs {
1638
- margin: calc(var(--lumo-space-xs) / -1);
1639
- }
1640
- .-m-s {
1641
- margin: calc(var(--lumo-space-s) / -1);
1642
- }
1643
- .-m-m {
1644
- margin: calc(var(--lumo-space-m) / -1);
1645
- }
1646
- .-m-l {
1647
- margin: calc(var(--lumo-space-l) / -1);
1648
- }
1649
- .-m-xl {
1650
- margin: calc(var(--lumo-space-xl) / -1);
1651
- }
1652
- .m-0 {
1653
- margin: 0;
1654
- }
1655
- .m-xs {
1656
- margin: var(--lumo-space-xs);
1657
- }
1658
- .m-s {
1659
- margin: var(--lumo-space-s);
1660
- }
1661
- .m-m {
1662
- margin: var(--lumo-space-m);
1663
- }
1664
- .m-l {
1665
- margin: var(--lumo-space-l);
1666
- }
1667
- .m-xl {
1668
- margin: var(--lumo-space-xl);
1669
- }
1670
- .m-auto {
1671
- margin: auto;
1672
- }
1673
- /* === Margin (bottom) === */
1674
- .-mb-xs {
1675
- margin-bottom: calc(var(--lumo-space-xs) / -1);
1676
- }
1677
- .-mb-s {
1678
- margin-bottom: calc(var(--lumo-space-s) / -1);
1679
- }
1680
- .-mb-m {
1681
- margin-bottom: calc(var(--lumo-space-m) / -1);
1682
- }
1683
- .-mb-l {
1684
- margin-bottom: calc(var(--lumo-space-l) / -1);
1685
- }
1686
- .-mb-xl {
1687
- margin-bottom: calc(var(--lumo-space-xl) / -1);
1688
- }
1689
- .mb-0 {
1690
- margin-bottom: 0;
1691
- }
1692
- .mb-xs {
1693
- margin-bottom: var(--lumo-space-xs);
1694
- }
1695
- .mb-s {
1696
- margin-bottom: var(--lumo-space-s);
1697
- }
1698
- .mb-m {
1699
- margin-bottom: var(--lumo-space-m);
1700
- }
1701
- .mb-l {
1702
- margin-bottom: var(--lumo-space-l);
1703
- }
1704
- .mb-xl {
1705
- margin-bottom: var(--lumo-space-xl);
1706
- }
1707
- .mb-auto {
1708
- margin-bottom: auto;
1709
- }
1710
- /* === Margin (end) === */
1711
- .-me-xs {
1712
- margin-inline-end: calc(var(--lumo-space-xs) / -1);
1713
- }
1714
- .-me-s {
1715
- margin-inline-end: calc(var(--lumo-space-s) / -1);
1716
- }
1717
- .-me-m {
1718
- margin-inline-end: calc(var(--lumo-space-m) / -1);
1719
- }
1720
- .-me-l {
1721
- margin-inline-end: calc(var(--lumo-space-l) / -1);
1722
- }
1723
- .-me-xl {
1724
- margin-inline-end: calc(var(--lumo-space-xl) / -1);
1725
- }
1726
- .me-0 {
1727
- margin-inline-end: 0;
1728
- }
1729
- .me-xs {
1730
- margin-inline-end: var(--lumo-space-xs);
1731
- }
1732
- .me-s {
1733
- margin-inline-end: var(--lumo-space-s);
1734
- }
1735
- .me-m {
1736
- margin-inline-end: var(--lumo-space-m);
1737
- }
1738
- .me-l {
1739
- margin-inline-end: var(--lumo-space-l);
1740
- }
1741
- .me-xl {
1742
- margin-inline-end: var(--lumo-space-xl);
1743
- }
1744
- .me-auto {
1745
- margin-inline-end: auto;
1746
- }
1747
- /* === Margin (horizontal) === */
1748
- .-mx-xs {
1749
- margin-inline: calc(var(--lumo-space-xs) / -1);
1750
- }
1751
- .-mx-s {
1752
- margin-inline: calc(var(--lumo-space-s) / -1);
1753
- }
1754
- .-mx-m {
1755
- margin-inline: calc(var(--lumo-space-m) / -1);
1756
- }
1757
- .-mx-l {
1758
- margin-inline: calc(var(--lumo-space-l) / -1);
1759
- }
1760
- .-mx-xl {
1761
- margin-inline: calc(var(--lumo-space-xl) / -1);
1762
- }
1763
- .mx-0 {
1764
- margin-inline: 0;
1765
- }
1766
- .mx-xs {
1767
- margin-inline: var(--lumo-space-xs);
1768
- }
1769
- .mx-s {
1770
- margin-inline: var(--lumo-space-s);
1771
- }
1772
- .mx-m {
1773
- margin-inline: var(--lumo-space-m);
1774
- }
1775
- .mx-l {
1776
- margin-inline: var(--lumo-space-l);
1777
- }
1778
- .mx-xl {
1779
- margin-inline: var(--lumo-space-xl);
1780
- }
1781
- .mx-auto {
1782
- margin-inline: auto;
1783
- }
1784
- /* === Margin (left) === */
1785
- .-ml-xs {
1786
- margin-left: calc(var(--lumo-space-xs) / -1);
1787
- }
1788
- .-ml-s {
1789
- margin-left: calc(var(--lumo-space-s) / -1);
1790
- }
1791
- .-ml-m {
1792
- margin-left: calc(var(--lumo-space-m) / -1);
1793
- }
1794
- .-ml-l {
1795
- margin-left: calc(var(--lumo-space-l) / -1);
1796
- }
1797
- .-ml-xl {
1798
- margin-left: calc(var(--lumo-space-xl) / -1);
1799
- }
1800
- .ml-0 {
1801
- margin-left: 0;
1802
- }
1803
- .ml-xs {
1804
- margin-left: var(--lumo-space-xs);
1805
- }
1806
- .ml-s {
1807
- margin-left: var(--lumo-space-s);
1808
- }
1809
- .ml-m {
1810
- margin-left: var(--lumo-space-m);
1811
- }
1812
- .ml-l {
1813
- margin-left: var(--lumo-space-l);
1814
- }
1815
- .ml-xl {
1816
- margin-left: var(--lumo-space-xl);
1817
- }
1818
- .ml-auto {
1819
- margin-left: auto;
1820
- }
1821
- /* === Margin (right) === */
1822
- .-mr-xs {
1823
- margin-right: calc(var(--lumo-space-xs) / -1);
1824
- }
1825
- .-mr-s {
1826
- margin-right: calc(var(--lumo-space-s) / -1);
1827
- }
1828
- .-mr-m {
1829
- margin-right: calc(var(--lumo-space-m) / -1);
1830
- }
1831
- .-mr-l {
1832
- margin-right: calc(var(--lumo-space-l) / -1);
1833
- }
1834
- .-mr-xl {
1835
- margin-right: calc(var(--lumo-space-xl) / -1);
1836
- }
1837
- .mr-0 {
1838
- margin-right: 0;
1839
- }
1840
- .mr-xs {
1841
- margin-right: var(--lumo-space-xs);
1842
- }
1843
- .mr-s {
1844
- margin-right: var(--lumo-space-s);
1845
- }
1846
- .mr-m {
1847
- margin-right: var(--lumo-space-m);
1848
- }
1849
- .mr-l {
1850
- margin-right: var(--lumo-space-l);
1851
- }
1852
- .mr-xl {
1853
- margin-right: var(--lumo-space-xl);
1854
- }
1855
- .mr-auto {
1856
- margin-right: auto;
1857
- }
1858
- /* === Margin (start) === */
1859
- .-ms-xs {
1860
- margin-inline-start: calc(var(--lumo-space-xs) / -1);
1861
- }
1862
- .-ms-s {
1863
- margin-inline-start: calc(var(--lumo-space-s) / -1);
1864
- }
1865
- .-ms-m {
1866
- margin-inline-start: calc(var(--lumo-space-m) / -1);
1867
- }
1868
- .-ms-l {
1869
- margin-inline-start: calc(var(--lumo-space-l) / -1);
1870
- }
1871
- .-ms-xl {
1872
- margin-inline-start: calc(var(--lumo-space-xl) / -1);
1873
- }
1874
- .ms-0 {
1875
- margin-inline-start: 0;
1876
- }
1877
- .ms-xs {
1878
- margin-inline-start: var(--lumo-space-xs);
1879
- }
1880
- .ms-s {
1881
- margin-inline-start: var(--lumo-space-s);
1882
- }
1883
- .ms-m {
1884
- margin-inline-start: var(--lumo-space-m);
1885
- }
1886
- .ms-l {
1887
- margin-inline-start: var(--lumo-space-l);
1888
- }
1889
- .ms-xl {
1890
- margin-inline-start: var(--lumo-space-xl);
1891
- }
1892
- .ms-auto {
1893
- margin-inline-start: auto;
1894
- }
1895
- /* === Margin (top) === */
1896
- .-mt-xs {
1897
- margin-top: calc(var(--lumo-space-xs) / -1);
1898
- }
1899
- .-mt-s {
1900
- margin-top: calc(var(--lumo-space-s) / -1);
1901
- }
1902
- .-mt-m {
1903
- margin-top: calc(var(--lumo-space-m) / -1);
1904
- }
1905
- .-mt-l {
1906
- margin-top: calc(var(--lumo-space-l) / -1);
1907
- }
1908
- .-mt-xl {
1909
- margin-top: calc(var(--lumo-space-xl) / -1);
1910
- }
1911
- .mt-0 {
1912
- margin-top: 0;
1913
- }
1914
- .mt-xs {
1915
- margin-top: var(--lumo-space-xs);
1916
- }
1917
- .mt-s {
1918
- margin-top: var(--lumo-space-s);
1919
- }
1920
- .mt-m {
1921
- margin-top: var(--lumo-space-m);
1922
- }
1923
- .mt-l {
1924
- margin-top: var(--lumo-space-l);
1925
- }
1926
- .mt-xl {
1927
- margin-top: var(--lumo-space-xl);
1928
- }
1929
- .mt-auto {
1930
- margin-top: auto;
1931
- }
1932
- /* === Margin (vertical) === */
1933
- .-my-xs {
1934
- margin-block: calc(var(--lumo-space-xs) / -1);
1935
- }
1936
- .-my-s {
1937
- margin-block: calc(var(--lumo-space-s) / -1);
1938
- }
1939
- .-my-m {
1940
- margin-block: calc(var(--lumo-space-m) / -1);
1941
- }
1942
- .-my-l {
1943
- margin-block: calc(var(--lumo-space-l) / -1);
1944
- }
1945
- .-my-xl {
1946
- margin-block: calc(var(--lumo-space-xl) / -1);
1947
- }
1948
- .my-0 {
1949
- margin-block: 0;
1950
- }
1951
- .my-xs {
1952
- margin-block: var(--lumo-space-xs);
1953
- }
1954
- .my-s {
1955
- margin-block: var(--lumo-space-s);
1956
- }
1957
- .my-m {
1958
- margin-block: var(--lumo-space-m);
1959
- }
1960
- .my-l {
1961
- margin-block: var(--lumo-space-l);
1962
- }
1963
- .my-xl {
1964
- margin-block: var(--lumo-space-xl);
1965
- }
1966
- .my-auto {
1967
- margin-block: auto;
1968
- }
1969
- /* === Padding === */
1970
- .p-0 {
1971
- padding: 0;
1972
- }
1973
- .p-xs {
1974
- padding: var(--lumo-space-xs);
1975
- }
1976
- .p-s {
1977
- padding: var(--lumo-space-s);
1978
- }
1979
- .p-m {
1980
- padding: var(--lumo-space-m);
1981
- }
1982
- .p-l {
1983
- padding: var(--lumo-space-l);
1984
- }
1985
- .p-xl {
1986
- padding: var(--lumo-space-xl);
1987
- }
1988
- /* === Padding (bottom) === */
1989
- .pb-0 {
1990
- padding-bottom: 0;
1991
- }
1992
- .pb-xs {
1993
- padding-bottom: var(--lumo-space-xs);
1994
- }
1995
- .pb-s {
1996
- padding-bottom: var(--lumo-space-s);
1997
- }
1998
- .pb-m {
1999
- padding-bottom: var(--lumo-space-m);
2000
- }
2001
- .pb-l {
2002
- padding-bottom: var(--lumo-space-l);
2003
- }
2004
- .pb-xl {
2005
- padding-bottom: var(--lumo-space-xl);
2006
- }
2007
- /* === Padding (end) === */
2008
- .pe-0 {
2009
- padding-inline-end: 0;
2010
- }
2011
- .pe-xs {
2012
- padding-inline-end: var(--lumo-space-xs);
2013
- }
2014
- .pe-s {
2015
- padding-inline-end: var(--lumo-space-s);
2016
- }
2017
- .pe-m {
2018
- padding-inline-end: var(--lumo-space-m);
2019
- }
2020
- .pe-l {
2021
- padding-inline-end: var(--lumo-space-l);
2022
- }
2023
- .pe-xl {
2024
- padding-inline-end: var(--lumo-space-xl);
2025
- }
2026
- /* === Padding (horizontal) === */
2027
- .px-0 {
2028
- padding-left: 0;
2029
- padding-right: 0;
2030
- }
2031
- .px-xs {
2032
- padding-left: var(--lumo-space-xs);
2033
- padding-right: var(--lumo-space-xs);
2034
- }
2035
- .px-s {
2036
- padding-left: var(--lumo-space-s);
2037
- padding-right: var(--lumo-space-s);
2038
- }
2039
- .px-m {
2040
- padding-left: var(--lumo-space-m);
2041
- padding-right: var(--lumo-space-m);
2042
- }
2043
- .px-l {
2044
- padding-left: var(--lumo-space-l);
2045
- padding-right: var(--lumo-space-l);
2046
- }
2047
- .px-xl {
2048
- padding-left: var(--lumo-space-xl);
2049
- padding-right: var(--lumo-space-xl);
2050
- }
2051
- /* === Padding (left) === */
2052
- .pl-0 {
2053
- padding-left: 0;
2054
- }
2055
- .pl-xs {
2056
- padding-left: var(--lumo-space-xs);
2057
- }
2058
- .pl-s {
2059
- padding-left: var(--lumo-space-s);
2060
- }
2061
- .pl-m {
2062
- padding-left: var(--lumo-space-m);
2063
- }
2064
- .pl-l {
2065
- padding-left: var(--lumo-space-l);
2066
- }
2067
- .pl-xl {
2068
- padding-left: var(--lumo-space-xl);
2069
- }
2070
- /* === Padding (right) === */
2071
- .pr-0 {
2072
- padding-right: 0;
2073
- }
2074
- .pr-xs {
2075
- padding-right: var(--lumo-space-xs);
2076
- }
2077
- .pr-s {
2078
- padding-right: var(--lumo-space-s);
2079
- }
2080
- .pr-m {
2081
- padding-right: var(--lumo-space-m);
2082
- }
2083
- .pr-l {
2084
- padding-right: var(--lumo-space-l);
2085
- }
2086
- .pr-xl {
2087
- padding-right: var(--lumo-space-xl);
2088
- }
2089
- /* === Padding (start) === */
2090
- .ps-0 {
2091
- padding-inline-start: 0;
2092
- }
2093
- .ps-xs {
2094
- padding-inline-start: var(--lumo-space-xs);
2095
- }
2096
- .ps-s {
2097
- padding-inline-start: var(--lumo-space-s);
2098
- }
2099
- .ps-m {
2100
- padding-inline-start: var(--lumo-space-m);
2101
- }
2102
- .ps-l {
2103
- padding-inline-start: var(--lumo-space-l);
2104
- }
2105
- .ps-xl {
2106
- padding-inline-start: var(--lumo-space-xl);
2107
- }
2108
- /* === Padding (top) === */
2109
- .pt-0 {
2110
- padding-top: 0;
2111
- }
2112
- .pt-xs {
2113
- padding-top: var(--lumo-space-xs);
2114
- }
2115
- .pt-s {
2116
- padding-top: var(--lumo-space-s);
2117
- }
2118
- .pt-m {
2119
- padding-top: var(--lumo-space-m);
2120
- }
2121
- .pt-l {
2122
- padding-top: var(--lumo-space-l);
2123
- }
2124
- .pt-xl {
2125
- padding-top: var(--lumo-space-xl);
2126
- }
2127
- /* === Padding (vertical) === */
2128
- .py-0 {
2129
- padding-bottom: 0;
2130
- padding-top: 0;
2131
- }
2132
- .py-xs {
2133
- padding-bottom: var(--lumo-space-xs);
2134
- padding-top: var(--lumo-space-xs);
2135
- }
2136
- .py-s {
2137
- padding-bottom: var(--lumo-space-s);
2138
- padding-top: var(--lumo-space-s);
2139
- }
2140
- .py-m {
2141
- padding-bottom: var(--lumo-space-m);
2142
- padding-top: var(--lumo-space-m);
2143
- }
2144
- .py-l {
2145
- padding-bottom: var(--lumo-space-l);
2146
- padding-top: var(--lumo-space-l);
2147
- }
2148
- .py-xl {
2149
- padding-bottom: var(--lumo-space-xl);
2150
- padding-top: var(--lumo-space-xl);
2151
- }
2152
-
2153
- .transition {
2154
- transition-property:
2155
- -webkit-backdrop-filter, backdrop-filter, background-color, border-color, box-shadow, color, fill, filter,
2156
- opacity, rotate, scale, stroke, text-decoration-color, transform, translate;
2157
- transition-timing-function: var(--lumo-utility-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1));
2158
- transition-duration: var(--lumo-utility-transition-duration, 150ms);
2159
- }
2160
- .transition-all {
2161
- transition-property: all;
2162
- transition-timing-function: var(--lumo-utility-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1));
2163
- transition-duration: var(--lumo-utility-transition-duration, 150ms);
2164
- }
2165
- .transition-colors {
2166
- transition-property: background-color, border-color, color, fill, stroke, text-decoration-color;
2167
- transition-timing-function: var(--lumo-utility-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1));
2168
- transition-duration: var(--lumo-utility-transition-duration, 150ms);
2169
- }
2170
- .transition-opacity {
2171
- transition-property: opacity;
2172
- transition-timing-function: var(--lumo-utility-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1));
2173
- transition-duration: var(--lumo-utility-transition-duration, 150ms);
2174
- }
2175
- .transition-shadow {
2176
- transition-property: box-shadow;
2177
- transition-timing-function: var(--lumo-utility-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1));
2178
- transition-duration: var(--lumo-utility-transition-duration, 150ms);
2179
- }
2180
- .transition-transform {
2181
- transition-property: rotate, scale, transform, translate;
2182
- transition-timing-function: var(--lumo-utility-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1));
2183
- transition-duration: var(--lumo-utility-transition-duration, 150ms);
2184
- }
2185
- .transition-none {
2186
- transition-property: none;
2187
- }
2188
-
2189
- /* === Font size === */
2190
- .text-2xs {
2191
- font-size: var(--lumo-font-size-xxs);
2192
- }
2193
- .text-xs {
2194
- font-size: var(--lumo-font-size-xs);
2195
- }
2196
- .text-s {
2197
- font-size: var(--lumo-font-size-s);
2198
- }
2199
- .text-m {
2200
- font-size: var(--lumo-font-size-m);
2201
- }
2202
- .text-l {
2203
- font-size: var(--lumo-font-size-l);
2204
- }
2205
- .text-xl {
2206
- font-size: var(--lumo-font-size-xl);
2207
- }
2208
- .text-2xl {
2209
- font-size: var(--lumo-font-size-xxl);
2210
- }
2211
- .text-3xl {
2212
- font-size: var(--lumo-font-size-xxxl);
2213
- }
2214
- /* === Font weight === */
2215
- .font-thin {
2216
- font-weight: 100;
2217
- }
2218
- .font-extralight {
2219
- font-weight: 200;
2220
- }
2221
- .font-light {
2222
- font-weight: 300;
2223
- }
2224
- .font-normal {
2225
- font-weight: 400;
2226
- }
2227
- .font-medium {
2228
- font-weight: 500;
2229
- }
2230
- .font-semibold {
2231
- font-weight: 600;
2232
- }
2233
- .font-bold {
2234
- font-weight: 700;
2235
- }
2236
- .font-extrabold {
2237
- font-weight: 800;
2238
- }
2239
- .font-black {
2240
- font-weight: 900;
2241
- }
2242
- /* === Line clamp === */
2243
- [class*='line-clamp-'] {
2244
- display: -webkit-box;
2245
- overflow: hidden;
2246
- -webkit-box-orient: vertical;
2247
- }
2248
- .line-clamp-1 {
2249
- -webkit-line-clamp: 1;
2250
- }
2251
- .line-clamp-2 {
2252
- -webkit-line-clamp: 2;
2253
- }
2254
- .line-clamp-3 {
2255
- -webkit-line-clamp: 3;
2256
- }
2257
- .line-clamp-4 {
2258
- -webkit-line-clamp: 4;
2259
- }
2260
- .line-clamp-5 {
2261
- -webkit-line-clamp: 5;
2262
- }
2263
- .line-clamp-6 {
2264
- -webkit-line-clamp: 6;
2265
- }
2266
- /* === Line height === */
2267
- .leading-none {
2268
- line-height: 1;
2269
- }
2270
- .leading-xs {
2271
- line-height: var(--lumo-line-height-xs);
2272
- }
2273
- .leading-s {
2274
- line-height: var(--lumo-line-height-s);
2275
- }
2276
- .leading-m {
2277
- line-height: var(--lumo-line-height-m);
2278
- }
2279
- /* === List style type === */
2280
- .list-none {
2281
- list-style-type: none;
2282
- }
2283
- /* === Text alignment === */
2284
- .text-left {
2285
- text-align: left;
2286
- }
2287
- .text-center {
2288
- text-align: center;
2289
- }
2290
- .text-right {
2291
- text-align: right;
2292
- }
2293
- .text-justify {
2294
- text-align: justify;
2295
- }
2296
- /* === Text color === */
2297
- .text-header {
2298
- color: var(--lumo-header-text-color);
2299
- }
2300
- .text-body {
2301
- color: var(--lumo-body-text-color);
2302
- }
2303
- .text-secondary {
2304
- color: var(--lumo-secondary-text-color);
2305
- }
2306
- .text-tertiary {
2307
- color: var(--lumo-tertiary-text-color);
2308
- }
2309
- .text-disabled {
2310
- color: var(--lumo-disabled-text-color);
2311
- }
2312
- .text-primary {
2313
- color: var(--lumo-primary-text-color);
2314
- }
2315
- .text-primary-contrast {
2316
- color: var(--lumo-primary-contrast-color);
2317
- }
2318
- .text-error {
2319
- color: var(--lumo-error-text-color);
2320
- }
2321
- .text-error-contrast {
2322
- color: var(--lumo-error-contrast-color);
2323
- }
2324
- .text-success {
2325
- color: var(--lumo-success-text-color);
2326
- }
2327
- .text-success-contrast {
2328
- color: var(--lumo-success-contrast-color);
2329
- }
2330
- .text-warning {
2331
- color: var(--lumo-warning-text-color);
2332
- }
2333
- .text-warning-contrast {
2334
- color: var(--lumo-warning-contrast-color);
2335
- }
2336
- /* == Text decoration === */
2337
- .line-through {
2338
- text-decoration-line: line-through;
2339
- }
2340
- .no-underline {
2341
- text-decoration-line: none;
2342
- }
2343
- .underline {
2344
- text-decoration-line: underline;
2345
- }
2346
- /* === Text overflow === */
2347
- .overflow-clip {
2348
- text-overflow: clip;
2349
- }
2350
- .overflow-ellipsis {
2351
- text-overflow: ellipsis;
2352
- }
2353
- /* === Text transform === */
2354
- .capitalize {
2355
- text-transform: capitalize;
2356
- }
2357
- .lowercase {
2358
- text-transform: lowercase;
2359
- }
2360
- .uppercase {
2361
- text-transform: uppercase;
2362
- }
2363
- /* === Whitespace === */
2364
- .whitespace-normal {
2365
- white-space: normal;
2366
- }
2367
- .whitespace-break-spaces {
2368
- white-space: normal;
2369
- }
2370
- .whitespace-nowrap {
2371
- white-space: nowrap;
2372
- }
2373
- .whitespace-pre {
2374
- white-space: pre;
2375
- }
2376
- .whitespace-pre-line {
2377
- white-space: pre-line;
2378
- }
2379
- .whitespace-pre-wrap {
2380
- white-space: pre-wrap;
2381
- }
2382
- /* === Responsive design === */
2383
- @media (min-width: 640px) {
2384
- .sm\:text-2xs {
2385
- font-size: var(--lumo-font-size-xxs);
2386
- }
2387
- .sm\:text-xs {
2388
- font-size: var(--lumo-font-size-xs);
2389
- }
2390
- .sm\:text-s {
2391
- font-size: var(--lumo-font-size-s);
2392
- }
2393
- .sm\:text-m {
2394
- font-size: var(--lumo-font-size-m);
2395
- }
2396
- .sm\:text-l {
2397
- font-size: var(--lumo-font-size-l);
2398
- }
2399
- .sm\:text-xl {
2400
- font-size: var(--lumo-font-size-xl);
2401
- }
2402
- .sm\:text-2xl {
2403
- font-size: var(--lumo-font-size-xxl);
2404
- }
2405
- .sm\:text-3xl {
2406
- font-size: var(--lumo-font-size-xxxl);
2407
- }
2408
- }
2409
- @media (min-width: 768px) {
2410
- .md\:text-2xs {
2411
- font-size: var(--lumo-font-size-xxs);
2412
- }
2413
- .md\:text-xs {
2414
- font-size: var(--lumo-font-size-xs);
2415
- }
2416
- .md\:text-s {
2417
- font-size: var(--lumo-font-size-s);
2418
- }
2419
- .md\:text-m {
2420
- font-size: var(--lumo-font-size-m);
2421
- }
2422
- .md\:text-l {
2423
- font-size: var(--lumo-font-size-l);
2424
- }
2425
- .md\:text-xl {
2426
- font-size: var(--lumo-font-size-xl);
2427
- }
2428
- .md\:text-2xl {
2429
- font-size: var(--lumo-font-size-xxl);
2430
- }
2431
- .md\:text-3xl {
2432
- font-size: var(--lumo-font-size-xxxl);
2433
- }
2434
- }
2435
- @media (min-width: 1024px) {
2436
- .lg\:text-2xs {
2437
- font-size: var(--lumo-font-size-xxs);
2438
- }
2439
- .lg\:text-xs {
2440
- font-size: var(--lumo-font-size-xs);
2441
- }
2442
- .lg\:text-s {
2443
- font-size: var(--lumo-font-size-s);
2444
- }
2445
- .lg\:text-m {
2446
- font-size: var(--lumo-font-size-m);
2447
- }
2448
- .lg\:text-l {
2449
- font-size: var(--lumo-font-size-l);
2450
- }
2451
- .lg\:text-xl {
2452
- font-size: var(--lumo-font-size-xl);
2453
- }
2454
- .lg\:text-2xl {
2455
- font-size: var(--lumo-font-size-xxl);
2456
- }
2457
- .lg\:text-3xl {
2458
- font-size: var(--lumo-font-size-xxxl);
2459
- }
2460
- }
2461
- @media (min-width: 1280px) {
2462
- .xl\:text-2xs {
2463
- font-size: var(--lumo-font-size-xxs);
2464
- }
2465
- .xl\:text-xs {
2466
- font-size: var(--lumo-font-size-xs);
2467
- }
2468
- .xl\:text-s {
2469
- font-size: var(--lumo-font-size-s);
2470
- }
2471
- .xl\:text-m {
2472
- font-size: var(--lumo-font-size-m);
2473
- }
2474
- .xl\:text-l {
2475
- font-size: var(--lumo-font-size-l);
2476
- }
2477
- .xl\:text-xl {
2478
- font-size: var(--lumo-font-size-xl);
2479
- }
2480
- .xl\:text-2xl {
2481
- font-size: var(--lumo-font-size-xxl);
2482
- }
2483
- .xl\:text-3xl {
2484
- font-size: var(--lumo-font-size-xxxl);
2485
- }
2486
- }
2487
- @media (min-width: 1536px) {
2488
- .\32xl\:text-2xs {
2489
- font-size: var(--lumo-font-size-xxs);
2490
- }
2491
- .\32xl\:text-xs {
2492
- font-size: var(--lumo-font-size-xs);
2493
- }
2494
- .\32xl\:text-s {
2495
- font-size: var(--lumo-font-size-s);
2496
- }
2497
- .\32xl\:text-m {
2498
- font-size: var(--lumo-font-size-m);
2499
- }
2500
- .\32xl\:text-l {
2501
- font-size: var(--lumo-font-size-l);
2502
- }
2503
- .\32xl\:text-xl {
2504
- font-size: var(--lumo-font-size-xl);
2505
- }
2506
- .\32xl\:text-2xl {
2507
- font-size: var(--lumo-font-size-xxl);
2508
- }
2509
- .\32xl\:text-3xl {
2510
- font-size: var(--lumo-font-size-xxxl);
2511
- }
2512
- }