@solid-design-system/styles 1.1.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/cdn/modules/footnotes.css +1 -1
- package/cdn/modules/pagination.css +1 -0
- package/cdn/solid-styles.css +1 -1
- package/cdn-versioned/modules/chip.css +1 -1
- package/cdn-versioned/modules/container.css +1 -1
- package/cdn-versioned/modules/copyright.css +1 -1
- package/cdn-versioned/modules/display.css +1 -1
- package/cdn-versioned/modules/flag.css +1 -1
- package/cdn-versioned/modules/footnotes.css +1 -1
- package/cdn-versioned/modules/headline.css +1 -1
- package/cdn-versioned/modules/hidden-links.css +1 -1
- package/cdn-versioned/modules/interactive.css +1 -1
- package/cdn-versioned/modules/leadtext.css +1 -1
- package/cdn-versioned/modules/list.css +1 -1
- package/cdn-versioned/modules/mark.css +1 -1
- package/cdn-versioned/modules/media.css +1 -1
- package/cdn-versioned/modules/meta.css +1 -1
- package/cdn-versioned/modules/pagination.css +1 -0
- package/cdn-versioned/modules/paragraph.css +1 -1
- package/cdn-versioned/modules/prose.css +1 -1
- package/cdn-versioned/modules/status-badge.css +1 -1
- package/cdn-versioned/modules/table-cell.css +1 -1
- package/cdn-versioned/modules/table.css +1 -1
- package/cdn-versioned/solid-styles.css +1 -1
- package/dist/modules/footnotes.css +114 -7
- package/dist/modules/pagination.css +469 -0
- package/dist/solid-styles.css +456 -7
- package/dist-versioned/modules/chip.css +6 -6
- package/dist-versioned/modules/container.css +45 -45
- package/dist-versioned/modules/copyright.css +11 -11
- package/dist-versioned/modules/display.css +9 -9
- package/dist-versioned/modules/flag.css +6 -6
- package/dist-versioned/modules/footnotes.css +120 -13
- package/dist-versioned/modules/headline.css +67 -67
- package/dist-versioned/modules/hidden-links.css +7 -7
- package/dist-versioned/modules/interactive.css +38 -38
- package/dist-versioned/modules/leadtext.css +8 -8
- package/dist-versioned/modules/list.css +47 -47
- package/dist-versioned/modules/mark.css +2 -2
- package/dist-versioned/modules/media.css +7 -7
- package/dist-versioned/modules/meta.css +12 -12
- package/dist-versioned/modules/pagination.css +469 -0
- package/dist-versioned/modules/paragraph.css +8 -8
- package/dist-versioned/modules/prose.css +231 -231
- package/dist-versioned/modules/status-badge.css +8 -8
- package/dist-versioned/modules/table-cell.css +23 -23
- package/dist-versioned/modules/table.css +4 -4
- package/dist-versioned/solid-styles.css +790 -341
- package/package.json +5 -8
@@ -1,12 +1,12 @@
|
|
1
1
|
/**
|
2
2
|
* Generates basic styles for chip elements.
|
3
|
-
* @name sd-1-
|
3
|
+
* @name sd-1-3-0-chip
|
4
4
|
* @status stable
|
5
5
|
* @since 1.30.0
|
6
|
-
* @variant { primary-300 | primary-500 | white } sd-1-
|
6
|
+
* @variant { primary-300 | primary-500 | white } sd-1-3-0-chip--...
|
7
7
|
*/
|
8
8
|
|
9
|
-
.sd-1-
|
9
|
+
.sd-1-3-0-chip {
|
10
10
|
display: inline-flex;
|
11
11
|
height: var(--sd-spacing-6, 1.5rem) /* 24px */;
|
12
12
|
align-items: center;
|
@@ -22,34 +22,34 @@
|
|
22
22
|
color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
|
23
23
|
}
|
24
24
|
|
25
|
-
.sd-1-
|
25
|
+
.sd-1-3-0-chip--primary-500 {
|
26
26
|
|
27
27
|
background-color: rgb(var(--sd-color-primary-500, 70 109 175) / var(--tw-bg-opacity, 1)) /* Used for hover interaction */;
|
28
28
|
|
29
29
|
color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
|
30
30
|
}
|
31
31
|
|
32
|
-
.sd-1-
|
32
|
+
.sd-1-3-0-chip--primary-300 {
|
33
33
|
|
34
34
|
background-color: rgb(var(--sd-color-primary-300, 200 213 231) / var(--tw-bg-opacity, 1)) /* Used for chip background */;
|
35
35
|
}
|
36
36
|
|
37
|
-
.sd-1-
|
37
|
+
.sd-1-3-0-chip--white {
|
38
38
|
|
39
39
|
background-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-bg-opacity, 1)) /* Default background color (light mode)
Used for inverted button */;
|
40
40
|
}
|
41
41
|
|
42
42
|
/**
|
43
43
|
* Container lets users delimit and highlight a piece of content. The user has no interaction with it, it is merely a visual element that influences the flow of the page.
|
44
|
-
* @name sd-1-
|
44
|
+
* @name sd-1-3-0-container
|
45
45
|
* @status stable
|
46
46
|
* @since 1.30.0
|
47
|
-
* @variant { primary-100 | primary | border-neutral-400 | white } sd-1-
|
48
|
-
* @variant { sm } sd-1-
|
49
|
-
* @variant { top | right | bottom | left } sd-1-
|
47
|
+
* @variant { primary-100 | primary | border-neutral-400 | white } sd-1-3-0-container--variant-... Defines the background color and border of sd-1-3-0-container.
|
48
|
+
* @variant { sm } sd-1-3-0-container--padding-... Defines the padding of sd-1-3-0-container. This makes it adaptable to both small and large screens.
|
49
|
+
* @variant { top | right | bottom | left } sd-1-3-0-container--triangle-... Defines an optional triangle cut-out for sd-1-3-0-container. This allows for an indentation resembling an arrow on any side of the container. CSS Property `triangle-background` defines the background color of the cut-out.
|
50
50
|
*/
|
51
51
|
|
52
|
-
.sd-1-
|
52
|
+
.sd-1-3-0-container {
|
53
53
|
position: relative;
|
54
54
|
|
55
55
|
background-color: rgb(var(--sd-color-neutral-100, 246 246 246) / var(--tw-bg-opacity, 1)) /* Additional background color (light mode) */;
|
@@ -59,18 +59,18 @@
|
|
59
59
|
padding-bottom: var(--sd-spacing-8, 2rem) /* 32px */;
|
60
60
|
}
|
61
61
|
|
62
|
-
.sd-1-
|
62
|
+
.sd-1-3-0-container--variant-primary-100 {
|
63
63
|
|
64
64
|
background-color: rgb(var(--sd-color-primary-100, 236 240 249) / var(--tw-bg-opacity, 1)) /* Additional background color (light mode) */;
|
65
65
|
}
|
66
66
|
|
67
|
-
.sd-1-
|
67
|
+
.sd-1-3-0-container--variant-primary {
|
68
68
|
|
69
69
|
background-color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-bg-opacity, 1)) /* Inverted background color (light mode)
|
70
70
|
Used for button */;
|
71
71
|
}
|
72
72
|
|
73
|
-
.sd-1-
|
73
|
+
.sd-1-3-0-container--variant-border-neutral-400 {
|
74
74
|
border-style: solid;
|
75
75
|
--tw-border-opacity: 1;
|
76
76
|
border-color: rgb(var(--sd-color-neutral-400, 195 195 195) / var(--tw-border-opacity, 1)) /* Default border color.
|
@@ -80,27 +80,27 @@ Used for divider, teaser, container, ... */;
|
|
80
80
|
border-width: 1px;
|
81
81
|
}
|
82
82
|
|
83
|
-
.sd-1-
|
83
|
+
.sd-1-3-0-container--variant-white {
|
84
84
|
|
85
85
|
background-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-bg-opacity, 1)) /* Default background color (light mode)
Used for inverted button */;
|
86
86
|
}
|
87
87
|
|
88
|
-
.sd-1-
|
88
|
+
.sd-1-3-0-container--padding-sm {
|
89
89
|
padding-left: var(--sd-spacing-6, 1.5rem) /* 24px */;
|
90
90
|
padding-right: var(--sd-spacing-6, 1.5rem) /* 24px */;
|
91
91
|
padding-top: var(--sd-spacing-4, 1rem) /* 16px */;
|
92
92
|
padding-bottom: var(--sd-spacing-4, 1rem) /* 16px */;
|
93
93
|
}
|
94
94
|
|
95
|
-
.sd-1-
|
95
|
+
.sd-1-3-0-container {
|
96
96
|
|
97
97
|
--triangle-background: white;
|
98
98
|
}
|
99
99
|
|
100
|
-
.sd-1-
|
101
|
-
.sd-1-
|
102
|
-
.sd-1-
|
103
|
-
.sd-1-
|
100
|
+
.sd-1-3-0-container--triangle-top::before,
|
101
|
+
.sd-1-3-0-container--triangle-right::before,
|
102
|
+
.sd-1-3-0-container--triangle-bottom::before,
|
103
|
+
.sd-1-3-0-container--triangle-left::before {
|
104
104
|
position: absolute;
|
105
105
|
display: block;
|
106
106
|
border-style: solid;
|
@@ -109,38 +109,38 @@ Used for divider, teaser, container, ... */;
|
|
109
109
|
content: '';
|
110
110
|
}
|
111
111
|
|
112
|
-
.sd-1-
|
112
|
+
.sd-1-3-0-container--triangle-top::before {
|
113
113
|
top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
114
114
|
left: calc(50% - 14px);
|
115
115
|
border-top-color: var(--triangle-background);
|
116
116
|
}
|
117
117
|
|
118
|
-
.sd-1-
|
118
|
+
.sd-1-3-0-container--triangle-right::before {
|
119
119
|
right: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
120
120
|
top: calc(50% - 14px);
|
121
121
|
border-right-color: var(--triangle-background);
|
122
122
|
}
|
123
123
|
|
124
|
-
.sd-1-
|
124
|
+
.sd-1-3-0-container--triangle-bottom::before {
|
125
125
|
bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
126
126
|
left: calc(50% - 14px);
|
127
127
|
border-bottom-color: var(--triangle-background);
|
128
128
|
}
|
129
129
|
|
130
|
-
.sd-1-
|
130
|
+
.sd-1-3-0-container--triangle-left::before {
|
131
131
|
left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
132
132
|
top: calc(50% - 14px);
|
133
133
|
border-left-color: var(--triangle-background);
|
134
134
|
}
|
135
135
|
|
136
|
-
.sd-1-
|
137
|
-
.sd-1-
|
138
|
-
.sd-1-
|
139
|
-
.sd-1-
|
140
|
-
.sd-1-
|
141
|
-
.sd-1-
|
142
|
-
.sd-1-
|
143
|
-
.sd-1-
|
136
|
+
.sd-1-3-0-container--triangle-top-border::after,
|
137
|
+
.sd-1-3-0-container--triangle-top-border::before,
|
138
|
+
.sd-1-3-0-container--triangle-right-border::after,
|
139
|
+
.sd-1-3-0-container--triangle-right-border::before,
|
140
|
+
.sd-1-3-0-container--triangle-bottom-border::after,
|
141
|
+
.sd-1-3-0-container--triangle-bottom-border::before,
|
142
|
+
.sd-1-3-0-container--triangle-left-border::after,
|
143
|
+
.sd-1-3-0-container--triangle-left-border::before {
|
144
144
|
position: absolute;
|
145
145
|
display: block;
|
146
146
|
border-style: solid;
|
@@ -148,98 +148,98 @@ Used for divider, teaser, container, ... */;
|
|
148
148
|
content: '';
|
149
149
|
}
|
150
150
|
|
151
|
-
.sd-1-
|
151
|
+
.sd-1-3-0-container--triangle-top-border::after, .sd-1-3-0-container--triangle-right-border::after, .sd-1-3-0-container--triangle-bottom-border::after, .sd-1-3-0-container--triangle-left-border::after {
|
152
152
|
border-width: 14px;
|
153
153
|
}
|
154
154
|
|
155
|
-
.sd-1-
|
155
|
+
.sd-1-3-0-container--triangle-top-border::before, .sd-1-3-0-container--triangle-right-border::before, .sd-1-3-0-container--triangle-bottom-border::before, .sd-1-3-0-container--triangle-left-border::before {
|
156
156
|
border-width: 15px;
|
157
157
|
}
|
158
158
|
|
159
|
-
.sd-1-
|
160
|
-
.sd-1-
|
159
|
+
.sd-1-3-0-container--triangle-top-border::after,
|
160
|
+
.sd-1-3-0-container--triangle-top-border::before {
|
161
161
|
top: -1px;
|
162
162
|
}
|
163
163
|
|
164
|
-
.sd-1-
|
164
|
+
.sd-1-3-0-container--triangle-top-border::before {
|
165
165
|
--tw-border-opacity: 1;
|
166
166
|
border-top-color: rgb(var(--sd-color-neutral-400, 195 195 195) / var(--tw-border-opacity, 1)) /* Default border color.
|
167
167
|
Used for divider, teaser, container, ... */;
|
168
168
|
left: calc(50% - 15px);
|
169
169
|
}
|
170
170
|
|
171
|
-
.sd-1-
|
171
|
+
.sd-1-3-0-container--triangle-top-border::after {
|
172
172
|
left: calc(50% - 14px);
|
173
173
|
border-top-color: var(--triangle-background);
|
174
174
|
}
|
175
175
|
|
176
|
-
.sd-1-
|
177
|
-
.sd-1-
|
176
|
+
.sd-1-3-0-container--triangle-right-border::after,
|
177
|
+
.sd-1-3-0-container--triangle-right-border::before {
|
178
178
|
right: -1px;
|
179
179
|
}
|
180
180
|
|
181
|
-
.sd-1-
|
181
|
+
.sd-1-3-0-container--triangle-right-border::before {
|
182
182
|
--tw-border-opacity: 1;
|
183
183
|
border-right-color: rgb(var(--sd-color-neutral-400, 195 195 195) / var(--tw-border-opacity, 1)) /* Default border color.
|
184
184
|
Used for divider, teaser, container, ... */;
|
185
185
|
top: calc(50% - 15px);
|
186
186
|
}
|
187
187
|
|
188
|
-
.sd-1-
|
188
|
+
.sd-1-3-0-container--triangle-right-border::after {
|
189
189
|
top: calc(50% - 14px);
|
190
190
|
border-right-color: var(--triangle-background);
|
191
191
|
}
|
192
192
|
|
193
|
-
.sd-1-
|
194
|
-
.sd-1-
|
193
|
+
.sd-1-3-0-container--triangle-bottom-border::after,
|
194
|
+
.sd-1-3-0-container--triangle-bottom-border::before {
|
195
195
|
bottom: -1px;
|
196
196
|
}
|
197
197
|
|
198
|
-
.sd-1-
|
198
|
+
.sd-1-3-0-container--triangle-bottom-border::before {
|
199
199
|
--tw-border-opacity: 1;
|
200
200
|
border-bottom-color: rgb(var(--sd-color-neutral-400, 195 195 195) / var(--tw-border-opacity, 1)) /* Default border color.
|
201
201
|
Used for divider, teaser, container, ... */;
|
202
202
|
left: calc(50% - 15px);
|
203
203
|
}
|
204
204
|
|
205
|
-
.sd-1-
|
205
|
+
.sd-1-3-0-container--triangle-bottom-border::after {
|
206
206
|
left: calc(50% - 14px);
|
207
207
|
border-bottom-color: var(--triangle-background);
|
208
208
|
}
|
209
209
|
|
210
|
-
.sd-1-
|
211
|
-
.sd-1-
|
210
|
+
.sd-1-3-0-container--triangle-left-border::after,
|
211
|
+
.sd-1-3-0-container--triangle-left-border::before {
|
212
212
|
left: -1px;
|
213
213
|
}
|
214
214
|
|
215
|
-
.sd-1-
|
215
|
+
.sd-1-3-0-container--triangle-left-border::before {
|
216
216
|
--tw-border-opacity: 1;
|
217
217
|
border-left-color: rgb(var(--sd-color-neutral-400, 195 195 195) / var(--tw-border-opacity, 1)) /* Default border color.
|
218
218
|
Used for divider, teaser, container, ... */;
|
219
219
|
top: calc(50% - 15px);
|
220
220
|
}
|
221
221
|
|
222
|
-
.sd-1-
|
222
|
+
.sd-1-3-0-container--triangle-left-border::after {
|
223
223
|
top: calc(50% - 14px);
|
224
224
|
border-left-color: var(--triangle-background);
|
225
225
|
}
|
226
226
|
|
227
227
|
/**
|
228
228
|
* Generates basic styles for copyright elements.
|
229
|
-
* @name sd-1-
|
229
|
+
* @name sd-1-3-0-copyright
|
230
230
|
* @status stable
|
231
231
|
* @since 2.5.0
|
232
|
-
* @variant { vertical } sd-1-
|
233
|
-
* @variant { black } sd-1-
|
234
|
-
* @boolean sd-1-
|
235
|
-
* @variant { top } sd-1-
|
232
|
+
* @variant { vertical } sd-1-3-0-copyright--orientation-... The copyright's orientation.
|
233
|
+
* @variant { black } sd-1-3-0-copyright--color-... The copyright's text color.
|
234
|
+
* @boolean sd-1-3-0-copyright--... Removes the shadow.
|
235
|
+
* @variant { top } sd-1-3-0-copyright--placement-... The copyright's placement.
|
236
236
|
*/
|
237
237
|
|
238
|
-
.sd-1-
|
238
|
+
.sd-1-3-0-copyright {
|
239
239
|
position: relative;
|
240
240
|
}
|
241
241
|
|
242
|
-
.sd-1-
|
242
|
+
.sd-1-3-0-copyright::after {
|
243
243
|
position: absolute;
|
244
244
|
bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
245
245
|
left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
@@ -255,7 +255,7 @@ Used for divider, teaser, container, ... */;
|
|
255
255
|
content: var(--copyright);
|
256
256
|
}
|
257
257
|
|
258
|
-
.sd-1-
|
258
|
+
.sd-1-3-0-copyright--orientation-vertical::after {
|
259
259
|
width: -moz-max-content;
|
260
260
|
width: max-content;
|
261
261
|
padding-top: var(--sd-spacing-2, 0.5rem) /* 8px */;
|
@@ -267,17 +267,17 @@ Used for divider, teaser, container, ... */;
|
|
267
267
|
transform: rotate(180deg);
|
268
268
|
}
|
269
269
|
|
270
|
-
.sd-1-
|
270
|
+
.sd-1-3-0-copyright--color-black::after {
|
271
271
|
|
272
272
|
color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
|
273
273
|
filter: drop-shadow(0 0 transparent);
|
274
274
|
}
|
275
275
|
|
276
|
-
.sd-1-
|
276
|
+
.sd-1-3-0-copyright--no-shadow::after {
|
277
277
|
filter: drop-shadow(0 0 transparent);
|
278
278
|
}
|
279
279
|
|
280
|
-
.sd-1-
|
280
|
+
.sd-1-3-0-copyright--placement-top::after {
|
281
281
|
position: absolute;
|
282
282
|
top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
283
283
|
right: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
@@ -290,13 +290,13 @@ Used for divider, teaser, container, ... */;
|
|
290
290
|
|
291
291
|
/**
|
292
292
|
* Generates basic styles for flag elements.
|
293
|
-
* @name sd-1-
|
293
|
+
* @name sd-1-3-0-flag
|
294
294
|
* @status stable
|
295
295
|
* @since 1.34.0
|
296
|
-
* @variant { neutral-300 | neutral-500 | white } sd-1-
|
296
|
+
* @variant { neutral-300 | neutral-500 | white } sd-1-3-0-flag--...
|
297
297
|
*/
|
298
298
|
|
299
|
-
.sd-1-
|
299
|
+
.sd-1-3-0-flag {
|
300
300
|
display: inline-flex;
|
301
301
|
height: var(--sd-spacing-8, 2rem) /* 32px */;
|
302
302
|
align-items: center;
|
@@ -311,32 +311,32 @@ Used for divider, teaser, container, ... */;
|
|
311
311
|
color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
|
312
312
|
}
|
313
313
|
|
314
|
-
.sd-1-
|
314
|
+
.sd-1-3-0-flag--neutral-500 {
|
315
315
|
|
316
316
|
background-color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-bg-opacity, 1)) /* Used for disabled state */;
|
317
317
|
|
318
318
|
color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
|
319
319
|
}
|
320
320
|
|
321
|
-
.sd-1-
|
321
|
+
.sd-1-3-0-flag--neutral-300 {
|
322
322
|
|
323
323
|
background-color: rgb(var(--sd-color-neutral-300, 218 218 218) / var(--tw-bg-opacity, 1)) /* Used for flag */;
|
324
324
|
}
|
325
325
|
|
326
|
-
.sd-1-
|
326
|
+
.sd-1-3-0-flag--white {
|
327
327
|
|
328
328
|
background-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-bg-opacity, 1)) /* Default background color (light mode)
Used for inverted button */;
|
329
329
|
}
|
330
330
|
|
331
331
|
/**
|
332
332
|
* A footnote contains additional information/sources related to the content and usually appears at the bottom of a page or below the content it refers to.
|
333
|
-
* @name sd-1-
|
333
|
+
* @name sd-1-3-0-footnotes
|
334
334
|
* @status stable
|
335
335
|
* @since 3.0.0
|
336
|
-
* @boolean sd-1-
|
336
|
+
* @boolean sd-1-3-0-footnotes--inverted Inverts the footnote text.
|
337
337
|
*/
|
338
338
|
|
339
|
-
.sd-1-
|
339
|
+
.sd-1-3-0-footnotes {
|
340
340
|
margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
341
341
|
margin-bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
342
342
|
padding: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
@@ -346,38 +346,145 @@ Used for divider, teaser, container, ... */;
|
|
346
346
|
color: rgb(var(--sd-color-neutral-700, 104 104 104) / var(--tw-text-opacity, 1)) /* Additional text color */;
|
347
347
|
}
|
348
348
|
|
349
|
-
.sd-1-
|
349
|
+
.sd-1-3-0-footnotes :target {
|
350
|
+
|
351
|
+
background-color: rgb(var(--sd-color-neutral-200, 233 233 233) / var(--tw-bg-opacity, 1)) /* Used for hover interaction */;
|
352
|
+
}
|
353
|
+
|
354
|
+
.sd-1-3-0-footnotes:is(ol) {
|
355
|
+
padding-inline-start: var(--sd-spacing-8, 2rem) /* 32px */;
|
356
|
+
}
|
357
|
+
|
358
|
+
.sd-1-3-0-footnotes:is(ol) li {
|
350
359
|
counter-increment: list-item;
|
351
|
-
|
352
|
-
|
360
|
+
position: relative;
|
361
|
+
list-style-type: none;
|
353
362
|
}
|
354
363
|
|
355
|
-
.sd-1-1-0-footnotes:is(ol) li::before {
|
356
|
-
|
364
|
+
.sd-1-3-0-footnotes:is(ol) li .sd-1-3-0-footnotes--marker::before, .sd-1-3-0-footnotes:is(ol) li:has(.sd-1-3-0-footnotes--marker:nth-of-type(2))::before, .sd-1-3-0-footnotes:is(ol) li:not(:has(.sd-1-3-0-footnotes--marker))::before {
|
365
|
+
position: absolute;
|
366
|
+
left: calc(var(--sd-spacing-8, 2rem) /* 32px */ * -1);
|
357
367
|
flex-shrink: 0;
|
368
|
+
font-weight: 700;
|
358
369
|
line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
|
359
|
-
|
360
|
-
|
361
|
-
|
370
|
+
content: '[ ' counter(list-item) ' ]';
|
371
|
+
padding-top: 1px;
|
372
|
+
font-size: 10px;
|
373
|
+
}
|
374
|
+
|
375
|
+
.sd-1-3-0-footnotes:is(ol) li .sd-1-3-0-footnotes--marker::after, .sd-1-3-0-footnotes:is(ol) li:has(.sd-1-3-0-footnotes--marker:nth-of-type(2))::after, .sd-1-3-0-footnotes:is(ol) li:not(:has(.sd-1-3-0-footnotes--marker))::after {
|
376
|
+
content: none;
|
377
|
+
}
|
378
|
+
|
379
|
+
.sd-1-3-0-footnotes:is(ol) li .sd-1-3-0-footnotes--marker .sd-1-3-0-footnotes--marker, .sd-1-3-0-footnotes:is(ol) li:has(.sd-1-3-0-footnotes--marker:nth-of-type(2)) .sd-1-3-0-footnotes--marker, .sd-1-3-0-footnotes:is(ol) li:not(:has(.sd-1-3-0-footnotes--marker)) .sd-1-3-0-footnotes--marker {
|
380
|
+
display: inline-block;
|
381
|
+
counter-increment: footnotes-multiple;
|
362
382
|
}
|
363
383
|
|
364
|
-
.sd-1-1-0-footnotes:is(
|
384
|
+
.sd-1-3-0-footnotes:is(ol) li .sd-1-3-0-footnotes--marker .sd-1-3-0-footnotes--marker::before, .sd-1-3-0-footnotes:is(ol) li:has(.sd-1-3-0-footnotes--marker:nth-of-type(2)) .sd-1-3-0-footnotes--marker::before, .sd-1-3-0-footnotes:is(ol) li:not(:has(.sd-1-3-0-footnotes--marker)) .sd-1-3-0-footnotes--marker::before {
|
385
|
+
position: relative;
|
386
|
+
left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
387
|
+
vertical-align: super;
|
388
|
+
font-weight: 700;
|
389
|
+
line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
|
390
|
+
content: counter(footnotes-multiple, lower-alpha);
|
391
|
+
}
|
392
|
+
|
393
|
+
.sd-1-3-0-footnotes:is(ol) li .sd-1-3-0-footnotes--marker {
|
394
|
+
bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
395
|
+
display: block;
|
396
|
+
}
|
397
|
+
|
398
|
+
.sd-1-3-0-footnotes:is(ol) li .sd-1-3-0-footnotes--marker:focus-visible {
|
399
|
+
outline-width: 0px;
|
400
|
+
}
|
401
|
+
|
402
|
+
.sd-1-3-0-footnotes:is(ol) li .sd-1-3-0-footnotes--marker:focus-visible::before {
|
403
|
+
border-radius: var(--sd-border-radius-default, 0.25rem) /* 4px Default radius for buttons */;
|
404
|
+
outline-style: solid;
|
405
|
+
outline-width: 2px;
|
406
|
+
outline-offset: 2px;
|
407
|
+
outline-color: rgb(var(--sd-color-primary, 0 53 142) / 1) /* Used for buttons, select field, focus state */;
|
408
|
+
}
|
409
|
+
|
410
|
+
.sd-1-3-0-footnotes:is(ul) {
|
365
411
|
list-style: '';
|
366
412
|
}
|
367
413
|
|
368
|
-
.sd-1-
|
414
|
+
.sd-1-3-0-footnotes--inverted {
|
369
415
|
|
370
416
|
color: rgb(var(--sd-color-primary-400, 153 171 208) / var(--tw-text-opacity, 1)) /* Additional text inverted color
|
371
417
|
Used for inverted pressed interaction text link */;
|
372
418
|
}
|
373
419
|
|
420
|
+
.sd-1-3-0-footnotes--inverted :target {
|
421
|
+
|
422
|
+
background-color: rgb(var(--sd-color-primary-800, 5 21 48) / var(--tw-bg-opacity, 1)) /* Used for pressed interaction */;
|
423
|
+
}
|
424
|
+
|
425
|
+
.sd-1-3-0-footnotes--inverted .sd-1-3-0-footnotes--marker::before {
|
426
|
+
|
427
|
+
color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
|
428
|
+
outline-color: rgb(var(--sd-color-white, 255 255 255) / 1) /* Used for buttons, inverted focus state */ !important;
|
429
|
+
}
|
430
|
+
|
431
|
+
.sd-1-3-0-footnotes--inverted:is(.sd-1-3-0-footnotes--marker) {
|
432
|
+
--tw-text-opacity: 1 !important;
|
433
|
+
color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */ !important;
|
434
|
+
outline-color: rgb(var(--sd-color-white, 255 255 255) / 1) /* Used for buttons, inverted focus state */ !important;
|
435
|
+
}
|
436
|
+
|
437
|
+
.sd-1-3-0-footnotes--inverted:is(.sd-1-3-0-footnotes--marker):target {
|
438
|
+
|
439
|
+
background-color: rgb(var(--sd-color-primary-800, 5 21 48) / var(--tw-bg-opacity, 1)) /* Used for pressed interaction */;
|
440
|
+
}
|
441
|
+
|
442
|
+
.sd-1-3-0-footnotes--marker {
|
443
|
+
position: relative;
|
444
|
+
bottom: var(--sd-spacing-2, 0.5rem) /* 8px */;
|
445
|
+
display: inline-block;
|
446
|
+
white-space: nowrap;
|
447
|
+
font-weight: 700;
|
448
|
+
text-decoration-line: none !important;
|
449
|
+
font-size: x-small;
|
450
|
+
}
|
451
|
+
|
452
|
+
.sd-1-3-0-footnotes--marker:target {
|
453
|
+
|
454
|
+
background-color: rgb(var(--sd-color-neutral-200, 233 233 233) / var(--tw-bg-opacity, 1)) /* Used for hover interaction */;
|
455
|
+
}
|
456
|
+
|
457
|
+
.sd-1-3-0-footnotes--marker::before {
|
458
|
+
content: '[ ';
|
459
|
+
display: inline-block;
|
460
|
+
}
|
461
|
+
|
462
|
+
.sd-1-3-0-footnotes--marker::after {
|
463
|
+
content: ' ]';
|
464
|
+
display: inline-block;
|
465
|
+
}
|
466
|
+
|
467
|
+
.sd-1-3-0-footnotes--marker:link,
|
468
|
+
.sd-1-3-0-footnotes--marker:visited {
|
469
|
+
|
470
|
+
color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
|
471
|
+
}
|
472
|
+
|
473
|
+
.sd-1-3-0-footnotes--marker:focus-visible {
|
474
|
+
border-radius: var(--sd-border-radius-default, 0.25rem) /* 4px Default radius for buttons */;
|
475
|
+
outline-style: solid;
|
476
|
+
outline-width: 2px;
|
477
|
+
outline-offset: 2px;
|
478
|
+
outline-color: rgb(var(--sd-color-primary, 0 53 142) / 1) /* Used for buttons, select field, focus state */;
|
479
|
+
}
|
480
|
+
|
374
481
|
/**
|
375
482
|
* Hidden links can be used to show links only for keyboard users.
|
376
|
-
* @name sd-1-
|
483
|
+
* @name sd-1-3-0-hidden-links
|
377
484
|
* @status stable
|
378
485
|
* @since 3.15.0
|
379
|
-
* @boolean sd-1-
|
380
|
-
* @boolean sd-1-
|
486
|
+
* @boolean sd-1-3-0-hidden-links--multiple Adapts styling for multiple skip links.
|
487
|
+
* @boolean sd-1-3-0-hidden-links--debug Always show the links for debugging purposes.
|
381
488
|
*/
|
382
489
|
|
383
490
|
:lang(en) {
|
@@ -388,7 +495,7 @@ Used for inverted pressed interaction text link */;
|
|
388
495
|
--sd-hidden-links-title: 'Springe zu';
|
389
496
|
}
|
390
497
|
|
391
|
-
.sd-1-
|
498
|
+
.sd-1-3-0-hidden-links:not(:focus-within):not(.sd-1-3-0-hidden-links--debug) {
|
392
499
|
position: absolute;
|
393
500
|
width: 1px;
|
394
501
|
height: 1px;
|
@@ -400,13 +507,13 @@ Used for inverted pressed interaction text link */;
|
|
400
507
|
border-width: 0;
|
401
508
|
}
|
402
509
|
|
403
|
-
.sd-1-
|
510
|
+
.sd-1-3-0-hidden-links {
|
404
511
|
position: absolute;
|
405
512
|
top: var(--sd-spacing-6, 1.5rem) /* 24px */;
|
406
513
|
left: var(--sd-spacing-6, 1.5rem) /* 24px */;
|
407
514
|
}
|
408
515
|
|
409
|
-
.sd-1-
|
516
|
+
.sd-1-3-0-hidden-links--multiple {
|
410
517
|
display: flex;
|
411
518
|
flex-direction: column;
|
412
519
|
|
@@ -420,7 +527,7 @@ Used for inverted pressed interaction text link */;
|
|
420
527
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
421
528
|
}
|
422
529
|
|
423
|
-
.sd-1-
|
530
|
+
.sd-1-3-0-hidden-links--multiple:before {
|
424
531
|
padding-left: var(--sd-spacing-4, 1rem) /* 16px */;
|
425
532
|
padding-right: var(--sd-spacing-4, 1rem) /* 16px */;
|
426
533
|
padding-top: var(--sd-spacing-2, 0.5rem) /* 8px */;
|
@@ -431,12 +538,12 @@ Used for inverted pressed interaction text link */;
|
|
431
538
|
|
432
539
|
/**
|
433
540
|
* The green accent color can be used to highlight parts of the text.
|
434
|
-
* @name sd-1-
|
541
|
+
* @name sd-1-3-0-mark
|
435
542
|
* @status stable
|
436
543
|
* @since 1.7
|
437
544
|
*/
|
438
545
|
|
439
|
-
mark.sd-1-
|
546
|
+
mark.sd-1-3-0-mark {
|
440
547
|
background-color: transparent;
|
441
548
|
|
442
549
|
color: rgb(var(--sd-color-accent, 45 157 0) / var(--tw-text-opacity, 1)) /* Used for inverted hover interaction button label */;
|
@@ -444,16 +551,16 @@ mark.sd-1-1-0-mark {
|
|
444
551
|
|
445
552
|
/**
|
446
553
|
* Meta information like file size, date, or whatever is needed.
|
447
|
-
* @name sd-1-
|
554
|
+
* @name sd-1-3-0-meta
|
448
555
|
* @status stable
|
449
556
|
* @since 1.7
|
450
|
-
* @variant { sm } sd-1-
|
451
|
-
* @boolean sd-1-
|
452
|
-
* @boolean sd-1-
|
453
|
-
* @boolean sd-1-
|
557
|
+
* @variant { sm } sd-1-3-0-meta--size-... The size. Small can be used as an alternative in tight spaces.
|
558
|
+
* @boolean sd-1-3-0-meta--inverted Inverts the meta element.
|
559
|
+
* @boolean sd-1-3-0-meta--pipe Adds a pipe right from the meta element.
|
560
|
+
* @boolean sd-1-3-0-meta--light Makes sd-1-3-0-meta light.
|
454
561
|
*/
|
455
562
|
|
456
|
-
.sd-1-
|
563
|
+
.sd-1-3-0-meta {
|
457
564
|
font-size: var(--sd-font-size-base, 1rem) /* 16px */;
|
458
565
|
font-weight: 400;
|
459
566
|
line-height: var(--sd-line-height-none, 100%) /* Used for buttons, input fields etc. */;
|
@@ -461,51 +568,393 @@ mark.sd-1-1-0-mark {
|
|
461
568
|
color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
|
462
569
|
}
|
463
570
|
|
464
|
-
.sd-1-
|
571
|
+
.sd-1-3-0-meta--size-sm {
|
465
572
|
font-size: var(--sd-font-size-sm, 0.875rem) /* 14px */;
|
466
573
|
}
|
467
574
|
|
468
|
-
.sd-1-
|
575
|
+
.sd-1-3-0-meta--light {
|
469
576
|
|
470
577
|
color: rgb(var(--sd-color-neutral-700, 104 104 104) / var(--tw-text-opacity, 1)) /* Additional text color */;
|
471
578
|
}
|
472
579
|
|
473
|
-
.sd-1-
|
580
|
+
.sd-1-3-0-meta--inverted {
|
474
581
|
|
475
582
|
color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
|
476
583
|
}
|
477
584
|
|
478
|
-
.sd-1-
|
585
|
+
.sd-1-3-0-meta--inverted.sd-1-3-0-meta--light {
|
479
586
|
|
480
587
|
color: rgb(var(--sd-color-primary-400, 153 171 208) / var(--tw-text-opacity, 1)) /* Additional text inverted color
|
481
588
|
Used for inverted pressed interaction text link */;
|
482
589
|
}
|
483
590
|
|
484
|
-
.sd-1-
|
591
|
+
.sd-1-3-0-meta--pipe::after {
|
485
592
|
content: '|';
|
486
593
|
margin-left: var(--sd-spacing-1, 0.25rem) /* 4px */;
|
487
594
|
margin-right: var(--sd-spacing-1, 0.25rem) /* 4px */;
|
488
595
|
}
|
489
596
|
|
490
|
-
.sd-1-
|
597
|
+
.sd-1-3-0-meta--pipe.sd-1-3-0-meta--size-sm::after {
|
491
598
|
margin-left: var(--sd-spacing-0-5, 0.125rem) /* 2px */;
|
492
599
|
margin-right: var(--sd-spacing-0-5, 0.125rem) /* 2px */;
|
493
600
|
}
|
494
601
|
|
602
|
+
/**
|
603
|
+
* Used to split large content into several pages, allowing users to navigate between them instead of displaying all information on a single page.
|
604
|
+
* @name sd-1-3-0-pagination
|
605
|
+
* @status stable
|
606
|
+
* @since 1.3
|
607
|
+
* @variant { simple } sd-1-3-0-pagination--... The pagination format.
|
608
|
+
* @boolean sd-1-3-0-pagination--inverted Inverts the pagination style.
|
609
|
+
*/
|
610
|
+
|
611
|
+
.sd-1-3-0-pagination > :not(ul) {
|
612
|
+
position: absolute;
|
613
|
+
height: var(--sd-spacing-0-25, 1px) /* 1px */;
|
614
|
+
width: var(--sd-spacing-0-25, 1px) /* 1px */;
|
615
|
+
overflow: hidden;
|
616
|
+
}
|
617
|
+
|
618
|
+
.sd-1-3-0-pagination ul {
|
619
|
+
display: flex;
|
620
|
+
align-items: center;
|
621
|
+
gap: var(--sd-spacing-2, 0.5rem) /* 8px */;
|
622
|
+
}
|
623
|
+
|
624
|
+
.sd-1-3-0-pagination ul li a {
|
625
|
+
display: flex;
|
626
|
+
align-items: center;
|
627
|
+
justify-content: center;
|
628
|
+
|
629
|
+
color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
|
630
|
+
transition-property: color;
|
631
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
632
|
+
transition-duration: 150ms;
|
633
|
+
}
|
634
|
+
|
635
|
+
.sd-1-3-0-pagination ul li a:hover:not([disabled]) {
|
636
|
+
|
637
|
+
color: rgb(var(--sd-color-primary-500, 70 109 175) / var(--tw-text-opacity, 1)) /* Used for hover interaction */;
|
638
|
+
}
|
639
|
+
|
640
|
+
.sd-1-3-0-pagination ul li a:active:not([disabled]) {
|
641
|
+
|
642
|
+
color: rgb(var(--sd-color-primary-800, 5 21 48) / var(--tw-text-opacity, 1)) /* Used for pressed interaction */;
|
643
|
+
}
|
644
|
+
|
645
|
+
.sd-1-3-0-pagination ul li a:focus-visible {
|
646
|
+
outline-style: solid;
|
647
|
+
outline-width: 2px;
|
648
|
+
outline-offset: 2px;
|
649
|
+
outline-color: rgb(var(--sd-color-primary, 0 53 142) / 1) /* Used for buttons, select field, focus state */;
|
650
|
+
}
|
651
|
+
|
652
|
+
/* Previous and Next */
|
653
|
+
|
654
|
+
.sd-1-3-0-pagination ul li:first-child,
|
655
|
+
.sd-1-3-0-pagination ul li:last-child {
|
656
|
+
height: var(--sd-spacing-12, 3rem) /* 48px */;
|
657
|
+
width: var(--sd-spacing-12, 3rem) /* 48px */;
|
658
|
+
}
|
659
|
+
|
660
|
+
.sd-1-3-0-pagination ul li:first-child a, .sd-1-3-0-pagination ul li:last-child a {
|
661
|
+
height: 100%;
|
662
|
+
width: 100%;
|
663
|
+
}
|
664
|
+
|
665
|
+
.sd-1-3-0-pagination ul li:first-child sd-icon, .sd-1-3-0-pagination ul li:last-child sd-icon {
|
666
|
+
height: var(--sd-spacing-6, 1.5rem) /* 24px */;
|
667
|
+
width: var(--sd-spacing-6, 1.5rem) /* 24px */;
|
668
|
+
}
|
669
|
+
|
670
|
+
/* Numbers */
|
671
|
+
|
672
|
+
.sd-1-3-0-pagination ul li {
|
673
|
+
display: flex;
|
674
|
+
height: var(--sd-spacing-8, 2rem) /* 32px */;
|
675
|
+
width: var(--sd-spacing-8, 2rem) /* 32px */;
|
676
|
+
align-items: center;
|
677
|
+
justify-content: center;
|
678
|
+
text-align: center;
|
679
|
+
}
|
680
|
+
|
681
|
+
.sd-1-3-0-pagination ul li:not(:has(a sd-icon)) a {
|
682
|
+
height: 100%;
|
683
|
+
width: 100%;
|
684
|
+
border-bottom-width: 2px;
|
685
|
+
border-bottom-color: transparent;
|
686
|
+
}
|
687
|
+
|
688
|
+
.sd-1-3-0-pagination ul li:not(:has(a sd-icon)) a[aria-current] {
|
689
|
+
--tw-border-opacity: 1;
|
690
|
+
border-bottom-color: rgb(var(--sd-color-accent, 45 157 0) / var(--tw-border-opacity, 1)) /* Used to highlight active/selected elements
|
691
|
+
*/;
|
692
|
+
}
|
693
|
+
|
694
|
+
.sd-1-3-0-pagination ul li a[aria-current] {
|
695
|
+
|
696
|
+
color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
|
697
|
+
}
|
698
|
+
|
699
|
+
.sd-1-3-0-pagination ul li a[aria-current]:hover:not([disabled]) {
|
700
|
+
|
701
|
+
color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
|
702
|
+
}
|
703
|
+
|
704
|
+
/* Previous and next arrow when it has no href */
|
705
|
+
|
706
|
+
.sd-1-3-0-pagination ul li:has(a:not([href]) sd-icon) a {
|
707
|
+
cursor: not-allowed;
|
708
|
+
|
709
|
+
color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-text-opacity, 1)) /* Used for disabled state */;
|
710
|
+
}
|
711
|
+
|
712
|
+
.sd-1-3-0-pagination ul li:has(a:not([href]) sd-icon) a:hover:not([disabled]) {
|
713
|
+
|
714
|
+
color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-text-opacity, 1)) /* Used for disabled state */;
|
715
|
+
}
|
716
|
+
|
717
|
+
/* Numbers */
|
718
|
+
|
719
|
+
/* Number which is not current */
|
720
|
+
|
721
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):not(:has(a[aria-current])) {
|
722
|
+
pointer-events: none;
|
723
|
+
position: absolute;
|
724
|
+
}
|
725
|
+
|
726
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):not(:has(a[aria-current])) a {
|
727
|
+
display: none;
|
728
|
+
}
|
729
|
+
|
730
|
+
/* Apply ellipsis to (n + 2 && n - 1) */
|
731
|
+
|
732
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):has(+ li + li a[aria-current]),
|
733
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):has(a[aria-current]) + li + li:not(:last-child) {
|
734
|
+
pointer-events: auto !important;
|
735
|
+
position: relative !important;
|
736
|
+
}
|
737
|
+
|
738
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):has(+ li + li a[aria-current])::after,
|
739
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):has(a[aria-current]) + li + li:not(:last-child)::after {
|
740
|
+
--tw-content: '...';
|
741
|
+
content: var(--tw-content);
|
742
|
+
}
|
743
|
+
|
744
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-child(2),
|
745
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-last-child(2),
|
746
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):has(+ li a[aria-current]),
|
747
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):has(a[aria-current]) + li {
|
748
|
+
pointer-events: auto !important;
|
749
|
+
position: relative !important;
|
750
|
+
}
|
751
|
+
|
752
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-child(2)::after,
|
753
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-last-child(2)::after,
|
754
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):has(+ li a[aria-current])::after,
|
755
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):has(a[aria-current]) + li::after {
|
756
|
+
content: var(--tw-content) !important;
|
757
|
+
display: none !important;
|
758
|
+
}
|
759
|
+
|
760
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-child(2) a, .sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-last-child(2) a, .sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):has(+ li a[aria-current]) a, .sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):has(a[aria-current]) + li a {
|
761
|
+
display: flex !important;
|
762
|
+
}
|
763
|
+
|
764
|
+
/* When one of the first 4 pages is selected */
|
765
|
+
|
766
|
+
/* Show until the 5th page (forward) */
|
767
|
+
|
768
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-child(-n + 6):has(a[aria-current]) ~ :nth-child(-n + 6) {
|
769
|
+
pointer-events: auto;
|
770
|
+
position: relative;
|
771
|
+
}
|
772
|
+
|
773
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-child(-n + 6):has(a[aria-current]) ~ :nth-child(-n + 6)::after {
|
774
|
+
content: var(--tw-content);
|
775
|
+
display: none;
|
776
|
+
}
|
777
|
+
|
778
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-child(-n + 6):has(a[aria-current]) ~ :nth-child(-n + 6) a {
|
779
|
+
display: flex;
|
780
|
+
}
|
781
|
+
|
782
|
+
/* Show ellipsis on the 6th */
|
783
|
+
|
784
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-child(-n + 6):has(a[aria-current]) ~ :nth-child(6):not(:last-child) + li {
|
785
|
+
pointer-events: none;
|
786
|
+
position: relative;
|
787
|
+
}
|
788
|
+
|
789
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-child(-n + 6):has(a[aria-current]) ~ :nth-child(6):not(:last-child) + li::after {
|
790
|
+
--tw-content: '...';
|
791
|
+
content: var(--tw-content);
|
792
|
+
}
|
793
|
+
|
794
|
+
/* When one of the first 4 pages is selected, show until the 5th page (backward) */
|
795
|
+
|
796
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current]) {
|
797
|
+
pointer-events: auto;
|
798
|
+
position: relative;
|
799
|
+
}
|
800
|
+
|
801
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current])::after {
|
802
|
+
content: var(--tw-content);
|
803
|
+
display: none;
|
804
|
+
}
|
805
|
+
|
806
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current]) a {
|
807
|
+
display: flex;
|
808
|
+
}
|
809
|
+
|
810
|
+
/* When one of the last 4 pages is selected, show the last 4 pages (forward) */
|
811
|
+
|
812
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-last-child(-n + 5):has(a[aria-current]) ~ :nth-last-child(-n + 5):not(:has(a sd-icon)) {
|
813
|
+
pointer-events: auto;
|
814
|
+
position: relative;
|
815
|
+
}
|
816
|
+
|
817
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-last-child(-n + 5):has(a[aria-current]) ~ :nth-last-child(-n + 5):not(:has(a sd-icon))::after {
|
818
|
+
content: var(--tw-content);
|
819
|
+
display: none;
|
820
|
+
}
|
821
|
+
|
822
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-last-child(-n + 5):has(a[aria-current]) ~ :nth-last-child(-n + 5):not(:has(a sd-icon)) a {
|
823
|
+
display: flex;
|
824
|
+
}
|
825
|
+
|
826
|
+
/* When one of the last 4 pages is selected, show the last 4 pages (backward) */
|
827
|
+
|
828
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-last-child(-n + 6):has(~ :nth-last-child(-n + 5) a[aria-current]) {
|
829
|
+
pointer-events: auto;
|
830
|
+
position: relative;
|
831
|
+
}
|
832
|
+
|
833
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-last-child(-n + 6):has(~ :nth-last-child(-n + 5) a[aria-current])::after {
|
834
|
+
content: var(--tw-content);
|
835
|
+
display: none;
|
836
|
+
}
|
837
|
+
|
838
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-last-child(-n + 6):has(~ :nth-last-child(-n + 5) a[aria-current]) a {
|
839
|
+
display: flex;
|
840
|
+
}
|
841
|
+
|
842
|
+
/* Show ellipsis on the 6th to last */
|
843
|
+
|
844
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-last-child(7):has(~ :nth-last-child(-n + 5) a[aria-current]) {
|
845
|
+
pointer-events: none;
|
846
|
+
position: relative;
|
847
|
+
}
|
848
|
+
|
849
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul li:not(:has(a sd-icon)):nth-last-child(7):has(~ :nth-last-child(-n + 5) a[aria-current])::after {
|
850
|
+
--tw-content: '...';
|
851
|
+
content: var(--tw-content);
|
852
|
+
}
|
853
|
+
|
854
|
+
/* When it only has 5 numbers + 2 prev & next buttons */
|
855
|
+
|
856
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li {
|
857
|
+
pointer-events: auto;
|
858
|
+
position: relative;
|
859
|
+
}
|
860
|
+
|
861
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li::after {
|
862
|
+
content: var(--tw-content);
|
863
|
+
display: none;
|
864
|
+
}
|
865
|
+
|
866
|
+
.sd-1-3-0-pagination:not(.sd-1-3-0-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li a {
|
867
|
+
display: flex;
|
868
|
+
}
|
869
|
+
|
870
|
+
.sd-1-3-0-pagination--simple ul li:nth-child(2) {
|
871
|
+
position: relative;
|
872
|
+
margin-inline-end: var(--sd-spacing-5, 1.25rem) /* 20px */;
|
873
|
+
width: var(--sd-spacing-8, 2rem) /* 32px */;
|
874
|
+
border-bottom-width: 2px;
|
875
|
+
--tw-border-opacity: 1;
|
876
|
+
border-bottom-color: rgb(var(--sd-color-accent, 45 157 0) / var(--tw-border-opacity, 1)) /* Used to highlight active/selected elements
|
877
|
+
*/;
|
878
|
+
}
|
879
|
+
|
880
|
+
.sd-1-3-0-pagination--simple ul li:nth-child(2)::after {
|
881
|
+
position: absolute;
|
882
|
+
right: -18px;
|
883
|
+
--tw-scale-y: 1.5;
|
884
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
885
|
+
--tw-content: '/';
|
886
|
+
content: var(--tw-content);
|
887
|
+
}
|
888
|
+
|
889
|
+
.sd-1-3-0-pagination--simple ul li:nth-last-child(2) {
|
890
|
+
border-bottom-width: 2px;
|
891
|
+
border-bottom-color: transparent;
|
892
|
+
}
|
893
|
+
|
894
|
+
.sd-1-3-0-pagination--inverted ul li::after {
|
895
|
+
content: var(--tw-content);
|
896
|
+
|
897
|
+
color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
|
898
|
+
}
|
899
|
+
|
900
|
+
.sd-1-3-0-pagination--inverted ul li:has(a:not([href]) sd-icon) a {
|
901
|
+
|
902
|
+
color: rgb(var(--sd-color-neutral-600, 136 136 136) / var(--tw-text-opacity, 1)) /* Used for inverted disabled state */;
|
903
|
+
}
|
904
|
+
|
905
|
+
.sd-1-3-0-pagination--inverted ul li:has(a:not([href]) sd-icon) a:hover:not([disabled]) {
|
906
|
+
|
907
|
+
color: rgb(var(--sd-color-neutral-600, 136 136 136) / var(--tw-text-opacity, 1)) /* Used for inverted disabled state */;
|
908
|
+
}
|
909
|
+
|
910
|
+
.sd-1-3-0-pagination--inverted ul li a,
|
911
|
+
.sd-1-3-0-pagination--inverted ul li a[aria-current] {
|
912
|
+
|
913
|
+
color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
|
914
|
+
}
|
915
|
+
|
916
|
+
.sd-1-3-0-pagination--inverted ul li a:hover:not([disabled]),
|
917
|
+
.sd-1-3-0-pagination--inverted ul li a[aria-current]:hover:not([disabled]) {
|
918
|
+
|
919
|
+
color: rgb(var(--sd-color-primary-200, 224 233 243) / var(--tw-text-opacity, 1)) /* Used for inverted hover interaction text link and inverted pressed interaction button label */;
|
920
|
+
}
|
921
|
+
|
922
|
+
.sd-1-3-0-pagination--inverted ul li a:active:not([disabled]),
|
923
|
+
.sd-1-3-0-pagination--inverted ul li a[aria-current]:active:not([disabled]) {
|
924
|
+
|
925
|
+
color: rgb(var(--sd-color-primary-400, 153 171 208) / var(--tw-text-opacity, 1)) /* Additional text inverted color
|
926
|
+
Used for inverted pressed interaction text link */;
|
927
|
+
}
|
928
|
+
|
929
|
+
.sd-1-3-0-pagination--inverted ul li a:focus-visible, .sd-1-3-0-pagination--inverted ul li a[aria-current]:focus-visible {
|
930
|
+
outline-color: rgb(var(--sd-color-white, 255 255 255) / 1) /* Used for buttons, inverted focus state */;
|
931
|
+
}
|
932
|
+
|
933
|
+
.sd-1-3-0-pagination--inverted.sd-1-3-0-pagination--simple ul li {
|
934
|
+
|
935
|
+
color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
|
936
|
+
}
|
937
|
+
|
938
|
+
.sd-1-3-0-pagination--inverted.sd-1-3-0-pagination--simple ul li::after {
|
939
|
+
content: var(--tw-content);
|
940
|
+
|
941
|
+
color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
|
942
|
+
}
|
943
|
+
|
495
944
|
/**
|
496
945
|
* Description of the style.
|
497
|
-
* @name sd-1-
|
946
|
+
* @name sd-1-3-0-status-badge
|
498
947
|
* @status stable
|
499
948
|
* @since 1.0
|
500
|
-
* @variant { sucess | warning | error | info } sd-1-
|
949
|
+
* @variant { sucess | warning | error | info } sd-1-3-0-status-badge--...
|
501
950
|
*/
|
502
951
|
|
503
|
-
.sd-1-
|
952
|
+
.sd-1-3-0-status-badge {
|
504
953
|
display: inline-flex;
|
505
954
|
align-items: center;
|
506
955
|
}
|
507
956
|
|
508
|
-
.sd-1-
|
957
|
+
.sd-1-3-0-status-badge sd-icon {
|
509
958
|
margin-right: var(--sd-spacing-2, 0.5rem) /* 8px */;
|
510
959
|
display: flex;
|
511
960
|
height: var(--sd-spacing-3, 0.75rem) /* 12px */;
|
@@ -516,22 +965,22 @@ Used for inverted pressed interaction text link */;
|
|
516
965
|
color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */ !important;
|
517
966
|
}
|
518
967
|
|
519
|
-
.sd-1-
|
968
|
+
.sd-1-3-0-status-badge--success sd-icon {
|
520
969
|
|
521
970
|
background-color: rgb(var(--sd-color-success, 37 136 14) / var(--tw-bg-opacity, 1)) /* Used for success messages */;
|
522
971
|
}
|
523
972
|
|
524
|
-
.sd-1-
|
973
|
+
.sd-1-3-0-status-badge--warning sd-icon {
|
525
974
|
|
526
975
|
background-color: rgb(var(--sd-color-warning, 187 141 32) / var(--tw-bg-opacity, 1)) /* Used for notifications */;
|
527
976
|
}
|
528
977
|
|
529
|
-
.sd-1-
|
978
|
+
.sd-1-3-0-status-badge--error sd-icon {
|
530
979
|
|
531
980
|
background-color: rgb(var(--sd-color-error, 204 25 55) / var(--tw-bg-opacity, 1)) /* Used for notification, status-badge */;
|
532
981
|
}
|
533
982
|
|
534
|
-
.sd-1-
|
983
|
+
.sd-1-3-0-status-badge--info sd-icon {
|
535
984
|
|
536
985
|
background-color: rgb(var(--sd-color-info, 21 130 213) / var(--tw-bg-opacity, 1)) /* Used for notification, status-badge */;
|
537
986
|
}
|
@@ -540,23 +989,23 @@ Used for inverted pressed interaction text link */;
|
|
540
989
|
|
541
990
|
/**
|
542
991
|
* Prose
|
543
|
-
* @name sd-1-
|
992
|
+
* @name sd-1-3-0-prose
|
544
993
|
* @status stable
|
545
994
|
* @since 3.6.0
|
546
|
-
* @boolean sd-1-
|
547
|
-
* @boolean sd-1-
|
995
|
+
* @boolean sd-1-3-0-prose--inverted Inverts the content, but not tables.
|
996
|
+
* @boolean sd-1-3-0-prose--full-width Overrides the 80ch max-width and makes the prose full width.
|
548
997
|
*/
|
549
998
|
|
550
999
|
/**
|
551
1000
|
* Display provides larger text sizes that are not used as headlines. The different sizes allow for a more versatile styling of text elements. Display text should not be used as substitute for headlines.
|
552
|
-
* @name sd-1-
|
1001
|
+
* @name sd-1-3-0-display
|
553
1002
|
* @status stable
|
554
1003
|
* @since 1.7
|
555
|
-
* @variant { xl | 3xl } sd-1-
|
556
|
-
* @boolean sd-1-
|
1004
|
+
* @variant { xl | 3xl } sd-1-3-0-display--size-... The display's size.
|
1005
|
+
* @boolean sd-1-3-0-display--inverted Inverts the display text.
|
557
1006
|
*/
|
558
1007
|
|
559
|
-
.sd-1-
|
1008
|
+
.sd-1-3-0-display {
|
560
1009
|
font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
|
561
1010
|
font-weight: 400;
|
562
1011
|
line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
|
@@ -566,12 +1015,12 @@ Used for inverted pressed interaction text link */;
|
|
566
1015
|
|
567
1016
|
@media (min-width: 1024px) {
|
568
1017
|
|
569
|
-
.sd-1-
|
1018
|
+
.sd-1-3-0-display {
|
570
1019
|
font-size: var(--sd-font-size-4xl, 2.5rem) /* 40px */;
|
571
1020
|
}
|
572
1021
|
}
|
573
1022
|
|
574
|
-
.sd-1-
|
1023
|
+
.sd-1-3-0-display--size-xl {
|
575
1024
|
font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */;
|
576
1025
|
font-weight: 400;
|
577
1026
|
line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
|
@@ -579,7 +1028,7 @@ Used for inverted pressed interaction text link */;
|
|
579
1028
|
color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
|
580
1029
|
}
|
581
1030
|
|
582
|
-
.sd-1-
|
1031
|
+
.sd-1-3-0-display--size-3xl {
|
583
1032
|
font-size: var(--sd-font-size-2xl, 1.75rem) /* 28px */;
|
584
1033
|
font-weight: 400;
|
585
1034
|
line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
|
@@ -589,35 +1038,35 @@ Used for inverted pressed interaction text link */;
|
|
589
1038
|
|
590
1039
|
@media (min-width: 1024px) {
|
591
1040
|
|
592
|
-
.sd-1-
|
1041
|
+
.sd-1-3-0-display--size-3xl {
|
593
1042
|
font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
|
594
1043
|
}
|
595
1044
|
}
|
596
1045
|
|
597
|
-
.sd-1-
|
1046
|
+
.sd-1-3-0-display--inverted {
|
598
1047
|
|
599
1048
|
color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
|
600
1049
|
}
|
601
1050
|
|
602
1051
|
/**
|
603
1052
|
* Headlines are vital for displaying content hierarchy and to improve accessibility. A headline can be additionally accompanied by an icon. The icon can be displayed on the left side or inline.
|
604
|
-
* @name sd-1-
|
1053
|
+
* @name sd-1-3-0-headline
|
605
1054
|
* @status stable
|
606
1055
|
* @since 1.16
|
607
|
-
* @variant { 3xl | xl | lg | base } sd-1-
|
608
|
-
* @boolean sd-1-
|
609
|
-
* @boolean sd-1-
|
1056
|
+
* @variant { 3xl | xl | lg | base } sd-1-3-0-headline--size-... The headline's size.
|
1057
|
+
* @boolean sd-1-3-0-headline--inverted Inverts the headline text.
|
1058
|
+
* @boolean sd-1-3-0-headline--inline Sets inline behavior. Used exclusively when an sd-icon or other component is present. See usage <a href="#inline">here.</a>
|
610
1059
|
*/
|
611
1060
|
|
612
|
-
.sd-1-
|
613
|
-
.sd-1-
|
1061
|
+
.sd-1-3-0-headline,
|
1062
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5) {
|
614
1063
|
display: flex;
|
615
1064
|
font-weight: 700;
|
616
1065
|
|
617
1066
|
color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
|
618
1067
|
}
|
619
1068
|
|
620
|
-
.sd-1-
|
1069
|
+
.sd-1-3-0-headline sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5) sd-icon {
|
621
1070
|
flex-shrink: 0;
|
622
1071
|
font-size: 3rem;
|
623
1072
|
|
@@ -626,15 +1075,15 @@ Used for inverted pressed interaction text link */;
|
|
626
1075
|
|
627
1076
|
@media (min-width: 640px) {
|
628
1077
|
|
629
|
-
.sd-1-
|
1078
|
+
.sd-1-3-0-headline sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5) sd-icon {
|
630
1079
|
margin-top: var(--sd-spacing-2, 0.5rem) /* 8px */;
|
631
1080
|
}
|
632
1081
|
}
|
633
1082
|
|
634
|
-
.sd-1-
|
635
|
-
.sd-1-
|
636
|
-
.sd-1-
|
637
|
-
.sd-1-
|
1083
|
+
.sd-1-3-0-headline.sd-1-3-0-headline,
|
1084
|
+
.sd-1-3-0-headline:is(h1):not(.sd-1-3-0-headline),
|
1085
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline,
|
1086
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-3-0-headline) {
|
638
1087
|
gap: var(--sd-spacing-4, 1rem) /* 16px */;
|
639
1088
|
font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
|
640
1089
|
line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
|
@@ -642,29 +1091,29 @@ Used for inverted pressed interaction text link */;
|
|
642
1091
|
|
643
1092
|
@media (min-width: 640px) {
|
644
1093
|
|
645
|
-
.sd-1-
|
646
|
-
.sd-1-
|
647
|
-
.sd-1-
|
648
|
-
.sd-1-
|
1094
|
+
.sd-1-3-0-headline.sd-1-3-0-headline,
|
1095
|
+
.sd-1-3-0-headline:is(h1):not(.sd-1-3-0-headline),
|
1096
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline,
|
1097
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-3-0-headline) {
|
649
1098
|
font-size: var(--sd-font-size-4xl, 2.5rem) /* 40px */;
|
650
1099
|
}
|
651
1100
|
}
|
652
1101
|
|
653
|
-
.sd-1-
|
1102
|
+
.sd-1-3-0-headline.sd-1-3-0-headline sd-icon, .sd-1-3-0-headline:is(h1):not(.sd-1-3-0-headline) sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-3-0-headline) sd-icon {
|
654
1103
|
margin-top: calc(var(--sd-spacing-1, 0.25rem) /* 4px */ * -1);
|
655
1104
|
}
|
656
1105
|
|
657
1106
|
@media (min-width: 640px) {
|
658
1107
|
|
659
|
-
.sd-1-
|
1108
|
+
.sd-1-3-0-headline.sd-1-3-0-headline sd-icon, .sd-1-3-0-headline:is(h1):not(.sd-1-3-0-headline) sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-3-0-headline) sd-icon {
|
660
1109
|
margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
661
1110
|
}
|
662
1111
|
}
|
663
1112
|
|
664
|
-
.sd-1-
|
665
|
-
.sd-1-
|
666
|
-
.sd-1-
|
667
|
-
.sd-1-
|
1113
|
+
.sd-1-3-0-headline.sd-1-3-0-headline--size-3xl,
|
1114
|
+
.sd-1-3-0-headline:is(h2):not(.sd-1-3-0-headline),
|
1115
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-3xl,
|
1116
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-3-0-headline) {
|
668
1117
|
gap: var(--sd-spacing-4, 1rem) /* 16px */;
|
669
1118
|
font-size: var(--sd-font-size-2xl, 1.75rem) /* 28px */;
|
670
1119
|
line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
|
@@ -672,144 +1121,144 @@ Used for inverted pressed interaction text link */;
|
|
672
1121
|
|
673
1122
|
@media (min-width: 640px) {
|
674
1123
|
|
675
|
-
.sd-1-
|
676
|
-
.sd-1-
|
677
|
-
.sd-1-
|
678
|
-
.sd-1-
|
1124
|
+
.sd-1-3-0-headline.sd-1-3-0-headline--size-3xl,
|
1125
|
+
.sd-1-3-0-headline:is(h2):not(.sd-1-3-0-headline),
|
1126
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-3xl,
|
1127
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-3-0-headline) {
|
679
1128
|
font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
|
680
1129
|
}
|
681
1130
|
}
|
682
1131
|
|
683
|
-
.sd-1-
|
1132
|
+
.sd-1-3-0-headline.sd-1-3-0-headline--size-3xl sd-icon, .sd-1-3-0-headline:is(h2):not(.sd-1-3-0-headline) sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-3xl sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-3-0-headline) sd-icon {
|
684
1133
|
margin-top: calc(var(--sd-spacing-1, 0.25rem) /* 4px */ * -1);
|
685
1134
|
}
|
686
1135
|
|
687
1136
|
@media (min-width: 640px) {
|
688
1137
|
|
689
|
-
.sd-1-
|
1138
|
+
.sd-1-3-0-headline.sd-1-3-0-headline--size-3xl sd-icon, .sd-1-3-0-headline:is(h2):not(.sd-1-3-0-headline) sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-3xl sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-3-0-headline) sd-icon {
|
690
1139
|
margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
691
1140
|
}
|
692
1141
|
}
|
693
1142
|
|
694
|
-
.sd-1-
|
695
|
-
.sd-1-
|
696
|
-
.sd-1-
|
697
|
-
.sd-1-
|
698
|
-
.sd-1-
|
699
|
-
.sd-1-
|
700
|
-
.sd-1-
|
701
|
-
.sd-1-
|
1143
|
+
.sd-1-3-0-headline.sd-1-3-0-headline--size-xl,
|
1144
|
+
.sd-1-3-0-headline.sd-1-3-0-headline--size-lg,
|
1145
|
+
.sd-1-3-0-headline.sd-1-3-0-headline--size-base,
|
1146
|
+
.sd-1-3-0-headline:is(h3, h4, h5):not(.sd-1-3-0-headline),
|
1147
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-xl,
|
1148
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-lg,
|
1149
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-base,
|
1150
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-1-3-0-headline) {
|
702
1151
|
gap: var(--sd-spacing-2, 0.5rem) /* 8px */;
|
703
1152
|
|
704
1153
|
color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
|
705
1154
|
}
|
706
1155
|
|
707
|
-
.sd-1-
|
1156
|
+
.sd-1-3-0-headline.sd-1-3-0-headline--size-xl sd-icon, .sd-1-3-0-headline.sd-1-3-0-headline--size-lg sd-icon, .sd-1-3-0-headline.sd-1-3-0-headline--size-base sd-icon, .sd-1-3-0-headline:is(h3, h4, h5):not(.sd-1-3-0-headline) sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-xl sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-lg sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-base sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-1-3-0-headline) sd-icon {
|
708
1157
|
font-size: 2rem;
|
709
1158
|
}
|
710
1159
|
|
711
|
-
.sd-1-
|
712
|
-
.sd-1-
|
713
|
-
.sd-1-
|
714
|
-
.sd-1-
|
1160
|
+
.sd-1-3-0-headline.sd-1-3-0-headline--size-xl,
|
1161
|
+
.sd-1-3-0-headline:is(h3):not(.sd-1-3-0-headline),
|
1162
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-xl,
|
1163
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-3-0-headline) {
|
715
1164
|
font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */;
|
716
1165
|
}
|
717
1166
|
|
718
|
-
.sd-1-
|
1167
|
+
.sd-1-3-0-headline.sd-1-3-0-headline--size-xl sd-icon, .sd-1-3-0-headline:is(h3):not(.sd-1-3-0-headline) sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-xl sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-3-0-headline) sd-icon {
|
719
1168
|
margin-top: var(--sd-spacing-0-5, 0.125rem) /* 2px */;
|
720
1169
|
}
|
721
1170
|
|
722
1171
|
@media (min-width: 640px) {
|
723
1172
|
|
724
|
-
.sd-1-
|
1173
|
+
.sd-1-3-0-headline.sd-1-3-0-headline--size-xl sd-icon, .sd-1-3-0-headline:is(h3):not(.sd-1-3-0-headline) sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-xl sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-3-0-headline) sd-icon {
|
725
1174
|
margin-top: var(--sd-spacing-0-5, 0.125rem) /* 2px */;
|
726
1175
|
}
|
727
1176
|
}
|
728
1177
|
|
729
|
-
.sd-1-
|
730
|
-
.sd-1-
|
731
|
-
.sd-1-
|
732
|
-
.sd-1-
|
733
|
-
.sd-1-
|
734
|
-
.sd-1-
|
1178
|
+
.sd-1-3-0-headline.sd-1-3-0-headline--size-lg,
|
1179
|
+
.sd-1-3-0-headline.sd-1-3-0-headline--size-base,
|
1180
|
+
.sd-1-3-0-headline:is(h4, h5):not(.sd-1-3-0-headline),
|
1181
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-lg,
|
1182
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-base,
|
1183
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h4, h5):not(.sd-1-3-0-headline) {
|
735
1184
|
line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
|
736
1185
|
}
|
737
1186
|
|
738
|
-
.sd-1-
|
739
|
-
.sd-1-
|
740
|
-
.sd-1-
|
741
|
-
.sd-1-
|
1187
|
+
.sd-1-3-0-headline.sd-1-3-0-headline--size-lg,
|
1188
|
+
.sd-1-3-0-headline:is(h4),
|
1189
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-lg,
|
1190
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h4) {
|
742
1191
|
font-size: var(--sd-font-size-lg, 1.25rem) /* 20px */;
|
743
1192
|
}
|
744
1193
|
|
745
|
-
.sd-1-
|
1194
|
+
.sd-1-3-0-headline.sd-1-3-0-headline--size-lg sd-icon, .sd-1-3-0-headline:is(h4) sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-lg sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
|
746
1195
|
margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
747
1196
|
}
|
748
1197
|
|
749
1198
|
@media (min-width: 640px) {
|
750
1199
|
|
751
|
-
.sd-1-
|
1200
|
+
.sd-1-3-0-headline.sd-1-3-0-headline--size-lg sd-icon, .sd-1-3-0-headline:is(h4) sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-lg sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
|
752
1201
|
margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
753
1202
|
}
|
754
1203
|
}
|
755
1204
|
|
756
|
-
.sd-1-
|
757
|
-
.sd-1-
|
758
|
-
.sd-1-
|
759
|
-
.sd-1-
|
1205
|
+
.sd-1-3-0-headline.sd-1-3-0-headline--size-base,
|
1206
|
+
.sd-1-3-0-headline:is(h5):not(.sd-1-3-0-headline),
|
1207
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-base,
|
1208
|
+
.sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-3-0-headline) {
|
760
1209
|
font-size: var(--sd-font-size-base, 1rem) /* 16px */;
|
761
1210
|
}
|
762
1211
|
|
763
|
-
.sd-1-
|
1212
|
+
.sd-1-3-0-headline.sd-1-3-0-headline--size-base sd-icon, .sd-1-3-0-headline:is(h5):not(.sd-1-3-0-headline) sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-base sd-icon, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-3-0-headline) sd-icon {
|
764
1213
|
margin-top: calc(var(--sd-spacing-1, 0.25rem) /* 4px */ * -1);
|
765
1214
|
}
|
766
1215
|
|
767
|
-
.sd-1-
|
1216
|
+
.sd-1-3-0-headline.sd-1-3-0-headline--size-base mark, .sd-1-3-0-headline:is(h5):not(.sd-1-3-0-headline) mark, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5).sd-1-3-0-headline--size-base mark, .sd-1-3-0-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-3-0-headline) mark {
|
768
1217
|
color: inherit;
|
769
1218
|
}
|
770
1219
|
|
771
|
-
.sd-1-
|
1220
|
+
.sd-1-3-0-headline--inline {
|
772
1221
|
display: inline-block;
|
773
1222
|
}
|
774
1223
|
|
775
|
-
.sd-1-
|
1224
|
+
.sd-1-3-0-headline--inline sd-icon {
|
776
1225
|
margin-right: var(--sd-spacing-2, 0.5rem) /* 8px */;
|
777
1226
|
margin-top: calc(var(--sd-spacing-1, 0.25rem) /* 4px */ * -1);
|
778
1227
|
vertical-align: middle;
|
779
1228
|
}
|
780
1229
|
|
781
|
-
.sd-1-
|
1230
|
+
.sd-1-3-0-headline--inline:is(.sd-1-3-0-headline--size-xl, .sd-1-3-0-headline--size-lg, .sd-1-3-0-headline--size-base) sd-icon {
|
782
1231
|
margin-right: var(--sd-spacing-0-5, 0.125rem) /* 2px */;
|
783
1232
|
}
|
784
1233
|
|
785
|
-
.sd-1-
|
786
|
-
.sd-1-
|
1234
|
+
.sd-1-3-0-headline--inverted:not(#_),
|
1235
|
+
.sd-1-3-0-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-1-3-0-headline):not(#_) {
|
787
1236
|
|
788
1237
|
color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
|
789
1238
|
}
|
790
1239
|
|
791
|
-
.sd-1-
|
1240
|
+
.sd-1-3-0-headline--inverted:not(#_) sd-icon, .sd-1-3-0-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-1-3-0-headline):not(#_) sd-icon {
|
792
1241
|
|
793
1242
|
color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
|
794
1243
|
}
|
795
1244
|
|
796
1245
|
/**
|
797
1246
|
* Generates basic styles for interactive elements.
|
798
|
-
* @name sd-1-
|
1247
|
+
* @name sd-1-3-0-interactive
|
799
1248
|
* @status stable
|
800
1249
|
* @since 1.11
|
801
|
-
* @boolean sd-1-
|
802
|
-
* @boolean sd-1-
|
803
|
-
* @boolean sd-1-
|
1250
|
+
* @boolean sd-1-3-0-interactive--disabled Makes an element look disabled.
|
1251
|
+
* @boolean sd-1-3-0-interactive--inverted Inverts the colors of an element.
|
1252
|
+
* @boolean sd-1-3-0-interactive--reset Resets the default browser styles of e.g., a button.
|
804
1253
|
*/
|
805
1254
|
|
806
|
-
.sd-1-
|
1255
|
+
.sd-1-3-0-prose a--reset, .sd-1-3-0-interactive--reset {
|
807
1256
|
all: unset;
|
808
1257
|
outline: revert;
|
809
1258
|
}
|
810
1259
|
|
811
|
-
.sd-1-
|
812
|
-
.sd-1-
|
1260
|
+
.sd-1-3-0-prose a,
|
1261
|
+
.sd-1-3-0-interactive {
|
813
1262
|
cursor: pointer;
|
814
1263
|
|
815
1264
|
color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
|
@@ -819,80 +1268,80 @@ Used for inverted pressed interaction text link */;
|
|
819
1268
|
transition-duration: 150ms;
|
820
1269
|
}
|
821
1270
|
|
822
|
-
.sd-1-
|
823
|
-
.sd-1-
|
1271
|
+
.sd-1-3-0-prose a:hover:not([disabled]),
|
1272
|
+
.sd-1-3-0-interactive:hover:not([disabled]) {
|
824
1273
|
|
825
1274
|
color: rgb(var(--sd-color-primary-500, 70 109 175) / var(--tw-text-opacity, 1)) /* Used for hover interaction */;
|
826
1275
|
}
|
827
1276
|
|
828
|
-
.sd-1-
|
829
|
-
.sd-1-
|
1277
|
+
.sd-1-3-0-prose a:active:not([disabled]),
|
1278
|
+
.sd-1-3-0-interactive:active:not([disabled]) {
|
830
1279
|
|
831
1280
|
color: rgb(var(--sd-color-primary-800, 5 21 48) / var(--tw-text-opacity, 1)) /* Used for pressed interaction */;
|
832
1281
|
}
|
833
1282
|
|
834
|
-
.sd-1-
|
1283
|
+
.sd-1-3-0-prose a:is(.sd-1-3-0-interactive), .sd-1-3-0-interactive:is(.sd-1-3-0-interactive) {
|
835
1284
|
text-decoration-line: none;
|
836
1285
|
}
|
837
1286
|
|
838
|
-
.sd-1-
|
1287
|
+
.sd-1-3-0-prose a:focus-visible, .sd-1-3-0-interactive:focus-visible {
|
839
1288
|
outline-style: solid;
|
840
1289
|
outline-width: 2px;
|
841
1290
|
outline-offset: 2px;
|
842
1291
|
outline-color: rgb(var(--sd-color-primary, 0 53 142) / 1) /* Used for buttons, select field, focus state */;
|
843
1292
|
}
|
844
1293
|
|
845
|
-
.sd-1-
|
846
|
-
.sd-1-
|
847
|
-
.sd-1-
|
848
|
-
.sd-1-
|
849
|
-
.sd-1-
|
850
|
-
.sd-1-
|
1294
|
+
.sd-1-3-0-prose a--disabled,
|
1295
|
+
.sd-1-3-0-prose a[disabled],
|
1296
|
+
.sd-1-3-0-prose a[href=''],
|
1297
|
+
.sd-1-3-0-interactive--disabled,
|
1298
|
+
.sd-1-3-0-interactive[disabled],
|
1299
|
+
.sd-1-3-0-interactive[href=''] {
|
851
1300
|
cursor: not-allowed;
|
852
1301
|
|
853
1302
|
color: rgb(var(--sd-color-neutral-600, 136 136 136) / var(--tw-text-opacity, 1)) /* Used for inverted disabled state */;
|
854
1303
|
}
|
855
1304
|
|
856
|
-
.sd-1-
|
857
|
-
.sd-1-
|
858
|
-
.sd-1-
|
859
|
-
.sd-1-
|
860
|
-
.sd-1-
|
861
|
-
.sd-1-
|
1305
|
+
.sd-1-3-0-prose a--disabled:hover:not([disabled]),
|
1306
|
+
.sd-1-3-0-prose a[disabled]:hover:not([disabled]),
|
1307
|
+
.sd-1-3-0-prose a[href='']:hover:not([disabled]),
|
1308
|
+
.sd-1-3-0-interactive--disabled:hover:not([disabled]),
|
1309
|
+
.sd-1-3-0-interactive[disabled]:hover:not([disabled]),
|
1310
|
+
.sd-1-3-0-interactive[href='']:hover:not([disabled]) {
|
862
1311
|
|
863
1312
|
color: rgb(var(--sd-color-neutral-600, 136 136 136) / var(--tw-text-opacity, 1)) /* Used for inverted disabled state */;
|
864
1313
|
}
|
865
1314
|
|
866
|
-
.sd-1-
|
867
|
-
.sd-1-
|
868
|
-
.sd-1-
|
869
|
-
.sd-1-
|
870
|
-
.sd-1-
|
871
|
-
.sd-1-
|
1315
|
+
.sd-1-3-0-prose a--disabled:active:not([disabled]),
|
1316
|
+
.sd-1-3-0-prose a[disabled]:active:not([disabled]),
|
1317
|
+
.sd-1-3-0-prose a[href='']:active:not([disabled]),
|
1318
|
+
.sd-1-3-0-interactive--disabled:active:not([disabled]),
|
1319
|
+
.sd-1-3-0-interactive[disabled]:active:not([disabled]),
|
1320
|
+
.sd-1-3-0-interactive[href='']:active:not([disabled]) {
|
872
1321
|
|
873
1322
|
color: rgb(var(--sd-color-neutral-600, 136 136 136) / var(--tw-text-opacity, 1)) /* Used for inverted disabled state */;
|
874
1323
|
}
|
875
1324
|
|
876
|
-
.sd-1-
|
877
|
-
.sd-1-
|
1325
|
+
.sd-1-3-0-prose--inverted a,
|
1326
|
+
.sd-1-3-0-interactive--inverted {
|
878
1327
|
|
879
1328
|
color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
|
880
1329
|
}
|
881
1330
|
|
882
|
-
.sd-1-
|
883
|
-
.sd-1-
|
1331
|
+
.sd-1-3-0-prose--inverted a:hover:not([disabled]),
|
1332
|
+
.sd-1-3-0-interactive--inverted:hover:not([disabled]) {
|
884
1333
|
|
885
1334
|
color: rgb(var(--sd-color-primary-200, 224 233 243) / var(--tw-text-opacity, 1)) /* Used for inverted hover interaction text link and inverted pressed interaction button label */;
|
886
1335
|
}
|
887
1336
|
|
888
|
-
.sd-1-
|
889
|
-
.sd-1-
|
1337
|
+
.sd-1-3-0-prose--inverted a:active:not([disabled]),
|
1338
|
+
.sd-1-3-0-interactive--inverted:active:not([disabled]) {
|
890
1339
|
|
891
1340
|
color: rgb(var(--sd-color-primary-400, 153 171 208) / var(--tw-text-opacity, 1)) /* Additional text inverted color
|
892
1341
|
Used for inverted pressed interaction text link */;
|
893
1342
|
}
|
894
1343
|
|
895
|
-
.sd-1-
|
1344
|
+
.sd-1-3-0-prose--inverted a:focus-visible, .sd-1-3-0-interactive--inverted:focus-visible {
|
896
1345
|
outline-style: solid;
|
897
1346
|
outline-width: 2px;
|
898
1347
|
outline-offset: 2px;
|
@@ -901,15 +1350,15 @@ Used for inverted pressed interaction text link */;
|
|
901
1350
|
|
902
1351
|
/**
|
903
1352
|
* Leadtext is used for text that should be highlighted and a focal point of the page.
|
904
|
-
* @name sd-1-
|
1353
|
+
* @name sd-1-3-0-leadtext
|
905
1354
|
* @status stable
|
906
1355
|
* @since 1.7
|
907
|
-
* @variant { lg } sd-1-
|
908
|
-
* @boolean sd-1-
|
1356
|
+
* @variant { lg } sd-1-3-0-leadtext--size-... The leadtext's size.
|
1357
|
+
* @boolean sd-1-3-0-leadtext--inverted Inverts the leadtext text.
|
909
1358
|
*/
|
910
1359
|
|
911
|
-
.sd-1-
|
912
|
-
.sd-1-
|
1360
|
+
.sd-1-3-0-prose > .sd-1-3-0-leadtext,
|
1361
|
+
.sd-1-3-0-leadtext {
|
913
1362
|
font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */;
|
914
1363
|
font-weight: 400;
|
915
1364
|
line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
|
@@ -917,7 +1366,7 @@ Used for inverted pressed interaction text link */;
|
|
917
1366
|
color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
|
918
1367
|
}
|
919
1368
|
|
920
|
-
.sd-1-
|
1369
|
+
.sd-1-3-0-prose > .sd-1-3-0-leadtext--size-lg, .sd-1-3-0-leadtext--size-lg {
|
921
1370
|
font-size: var(--sd-font-size-lg, 1.25rem) /* 20px */;
|
922
1371
|
font-weight: 400;
|
923
1372
|
line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
|
@@ -925,111 +1374,111 @@ Used for inverted pressed interaction text link */;
|
|
925
1374
|
color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
|
926
1375
|
}
|
927
1376
|
|
928
|
-
.sd-1-
|
929
|
-
.sd-1-
|
1377
|
+
.sd-1-3-0-prose--inverted > .sd-1-3-0-leadtext,
|
1378
|
+
.sd-1-3-0-leadtext--inverted {
|
930
1379
|
|
931
1380
|
color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
|
932
1381
|
}
|
933
1382
|
|
934
1383
|
/**
|
935
1384
|
* Generates basic styles for list elements.
|
936
|
-
* @name sd-1-
|
1385
|
+
* @name sd-1-3-0-list
|
937
1386
|
* @status stable
|
938
1387
|
* @since 1.39.0
|
939
|
-
* @boolean sd-1-
|
1388
|
+
* @boolean sd-1-3-0-list--inverted Inverts the list text.
|
940
1389
|
*/
|
941
1390
|
|
942
|
-
.sd-1-
|
943
|
-
.sd-1-
|
1391
|
+
.sd-1-3-0-list:not(.sd-1-3-0-list--icon),
|
1392
|
+
.sd-1-3-0-prose > :is(ol, ul) {
|
944
1393
|
padding-top: var(--sd-spacing-4, 1rem) /* 16px */;
|
945
1394
|
padding-bottom: var(--sd-spacing-4, 1rem) /* 16px */;
|
946
1395
|
text-align: left;
|
947
1396
|
}
|
948
1397
|
|
949
|
-
.sd-1-
|
1398
|
+
.sd-1-3-0-list:not(.sd-1-3-0-list--icon) li:not(:first-child), .sd-1-3-0-prose > :is(ol, ul) li:not(:first-child) {
|
950
1399
|
margin-top: var(--sd-spacing-3, 0.75rem) /* 12px */;
|
951
1400
|
}
|
952
1401
|
|
953
|
-
.sd-1-
|
954
|
-
.sd-1-
|
955
|
-
.sd-1-
|
956
|
-
.sd-1-
|
1402
|
+
.sd-1-3-0-list:not(.sd-1-3-0-list--icon) ol,
|
1403
|
+
.sd-1-3-0-list:not(.sd-1-3-0-list--icon) ul,
|
1404
|
+
.sd-1-3-0-prose > :is(ol, ul) ol,
|
1405
|
+
.sd-1-3-0-prose > :is(ol, ul) ul {
|
957
1406
|
padding-top: var(--sd-spacing-3, 0.75rem) /* 12px */;
|
958
1407
|
}
|
959
1408
|
|
960
1409
|
/* Counter handling for ordered lists. */
|
961
1410
|
|
962
|
-
.sd-1-
|
1411
|
+
.sd-1-3-0-list:not(.sd-1-3-0-list--icon):is(ol) > li, .sd-1-3-0-list:not(.sd-1-3-0-list--icon) ol > li, .sd-1-3-0-prose > :is(ol, ul):is(ol) > li, .sd-1-3-0-prose > :is(ol, ul) ol > li {
|
963
1412
|
counter-increment: item;
|
964
1413
|
}
|
965
1414
|
|
966
|
-
.sd-1-
|
1415
|
+
.sd-1-3-0-list:not(.sd-1-3-0-list--icon):is(ol) > li:before, .sd-1-3-0-list:not(.sd-1-3-0-list--icon) ol > li:before, .sd-1-3-0-prose > :is(ol, ul):is(ol) > li:before, .sd-1-3-0-prose > :is(ol, ul) ol > li:before {
|
967
1416
|
content: counters(item, '.') '. ';
|
968
1417
|
}
|
969
1418
|
|
970
1419
|
/* Add second level */
|
971
1420
|
|
972
|
-
.sd-1-
|
973
|
-
.sd-1-
|
974
|
-
.sd-1-
|
975
|
-
.sd-1-
|
976
|
-
.sd-1-
|
977
|
-
.sd-1-
|
1421
|
+
.sd-1-3-0-list:not(.sd-1-3-0-list--icon):is(ol),
|
1422
|
+
.sd-1-3-0-list:not(.sd-1-3-0-list--icon):is(ol) > li > ol,
|
1423
|
+
.sd-1-3-0-list:not(.sd-1-3-0-list--icon) ol > li > ol,
|
1424
|
+
.sd-1-3-0-prose > :is(ol, ul):is(ol),
|
1425
|
+
.sd-1-3-0-prose > :is(ol, ul):is(ol) > li > ol,
|
1426
|
+
.sd-1-3-0-prose > :is(ol, ul) ol > li > ol {
|
978
1427
|
counter-reset: item;
|
979
1428
|
}
|
980
1429
|
|
981
1430
|
/* Ordered lists inside unordered lists. */
|
982
1431
|
|
983
|
-
.sd-1-
|
984
|
-
.sd-1-
|
985
|
-
.sd-1-
|
986
|
-
.sd-1-
|
1432
|
+
.sd-1-3-0-list:not(.sd-1-3-0-list--icon):is(ul) > li > ol,
|
1433
|
+
.sd-1-3-0-list:not(.sd-1-3-0-list--icon) ul > li > ol,
|
1434
|
+
.sd-1-3-0-prose > :is(ol, ul):is(ul) > li > ol,
|
1435
|
+
.sd-1-3-0-prose > :is(ol, ul) ul > li > ol {
|
987
1436
|
counter-set: item 0;
|
988
1437
|
}
|
989
1438
|
|
990
1439
|
/* Styling */
|
991
1440
|
|
992
|
-
.sd-1-
|
1441
|
+
.sd-1-3-0-list:not(.sd-1-3-0-list--icon) li, .sd-1-3-0-prose > :is(ol, ul) li {
|
993
1442
|
display: table;
|
994
1443
|
}
|
995
1444
|
|
996
|
-
.sd-1-
|
1445
|
+
.sd-1-3-0-list:not(.sd-1-3-0-list--icon) li:before, .sd-1-3-0-prose > :is(ol, ul) li:before {
|
997
1446
|
display: table-cell;
|
998
1447
|
padding-right: var(--sd-spacing-2, 0.5rem) /* 8px */;
|
999
1448
|
}
|
1000
1449
|
|
1001
|
-
.sd-1-
|
1002
|
-
.sd-1-
|
1003
|
-
.sd-1-
|
1004
|
-
.sd-1-
|
1450
|
+
.sd-1-3-0-list:not(.sd-1-3-0-list--icon):is(ul),
|
1451
|
+
.sd-1-3-0-list:not(.sd-1-3-0-list--icon) ul,
|
1452
|
+
.sd-1-3-0-prose > :is(ol, ul):is(ul),
|
1453
|
+
.sd-1-3-0-prose > :is(ol, ul) ul {
|
1005
1454
|
list-style-type: '';
|
1006
1455
|
}
|
1007
1456
|
|
1008
|
-
.sd-1-
|
1457
|
+
.sd-1-3-0-list:not(.sd-1-3-0-list--icon):is(ul):not(.sd-1-3-0-list--icon) > li:before, .sd-1-3-0-list:not(.sd-1-3-0-list--icon) ul > li:before, .sd-1-3-0-prose > :is(ol, ul):is(ul):not(.sd-1-3-0-list--icon) > li:before, .sd-1-3-0-prose > :is(ol, ul) ul > li:before {
|
1009
1458
|
content: '\2022';
|
1010
1459
|
}
|
1011
1460
|
|
1012
|
-
.sd-1-
|
1461
|
+
.sd-1-3-0-list:not(.sd-1-3-0-list--icon):is(ul):not(.sd-1-3-0-list--icon) > li > ul > li:before, .sd-1-3-0-list:not(.sd-1-3-0-list--icon) ul > li > ul > li:before, .sd-1-3-0-prose > :is(ol, ul):is(ul):not(.sd-1-3-0-list--icon) > li > ul > li:before, .sd-1-3-0-prose > :is(ol, ul) ul > li > ul > li:before {
|
1013
1462
|
content: '\002B1D';
|
1014
1463
|
}
|
1015
1464
|
|
1016
|
-
.sd-1-
|
1465
|
+
.sd-1-3-0-list:not(.sd-1-3-0-list--icon):is(ul):not(.sd-1-3-0-list--icon) > li > ul > li > ul > li:before, .sd-1-3-0-list:not(.sd-1-3-0-list--icon) ul > li > ul > li > ul > li:before, .sd-1-3-0-prose > :is(ol, ul):is(ul):not(.sd-1-3-0-list--icon) > li > ul > li > ul > li:before, .sd-1-3-0-prose > :is(ol, ul) ul > li > ul > li > ul > li:before {
|
1017
1466
|
content: '\2010';
|
1018
1467
|
}
|
1019
1468
|
|
1020
|
-
.sd-1-
|
1469
|
+
.sd-1-3-0-list--icon {
|
1021
1470
|
padding-top: var(--sd-spacing-4, 1rem) /* 16px */;
|
1022
1471
|
padding-bottom: var(--sd-spacing-4, 1rem) /* 16px */;
|
1023
1472
|
text-align: left;
|
1024
1473
|
}
|
1025
1474
|
|
1026
|
-
.sd-1-
|
1027
|
-
.sd-1-
|
1475
|
+
.sd-1-3-0-list--icon li sd-icon:first-of-type,
|
1476
|
+
.sd-1-3-0-list--icon li .sd-1-3-0-list--icon__icon:first-of-type {
|
1028
1477
|
|
1029
1478
|
color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
|
1030
1479
|
}
|
1031
1480
|
|
1032
|
-
.sd-1-
|
1481
|
+
.sd-1-3-0-list--icon {
|
1033
1482
|
list-style-type: '';
|
1034
1483
|
}
|
1035
1484
|
|
@@ -1037,19 +1486,19 @@ Used for inverted pressed interaction text link */;
|
|
1037
1486
|
styles without affecting semantics is to set list-style-type to an empty string.
|
1038
1487
|
https://www.matuzo.at/blog/2023/removing-list-styles-without-affecting-semantics */
|
1039
1488
|
|
1040
|
-
.sd-1-
|
1489
|
+
.sd-1-3-0-list--icon > li:first-of-type {
|
1041
1490
|
padding-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
1042
1491
|
}
|
1043
1492
|
|
1044
|
-
.sd-1-
|
1493
|
+
.sd-1-3-0-list--icon li {
|
1045
1494
|
position: relative;
|
1046
1495
|
padding-top: var(--sd-spacing-3, 0.75rem) /* 12px */;
|
1047
1496
|
padding-left: var(--sd-spacing-10, 2.5rem) /* 40px */;
|
1048
1497
|
line-height: 32px;
|
1049
1498
|
}
|
1050
1499
|
|
1051
|
-
.sd-1-
|
1052
|
-
.sd-1-
|
1500
|
+
.sd-1-3-0-list--icon li > sd-icon:first-of-type,
|
1501
|
+
.sd-1-3-0-list--icon li > .sd-1-3-0-list--icon__icon:first-of-type {
|
1053
1502
|
position: absolute;
|
1054
1503
|
left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
1055
1504
|
font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
|
@@ -1057,44 +1506,44 @@ Used for inverted pressed interaction text link */;
|
|
1057
1506
|
color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
|
1058
1507
|
}
|
1059
1508
|
|
1060
|
-
.sd-1-
|
1509
|
+
.sd-1-3-0-list--icon.sd-1-3-0-list--horizontal {
|
1061
1510
|
display: flex;
|
1062
1511
|
}
|
1063
1512
|
|
1064
|
-
.sd-1-
|
1513
|
+
.sd-1-3-0-list--icon.sd-1-3-0-list--horizontal li {
|
1065
1514
|
display: flex;
|
1066
1515
|
padding-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
1067
1516
|
}
|
1068
1517
|
|
1069
|
-
.sd-1-
|
1518
|
+
.sd-1-3-0-list--icon.sd-1-3-0-list--horizontal li:not(:last-child) {
|
1070
1519
|
margin-right: var(--sd-spacing-8, 2rem) /* 32px */;
|
1071
1520
|
}
|
1072
1521
|
|
1073
|
-
.sd-1-
|
1074
|
-
.sd-1-
|
1522
|
+
.sd-1-3-0-list--inverted,
|
1523
|
+
.sd-1-3-0-prose--inverted > :is(ol, ul) {
|
1075
1524
|
|
1076
1525
|
color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
|
1077
1526
|
}
|
1078
1527
|
|
1079
|
-
.sd-1-
|
1080
|
-
.sd-1-
|
1081
|
-
.sd-1-
|
1082
|
-
.sd-1-
|
1528
|
+
.sd-1-3-0-list--inverted li > sd-icon:first-of-type,
|
1529
|
+
.sd-1-3-0-list--inverted li > .sd-1-3-0-list--icon__icon:first-of-type,
|
1530
|
+
.sd-1-3-0-prose--inverted > :is(ol, ul) li > sd-icon:first-of-type,
|
1531
|
+
.sd-1-3-0-prose--inverted > :is(ol, ul) li > .sd-1-3-0-list--icon__icon:first-of-type {
|
1083
1532
|
|
1084
1533
|
color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
|
1085
1534
|
}
|
1086
1535
|
|
1087
1536
|
/**
|
1088
1537
|
* A paragraph is used to display blocks of text. It uses the base font size and can contain bold and/or link styles.
|
1089
|
-
* @name sd-1-
|
1538
|
+
* @name sd-1-3-0-paragraph
|
1090
1539
|
* @status stable
|
1091
1540
|
* @since 1.7
|
1092
|
-
* @variant { sm } sd-1-
|
1093
|
-
* @boolean sd-1-
|
1541
|
+
* @variant { sm } sd-1-3-0-paragraph--size-... The paragraph's font size.
|
1542
|
+
* @boolean sd-1-3-0-paragraph--inverted Inverts the paragraph text.
|
1094
1543
|
*/
|
1095
1544
|
|
1096
|
-
.sd-1-
|
1097
|
-
.sd-1-
|
1545
|
+
.sd-1-3-0-paragraph,
|
1546
|
+
.sd-1-3-0-prose p {
|
1098
1547
|
font-size: var(--sd-font-size-base, 1rem) /* 16px */;
|
1099
1548
|
font-weight: 400;
|
1100
1549
|
line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
|
@@ -1102,7 +1551,7 @@ Used for inverted pressed interaction text link */;
|
|
1102
1551
|
color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
|
1103
1552
|
}
|
1104
1553
|
|
1105
|
-
.sd-1-
|
1554
|
+
.sd-1-3-0-paragraph--size-sm, .sd-1-3-0-prose p--size-sm {
|
1106
1555
|
font-size: var(--sd-font-size-sm, 0.875rem) /* 14px */;
|
1107
1556
|
font-weight: 400;
|
1108
1557
|
line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
|
@@ -1110,35 +1559,35 @@ Used for inverted pressed interaction text link */;
|
|
1110
1559
|
color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
|
1111
1560
|
}
|
1112
1561
|
|
1113
|
-
.sd-1-
|
1114
|
-
.sd-1-
|
1562
|
+
.sd-1-3-0-paragraph--inverted,
|
1563
|
+
.sd-1-3-0-prose--inverted p {
|
1115
1564
|
|
1116
1565
|
color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
|
1117
1566
|
}
|
1118
1567
|
|
1119
1568
|
/**
|
1120
1569
|
* Generates basic styles for media elements.
|
1121
|
-
* @name sd-1-
|
1570
|
+
* @name sd-1-3-0-media
|
1122
1571
|
* @status stable
|
1123
1572
|
* @since 2.5.0
|
1124
|
-
* @boolean sd-1-
|
1573
|
+
* @boolean sd-1-3-0-media--inverted Inverts the figcaption text.
|
1125
1574
|
*/
|
1126
1575
|
|
1127
|
-
.sd-1-
|
1128
|
-
figure.sd-1-
|
1576
|
+
.sd-1-3-0-prose figure,
|
1577
|
+
figure.sd-1-3-0-media {
|
1129
1578
|
margin: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
1130
1579
|
}
|
1131
1580
|
|
1132
|
-
.sd-1-
|
1581
|
+
.sd-1-3-0-prose figure figcaption, figure.sd-1-3-0-media figcaption {
|
1133
1582
|
|
1134
1583
|
color: rgb(var(--sd-color-neutral-700, 104 104 104) / var(--tw-text-opacity, 1)) /* Additional text color */;
|
1135
1584
|
}
|
1136
1585
|
|
1137
|
-
.sd-1-
|
1586
|
+
.sd-1-3-0-prose figure figcaption:last-child, figure.sd-1-3-0-media figcaption:last-child {
|
1138
1587
|
margin-top: var(--sd-spacing-3, 0.75rem) /* 12px */;
|
1139
1588
|
}
|
1140
1589
|
|
1141
|
-
.sd-1-
|
1590
|
+
.sd-1-3-0-prose--inverted figure figcaption, figure.sd-1-3-0-media--inverted figcaption {
|
1142
1591
|
|
1143
1592
|
color: rgb(var(--sd-color-primary-400, 153 171 208) / var(--tw-text-opacity, 1)) /* Additional text inverted color
|
1144
1593
|
Used for inverted pressed interaction text link */;
|
@@ -1146,18 +1595,18 @@ Used for inverted pressed interaction text link */;
|
|
1146
1595
|
|
1147
1596
|
/**
|
1148
1597
|
* A table cell is a single cell inside a table, used to display discrete data elements.
|
1149
|
-
* @name sd-1-
|
1598
|
+
* @name sd-1-3-0-table-cell
|
1150
1599
|
* @status stable
|
1151
1600
|
* @since 1.13
|
1152
|
-
* @boolean sd-1-
|
1153
|
-
* @variant { white | primary-100 | neutral-100 } sd-1-
|
1154
|
-
* @boolean sd-1-
|
1155
|
-
* @variant { top | left | right | bottom } sd-1-
|
1601
|
+
* @boolean sd-1-3-0-table-cell--divider Displays a divider to the right.
|
1602
|
+
* @variant { white | primary-100 | neutral-100 } sd-1-3-0-table-cell--bg-... Applies the selected background-color to the table cell. If not selected, a transparent background-color is used per default.
|
1603
|
+
* @boolean sd-1-3-0-table-cell--shadow-active Displays the table shadow.
|
1604
|
+
* @variant { top | left | right | bottom } sd-1-3-0-table-cell--shadow-... Applies the selected shadow to the table cell.
|
1156
1605
|
*/
|
1157
1606
|
|
1158
|
-
.sd-1-
|
1159
|
-
.sd-1-
|
1160
|
-
.sd-1-
|
1607
|
+
.sd-1-3-0-prose td,
|
1608
|
+
.sd-1-3-0-prose th,
|
1609
|
+
.sd-1-3-0-table-cell {
|
1161
1610
|
border-top-width: 1px;
|
1162
1611
|
border-bottom-width: 1px;
|
1163
1612
|
border-left-width: 0px;
|
@@ -1174,11 +1623,11 @@ Used for divider, teaser, container, ... */;
|
|
1174
1623
|
color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
|
1175
1624
|
}
|
1176
1625
|
|
1177
|
-
.sd-1-
|
1626
|
+
.sd-1-3-0-table-cell--divider {
|
1178
1627
|
border-right-width: 1px;
|
1179
1628
|
}
|
1180
1629
|
|
1181
|
-
.sd-1-
|
1630
|
+
.sd-1-3-0-table-cell--shadow-top:after, .sd-1-3-0-table-cell--shadow-bottom:after, .sd-1-3-0-table-cell--shadow-left:after, .sd-1-3-0-table-cell--shadow-right:after {
|
1182
1631
|
pointer-events: none;
|
1183
1632
|
position: absolute;
|
1184
1633
|
--tw-gradient-from: rgb(0 0 0 / var(--sd-opacity-10, 0.1)) var(--tw-gradient-from-position);
|
@@ -1193,7 +1642,7 @@ Used for divider, teaser, container, ... */;
|
|
1193
1642
|
content: var(--tw-content);
|
1194
1643
|
}
|
1195
1644
|
|
1196
|
-
.sd-1-
|
1645
|
+
.sd-1-3-0-table-cell--shadow-top:after, .sd-1-3-0-table-cell--shadow-bottom:after {
|
1197
1646
|
left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
1198
1647
|
right: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
1199
1648
|
height: var(--sd-spacing-2-5, 0.625rem) /* 10px */;
|
@@ -1201,7 +1650,7 @@ Used for divider, teaser, container, ... */;
|
|
1201
1650
|
|
1202
1651
|
/* fix that shows line on top of table-cell */
|
1203
1652
|
|
1204
|
-
.sd-1-
|
1653
|
+
.sd-1-3-0-table-cell--shadow-top:before, .sd-1-3-0-table-cell--shadow-bottom:before {
|
1205
1654
|
position: absolute;
|
1206
1655
|
left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
1207
1656
|
display: block;
|
@@ -1215,66 +1664,66 @@ Used for divider, teaser, container, ... */;
|
|
1215
1664
|
content: var(--tw-content);
|
1216
1665
|
}
|
1217
1666
|
|
1218
|
-
.sd-1-
|
1667
|
+
.sd-1-3-0-table-cell--shadow-left:after, .sd-1-3-0-table-cell--shadow-right:after {
|
1219
1668
|
top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
1220
1669
|
bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
1221
1670
|
width: var(--sd-spacing-2-5, 0.625rem) /* 10px */;
|
1222
1671
|
}
|
1223
1672
|
|
1224
|
-
.sd-1-
|
1673
|
+
.sd-1-3-0-table-cell.sd-1-3-0-table-cell--shadow-active:after {
|
1225
1674
|
opacity: 100%;
|
1226
1675
|
}
|
1227
1676
|
|
1228
|
-
.sd-1-
|
1677
|
+
.sd-1-3-0-table-cell--shadow-top:after {
|
1229
1678
|
top: -10px;
|
1230
1679
|
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
1231
1680
|
}
|
1232
1681
|
|
1233
1682
|
/* fix that shows line on top of table-cell */
|
1234
1683
|
|
1235
|
-
.sd-1-
|
1684
|
+
.sd-1-3-0-table-cell--shadow-top:before {
|
1236
1685
|
bottom: -1px;
|
1237
1686
|
}
|
1238
1687
|
|
1239
|
-
.sd-1-
|
1688
|
+
.sd-1-3-0-table-cell--shadow-bottom:after {
|
1240
1689
|
bottom: -10px;
|
1241
1690
|
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
|
1242
1691
|
}
|
1243
1692
|
|
1244
1693
|
/* fix that shows line on top of table-cell */
|
1245
1694
|
|
1246
|
-
.sd-1-
|
1695
|
+
.sd-1-3-0-table-cell--shadow-bottom:before {
|
1247
1696
|
top: -1px;
|
1248
1697
|
}
|
1249
1698
|
|
1250
|
-
.sd-1-
|
1699
|
+
.sd-1-3-0-table-cell--shadow-left:after {
|
1251
1700
|
left: -10px;
|
1252
1701
|
background-image: linear-gradient(to left, var(--tw-gradient-stops));
|
1253
1702
|
}
|
1254
1703
|
|
1255
|
-
.sd-1-
|
1704
|
+
.sd-1-3-0-table-cell--shadow-right:after {
|
1256
1705
|
right: -10px;
|
1257
1706
|
background-image: linear-gradient(to right, var(--tw-gradient-stops));
|
1258
1707
|
}
|
1259
1708
|
|
1260
|
-
.sd-1-
|
1709
|
+
.sd-1-3-0-table-cell--bg-white {
|
1261
1710
|
|
1262
1711
|
background-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-bg-opacity, 1)) /* Default background color (light mode)
Used for inverted button */;
|
1263
1712
|
}
|
1264
1713
|
|
1265
|
-
.sd-1-
|
1714
|
+
.sd-1-3-0-table-cell--bg-primary-100 {
|
1266
1715
|
|
1267
1716
|
background-color: rgb(var(--sd-color-primary-100, 236 240 249) / var(--tw-bg-opacity, 1)) /* Additional background color (light mode) */;
|
1268
1717
|
}
|
1269
1718
|
|
1270
|
-
.sd-1-
|
1719
|
+
.sd-1-3-0-table-cell--bg-neutral-100 {
|
1271
1720
|
|
1272
1721
|
background-color: rgb(var(--sd-color-neutral-100, 246 246 246) / var(--tw-bg-opacity, 1)) /* Additional background color (light mode) */;
|
1273
1722
|
}
|
1274
1723
|
|
1275
1724
|
/**
|
1276
1725
|
* A table is organized structured content, used for scanning, comparing, and analyzing the data.
|
1277
|
-
* @name sd-1-
|
1726
|
+
* @name sd-1-3-0-table
|
1278
1727
|
* @status stable
|
1279
1728
|
* @since 1.13
|
1280
1729
|
*/
|
@@ -1283,8 +1732,8 @@ Used for divider, teaser, container, ... */;
|
|
1283
1732
|
* Remove inherited styles from table before applying our styles.
|
1284
1733
|
*/
|
1285
1734
|
|
1286
|
-
.sd-1-
|
1287
|
-
.sd-1-
|
1735
|
+
.sd-1-3-0-table,
|
1736
|
+
.sd-1-3-0-prose table {
|
1288
1737
|
all: unset;
|
1289
1738
|
display: table;
|
1290
1739
|
border-collapse: collapse;
|
@@ -1293,13 +1742,13 @@ Used for divider, teaser, container, ... */;
|
|
1293
1742
|
border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
|
1294
1743
|
}
|
1295
1744
|
|
1296
|
-
.sd-1-
|
1745
|
+
.sd-1-3-0-table thead tr:first-of-type, .sd-1-3-0-table tfoot tr:first-of-type, .sd-1-3-0-prose table thead tr:first-of-type, .sd-1-3-0-prose table tfoot tr:first-of-type {
|
1297
1746
|
position: relative;
|
1298
1747
|
}
|
1299
1748
|
|
1300
1749
|
/* plop:style */
|
1301
1750
|
|
1302
|
-
.sd-1-
|
1751
|
+
.sd-1-3-0-prose {
|
1303
1752
|
/* Optimize for reading. */
|
1304
1753
|
max-width: 80ch;
|
1305
1754
|
text-align: left;
|
@@ -1307,67 +1756,67 @@ Used for divider, teaser, container, ... */;
|
|
1307
1756
|
|
1308
1757
|
/* Add default spacings */
|
1309
1758
|
|
1310
|
-
.sd-1-
|
1759
|
+
.sd-1-3-0-prose > *:not(:first-child) {
|
1311
1760
|
margin-top: var(--sd-spacing-4, 1rem) /* 16px */;
|
1312
1761
|
}
|
1313
1762
|
|
1314
1763
|
/* First element has no margin-top */
|
1315
1764
|
|
1316
|
-
.sd-1-
|
1765
|
+
.sd-1-3-0-prose > *:first-child {
|
1317
1766
|
margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
1318
1767
|
}
|
1319
1768
|
|
1320
1769
|
/* headings after a heading have a smaller margin-top */
|
1321
1770
|
|
1322
|
-
.sd-1-
|
1771
|
+
.sd-1-3-0-prose > :is(h1, h2, h3, h4, h5):not(#_) + :is(h1, h2, h3, h4, h5) {
|
1323
1772
|
/* :not(#_) is a hack to raise specifity, see https://stackoverflow.com/a/61781795 */
|
1324
1773
|
margin-top: var(--sd-spacing-2, 0.5rem) /* 8px */;
|
1325
1774
|
}
|
1326
1775
|
|
1327
1776
|
/* Headlines after other non-headlines have a larger margin-top */
|
1328
1777
|
|
1329
|
-
.sd-1-
|
1778
|
+
.sd-1-3-0-prose > *:not(:is(h1, h2, h3, h4, h5)) + :is(h1, h2, h3, h4, h5):not(#_) {
|
1330
1779
|
margin-top: var(--sd-spacing-8, 2rem) /* 32px */;
|
1331
1780
|
}
|
1332
1781
|
|
1333
1782
|
/* Images and figures lead to a bigger margin-top for the next element */
|
1334
1783
|
|
1335
|
-
.sd-1-
|
1336
|
-
.sd-1-
|
1784
|
+
.sd-1-3-0-prose > figure + *:not(#_),
|
1785
|
+
.sd-1-3-0-prose > img + *:not(#_) {
|
1337
1786
|
margin-top: var(--sd-spacing-6, 1.5rem) /* 24px */;
|
1338
1787
|
}
|
1339
1788
|
|
1340
1789
|
/* Add styles for elements that are not based on existing CSS styles */
|
1341
1790
|
|
1342
|
-
.sd-1-
|
1791
|
+
.sd-1-3-0-prose hr {
|
1343
1792
|
height: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
1344
1793
|
border-top-width: 1px;
|
1345
1794
|
--tw-border-opacity: 1;
|
1346
1795
|
border-color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-border-opacity, 1)) /* Used for disabled state */;
|
1347
1796
|
}
|
1348
1797
|
|
1349
|
-
.sd-1-
|
1798
|
+
.sd-1-3-0-prose pre {
|
1350
1799
|
overflow: auto;
|
1351
1800
|
}
|
1352
1801
|
|
1353
|
-
.sd-1-
|
1354
|
-
.sd-1-
|
1802
|
+
.sd-1-3-0-prose blockquote,
|
1803
|
+
.sd-1-3-0-prose blockquote > * {
|
1355
1804
|
font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */;
|
1356
1805
|
}
|
1357
1806
|
|
1358
|
-
.sd-1-
|
1807
|
+
.sd-1-3-0-prose blockquote:has(*) *:first-child::before, .sd-1-3-0-prose blockquote:not(:has(*))::before {
|
1359
1808
|
content: open-quote;
|
1360
1809
|
display: inline;
|
1361
1810
|
}
|
1362
1811
|
|
1363
|
-
.sd-1-
|
1812
|
+
.sd-1-3-0-prose blockquote:has(*) *:first-child::after, .sd-1-3-0-prose blockquote:not(:has(*))::after {
|
1364
1813
|
content: close-quote;
|
1365
1814
|
display: inline;
|
1366
1815
|
}
|
1367
1816
|
|
1368
1817
|
/* Fixes for other elements */
|
1369
1818
|
|
1370
|
-
.sd-1-
|
1819
|
+
.sd-1-3-0-prose > :is(ul, ol):not(#_) {
|
1371
1820
|
/* ul and ol have padding that has to be reset */
|
1372
1821
|
padding-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
1373
1822
|
padding-bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
|
@@ -1375,18 +1824,18 @@ Used for divider, teaser, container, ... */;
|
|
1375
1824
|
|
1376
1825
|
/* Inverted styles */
|
1377
1826
|
|
1378
|
-
.sd-1-
|
1827
|
+
.sd-1-3-0-prose--inverted hr {
|
1379
1828
|
--tw-border-opacity: 1;
|
1380
1829
|
border-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-border-opacity, 1)) /* Used for buttons, inverted focus state */;
|
1381
1830
|
}
|
1382
1831
|
|
1383
|
-
.sd-1-
|
1832
|
+
.sd-1-3-0-prose--inverted pre {
|
1384
1833
|
|
1385
1834
|
color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
|
1386
1835
|
}
|
1387
1836
|
|
1388
1837
|
/* Full width styles */
|
1389
1838
|
|
1390
|
-
.sd-1-
|
1839
|
+
.sd-1-3-0-prose--full-width {
|
1391
1840
|
max-width: unset;
|
1392
1841
|
}
|