@solid-design-system/styles 6.0.0-next.17 → 6.0.0-next.18
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 +4 -3
- 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 -1
- 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-versioned/modules/chip.css +5 -5
- package/dist-versioned/modules/container.css +27 -27
- package/dist-versioned/modules/copyright.css +6 -6
- package/dist-versioned/modules/display.css +6 -6
- package/dist-versioned/modules/flag.css +4 -4
- package/dist-versioned/modules/footnotes.css +28 -28
- package/dist-versioned/modules/headline.css +28 -28
- package/dist-versioned/modules/hidden-links.css +4 -4
- package/dist-versioned/modules/interactive.css +16 -16
- package/dist-versioned/modules/leadtext.css +3 -3
- package/dist-versioned/modules/list.css +30 -30
- package/dist-versioned/modules/mark.css +1 -1
- package/dist-versioned/modules/media.css +4 -4
- package/dist-versioned/modules/meta.css +7 -7
- package/dist-versioned/modules/pagination.css +60 -60
- package/dist-versioned/modules/paragraph.css +3 -3
- package/dist-versioned/modules/prose.css +123 -123
- package/dist-versioned/modules/status-badge.css +6 -6
- package/dist-versioned/modules/table-cell.css +16 -16
- package/dist-versioned/modules/table.css +2 -2
- package/dist-versioned/solid-styles.css +271 -271
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
|
-
.sd-6-0-0-next-
|
|
4
|
+
.sd-6-0-0-next-18-chip {
|
|
5
5
|
display: inline-flex;
|
|
6
6
|
height: var(--sd-spacing-6);
|
|
7
7
|
align-items: center;
|
|
@@ -18,52 +18,52 @@
|
|
|
18
18
|
white-space: nowrap;
|
|
19
19
|
color: rgba(var(--sd-color-text-black));
|
|
20
20
|
}
|
|
21
|
-
.sd-6-0-0-next-
|
|
21
|
+
.sd-6-0-0-next-18-chip--primary-500 {
|
|
22
22
|
border-color: rgba(var(--sd-chip--primary-500-color-border, rgba(255, 255, 255, 0)));
|
|
23
23
|
background-color: rgba(var(--sd-chip--primary-500-color-background, rgba(var(--sd-color-primary-500))));
|
|
24
24
|
color: rgba(var(--sd-chip--primary-500-color-text, rgba(var(--sd-color-white))));
|
|
25
25
|
}
|
|
26
|
-
.sd-6-0-0-next-
|
|
26
|
+
.sd-6-0-0-next-18-chip--primary-300 {
|
|
27
27
|
border-color: rgba(var(--sd-chip--primary-300-color-border, rgba(255, 255, 255, 0)));
|
|
28
28
|
background-color: rgba(var(--sd-chip--primary-300-color-background, rgba(var(--sd-color-primary-300))));
|
|
29
29
|
}
|
|
30
|
-
.sd-6-0-0-next-
|
|
30
|
+
.sd-6-0-0-next-18-chip--white {
|
|
31
31
|
border-color: rgba(var(--sd-chip--white-color-border, rgba(255, 255, 255, 0)));
|
|
32
32
|
background-color: rgba(var(--sd-chip--white-color-background, rgba(var(--sd-color-white))));
|
|
33
33
|
}
|
|
34
|
-
.sd-theme-kid .sd-6-0-0-next-
|
|
34
|
+
.sd-theme-kid .sd-6-0-0-next-18-chip {
|
|
35
35
|
box-shadow: var(--sd-shadow-sm);
|
|
36
36
|
}
|
|
37
|
-
.sd-6-0-0-next-
|
|
37
|
+
.sd-6-0-0-next-18-container {
|
|
38
38
|
position: relative;
|
|
39
39
|
background-color: rgba(var(--sd-color-background-neutral-100));
|
|
40
40
|
padding-inline: var(--sd-spacing-10);
|
|
41
41
|
padding-block: var(--sd-spacing-8);
|
|
42
42
|
}
|
|
43
|
-
.sd-6-0-0-next-
|
|
43
|
+
.sd-6-0-0-next-18-container--variant-primary-100 {
|
|
44
44
|
background-color: rgba(var(--sd-color-background-primary-100));
|
|
45
45
|
}
|
|
46
|
-
.sd-6-0-0-next-
|
|
46
|
+
.sd-6-0-0-next-18-container--variant-primary {
|
|
47
47
|
background-color: rgba(var(--sd-color-background-primary));
|
|
48
48
|
}
|
|
49
|
-
.sd-6-0-0-next-
|
|
49
|
+
.sd-6-0-0-next-18-container--variant-border-neutral-400 {
|
|
50
50
|
--tw-border-style: solid;
|
|
51
51
|
border-style: solid;
|
|
52
52
|
border-color: rgba(var(--sd-color-border-neutral-400));
|
|
53
53
|
background-color: rgba(var(--sd-color-background-white));
|
|
54
54
|
border-width: 1px;
|
|
55
55
|
}
|
|
56
|
-
.sd-6-0-0-next-
|
|
56
|
+
.sd-6-0-0-next-18-container--variant-white {
|
|
57
57
|
background-color: rgba(var(--sd-color-background-white));
|
|
58
58
|
}
|
|
59
|
-
.sd-6-0-0-next-
|
|
59
|
+
.sd-6-0-0-next-18-container--padding-sm {
|
|
60
60
|
padding-inline: var(--sd-spacing-6);
|
|
61
61
|
padding-block: var(--sd-spacing-4);
|
|
62
62
|
}
|
|
63
|
-
.sd-6-0-0-next-
|
|
63
|
+
.sd-6-0-0-next-18-container{
|
|
64
64
|
--triangle-background: rgba(var(--sd-color-white));
|
|
65
65
|
}
|
|
66
|
-
.sd-6-0-0-next-
|
|
66
|
+
.sd-6-0-0-next-18-container--triangle-top::before, .sd-6-0-0-next-18-container--triangle-right::before, .sd-6-0-0-next-18-container--triangle-bottom::before, .sd-6-0-0-next-18-container--triangle-left::before {
|
|
67
67
|
position: absolute;
|
|
68
68
|
display: block;
|
|
69
69
|
--tw-border-style: solid;
|
|
@@ -72,27 +72,27 @@
|
|
|
72
72
|
border-width: 14px;
|
|
73
73
|
content: '';
|
|
74
74
|
}
|
|
75
|
-
.sd-6-0-0-next-
|
|
75
|
+
.sd-6-0-0-next-18-container--triangle-top::before {
|
|
76
76
|
top: calc(var(--sd-spacing-1) * 0);
|
|
77
77
|
left: calc(50% - 14px);
|
|
78
78
|
border-top-color: var(--triangle-background);
|
|
79
79
|
}
|
|
80
|
-
.sd-6-0-0-next-
|
|
80
|
+
.sd-6-0-0-next-18-container--triangle-right::before {
|
|
81
81
|
right: calc(var(--sd-spacing-1) * 0);
|
|
82
82
|
top: calc(50% - 14px);
|
|
83
83
|
border-right-color: var(--triangle-background);
|
|
84
84
|
}
|
|
85
|
-
.sd-6-0-0-next-
|
|
85
|
+
.sd-6-0-0-next-18-container--triangle-bottom::before {
|
|
86
86
|
bottom: calc(var(--sd-spacing-1) * 0);
|
|
87
87
|
left: calc(50% - 14px);
|
|
88
88
|
border-bottom-color: var(--triangle-background);
|
|
89
89
|
}
|
|
90
|
-
.sd-6-0-0-next-
|
|
90
|
+
.sd-6-0-0-next-18-container--triangle-left::before {
|
|
91
91
|
left: calc(var(--sd-spacing-1) * 0);
|
|
92
92
|
top: calc(50% - 14px);
|
|
93
93
|
border-left-color: var(--triangle-background);
|
|
94
94
|
}
|
|
95
|
-
.sd-6-0-0-next-
|
|
95
|
+
.sd-6-0-0-next-18-container--triangle-top-border::after, .sd-6-0-0-next-18-container--triangle-top-border::before, .sd-6-0-0-next-18-container--triangle-right-border::after, .sd-6-0-0-next-18-container--triangle-right-border::before, .sd-6-0-0-next-18-container--triangle-bottom-border::after, .sd-6-0-0-next-18-container--triangle-bottom-border::before, .sd-6-0-0-next-18-container--triangle-left-border::after, .sd-6-0-0-next-18-container--triangle-left-border::before {
|
|
96
96
|
position: absolute;
|
|
97
97
|
display: block;
|
|
98
98
|
--tw-border-style: solid;
|
|
@@ -100,57 +100,57 @@
|
|
|
100
100
|
border-color: transparent;
|
|
101
101
|
content: '';
|
|
102
102
|
}
|
|
103
|
-
.sd-6-0-0-next-
|
|
103
|
+
.sd-6-0-0-next-18-container--triangle-top-border::after, .sd-6-0-0-next-18-container--triangle-right-border::after, .sd-6-0-0-next-18-container--triangle-bottom-border::after, .sd-6-0-0-next-18-container--triangle-left-border::after {
|
|
104
104
|
border-width: 14px;
|
|
105
105
|
}
|
|
106
|
-
.sd-6-0-0-next-
|
|
106
|
+
.sd-6-0-0-next-18-container--triangle-top-border::before, .sd-6-0-0-next-18-container--triangle-right-border::before, .sd-6-0-0-next-18-container--triangle-bottom-border::before, .sd-6-0-0-next-18-container--triangle-left-border::before {
|
|
107
107
|
border-width: 15px;
|
|
108
108
|
}
|
|
109
|
-
.sd-6-0-0-next-
|
|
109
|
+
.sd-6-0-0-next-18-container--triangle-top-border::after, .sd-6-0-0-next-18-container--triangle-top-border::before {
|
|
110
110
|
top: -1px;
|
|
111
111
|
}
|
|
112
|
-
.sd-6-0-0-next-
|
|
112
|
+
.sd-6-0-0-next-18-container--triangle-top-border::before {
|
|
113
113
|
border-top-color: rgba(var(--sd-color-border-neutral-400));
|
|
114
114
|
left: calc(50% - 15px);
|
|
115
115
|
}
|
|
116
|
-
.sd-6-0-0-next-
|
|
116
|
+
.sd-6-0-0-next-18-container--triangle-top-border::after {
|
|
117
117
|
left: calc(50% - 14px);
|
|
118
118
|
border-top-color: var(--triangle-background);
|
|
119
119
|
}
|
|
120
|
-
.sd-6-0-0-next-
|
|
120
|
+
.sd-6-0-0-next-18-container--triangle-right-border::after, .sd-6-0-0-next-18-container--triangle-right-border::before {
|
|
121
121
|
right: -1px;
|
|
122
122
|
}
|
|
123
|
-
.sd-6-0-0-next-
|
|
123
|
+
.sd-6-0-0-next-18-container--triangle-right-border::before {
|
|
124
124
|
border-right-color: rgba(var(--sd-color-border-neutral-400));
|
|
125
125
|
top: calc(50% - 15px);
|
|
126
126
|
}
|
|
127
|
-
.sd-6-0-0-next-
|
|
127
|
+
.sd-6-0-0-next-18-container--triangle-right-border::after {
|
|
128
128
|
top: calc(50% - 14px);
|
|
129
129
|
border-right-color: var(--triangle-background);
|
|
130
130
|
}
|
|
131
|
-
.sd-6-0-0-next-
|
|
131
|
+
.sd-6-0-0-next-18-container--triangle-bottom-border::after, .sd-6-0-0-next-18-container--triangle-bottom-border::before {
|
|
132
132
|
bottom: -1px;
|
|
133
133
|
}
|
|
134
|
-
.sd-6-0-0-next-
|
|
134
|
+
.sd-6-0-0-next-18-container--triangle-bottom-border::before {
|
|
135
135
|
border-bottom-color: rgba(var(--sd-color-border-neutral-400));
|
|
136
136
|
left: calc(50% - 15px);
|
|
137
137
|
}
|
|
138
|
-
.sd-6-0-0-next-
|
|
138
|
+
.sd-6-0-0-next-18-container--triangle-bottom-border::after {
|
|
139
139
|
left: calc(50% - 14px);
|
|
140
140
|
border-bottom-color: var(--triangle-background);
|
|
141
141
|
}
|
|
142
|
-
.sd-6-0-0-next-
|
|
142
|
+
.sd-6-0-0-next-18-container--triangle-left-border::after, .sd-6-0-0-next-18-container--triangle-left-border::before {
|
|
143
143
|
left: -1px;
|
|
144
144
|
}
|
|
145
|
-
.sd-6-0-0-next-
|
|
145
|
+
.sd-6-0-0-next-18-container--triangle-left-border::before {
|
|
146
146
|
border-left-color: rgba(var(--sd-color-border-neutral-400));
|
|
147
147
|
top: calc(50% - 15px);
|
|
148
148
|
}
|
|
149
|
-
.sd-6-0-0-next-
|
|
149
|
+
.sd-6-0-0-next-18-container--triangle-left-border::after {
|
|
150
150
|
top: calc(50% - 14px);
|
|
151
151
|
border-left-color: var(--triangle-background);
|
|
152
152
|
}
|
|
153
|
-
.sd-6-0-0-next-
|
|
153
|
+
.sd-6-0-0-next-18-copyright {
|
|
154
154
|
position: relative;
|
|
155
155
|
--tw-blur: ;
|
|
156
156
|
--tw-brightness: ;
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
--tw-saturate: ;
|
|
162
162
|
--tw-sepia: ;
|
|
163
163
|
}
|
|
164
|
-
.sd-6-0-0-next-
|
|
164
|
+
.sd-6-0-0-next-18-copyright::after {
|
|
165
165
|
position: absolute;
|
|
166
166
|
bottom: calc(var(--sd-spacing-1) * 0);
|
|
167
167
|
left: calc(var(--sd-spacing-1) * 0);
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
178
178
|
content: var(--copyright);
|
|
179
179
|
}
|
|
180
|
-
.sd-6-0-0-next-
|
|
180
|
+
.sd-6-0-0-next-18-copyright--orientation-vertical::after {
|
|
181
181
|
width: -moz-max-content;
|
|
182
182
|
width: max-content;
|
|
183
183
|
padding-top: var(--sd-spacing-2);
|
|
@@ -188,14 +188,14 @@
|
|
|
188
188
|
text-orientation: sideways-right;
|
|
189
189
|
transform: rotate(180deg);
|
|
190
190
|
}
|
|
191
|
-
.sd-6-0-0-next-
|
|
191
|
+
.sd-6-0-0-next-18-copyright--color-black::after {
|
|
192
192
|
color: rgba(var(--sd-color-text-black));
|
|
193
193
|
filter: drop-shadow(0 0 transparent);
|
|
194
194
|
}
|
|
195
|
-
.sd-6-0-0-next-
|
|
195
|
+
.sd-6-0-0-next-18-copyright--no-shadow::after {
|
|
196
196
|
filter: drop-shadow(0 0 transparent);
|
|
197
197
|
}
|
|
198
|
-
.sd-6-0-0-next-
|
|
198
|
+
.sd-6-0-0-next-18-copyright--placement-top::after {
|
|
199
199
|
position: absolute;
|
|
200
200
|
top: calc(var(--sd-spacing-1) * 0);
|
|
201
201
|
right: calc(var(--sd-spacing-1) * 0);
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
padding-top: var(--sd-spacing-2);
|
|
206
206
|
padding-right: var(--sd-spacing-4);
|
|
207
207
|
}
|
|
208
|
-
.sd-6-0-0-next-
|
|
208
|
+
.sd-6-0-0-next-18-flag {
|
|
209
209
|
display: inline-flex;
|
|
210
210
|
height: var(--sd-spacing-8);
|
|
211
211
|
align-items: center;
|
|
@@ -222,20 +222,20 @@
|
|
|
222
222
|
white-space: nowrap;
|
|
223
223
|
color: rgba(var(--sd-color-text-black));
|
|
224
224
|
}
|
|
225
|
-
.sd-6-0-0-next-
|
|
225
|
+
.sd-6-0-0-next-18-flag--neutral-500 {
|
|
226
226
|
border-color: rgba(var(--sd-flag--neutral-500-color-border, rgba(255, 255, 255, 0)));
|
|
227
227
|
background-color: rgba(var(--sd-flag--neutral-500-color-background, rgba(var(--sd-color-neutral-500))));
|
|
228
228
|
color: rgba(var(--sd-color-text-black));
|
|
229
229
|
}
|
|
230
|
-
.sd-6-0-0-next-
|
|
230
|
+
.sd-6-0-0-next-18-flag--neutral-300 {
|
|
231
231
|
border-color: rgba(var(--sd-flag--neutral-300-color-border, rgba(255, 255, 255, 0)));
|
|
232
232
|
background-color: rgba(var(--sd-flag--neutral-300-color-background, rgba(var(--sd-color-neutral-300))));
|
|
233
233
|
}
|
|
234
|
-
.sd-6-0-0-next-
|
|
234
|
+
.sd-6-0-0-next-18-flag--white {
|
|
235
235
|
border-color: rgba(var(--sd-flag--white-color-border, rgba(255, 255, 255, 0)));
|
|
236
236
|
background-color: rgba(var(--sd-flag--white-color-background, rgba(var(--sd-color-white))));
|
|
237
237
|
}
|
|
238
|
-
.sd-6-0-0-next-
|
|
238
|
+
.sd-6-0-0-next-18-footnotes {
|
|
239
239
|
margin-block: calc(var(--sd-spacing-1) * 0);
|
|
240
240
|
padding: calc(var(--sd-spacing-1) * 0);
|
|
241
241
|
text-align: left;
|
|
@@ -243,18 +243,18 @@
|
|
|
243
243
|
line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
|
|
244
244
|
color: rgba(var(--sd-color-text-neutral-700));
|
|
245
245
|
}
|
|
246
|
-
.sd-6-0-0-next-
|
|
246
|
+
.sd-6-0-0-next-18-footnotes :target {
|
|
247
247
|
background-color: rgba(var(--sd-color-background-neutral-200));
|
|
248
248
|
}
|
|
249
|
-
.sd-6-0-0-next-
|
|
249
|
+
.sd-6-0-0-next-18-footnotes:is(ol) {
|
|
250
250
|
padding-inline-start: var(--sd-spacing-8);
|
|
251
251
|
}
|
|
252
|
-
.sd-6-0-0-next-
|
|
252
|
+
.sd-6-0-0-next-18-footnotes:is(ol) li {
|
|
253
253
|
counter-increment: list-item;
|
|
254
254
|
position: relative;
|
|
255
255
|
list-style-type: none;
|
|
256
256
|
}
|
|
257
|
-
.sd-6-0-0-next-
|
|
257
|
+
.sd-6-0-0-next-18-footnotes:is(ol) li .sd-6-0-0-next-18-footnotes--marker::before, .sd-6-0-0-next-18-footnotes:is(ol) li:has(.sd-6-0-0-next-18-footnotes--marker:nth-of-type(2))::before, .sd-6-0-0-next-18-footnotes:is(ol) li:not(:has(.sd-6-0-0-next-18-footnotes--marker))::before {
|
|
258
258
|
position: absolute;
|
|
259
259
|
left: calc(var(--sd-spacing-8) * -1);
|
|
260
260
|
flex-shrink: 0;
|
|
@@ -266,14 +266,14 @@
|
|
|
266
266
|
padding-top: 1px;
|
|
267
267
|
font-size: 10px;
|
|
268
268
|
}
|
|
269
|
-
.sd-6-0-0-next-
|
|
269
|
+
.sd-6-0-0-next-18-footnotes:is(ol) li .sd-6-0-0-next-18-footnotes--marker::after, .sd-6-0-0-next-18-footnotes:is(ol) li:has(.sd-6-0-0-next-18-footnotes--marker:nth-of-type(2))::after, .sd-6-0-0-next-18-footnotes:is(ol) li:not(:has(.sd-6-0-0-next-18-footnotes--marker))::after {
|
|
270
270
|
content: none;
|
|
271
271
|
}
|
|
272
|
-
.sd-6-0-0-next-
|
|
272
|
+
.sd-6-0-0-next-18-footnotes:is(ol) li .sd-6-0-0-next-18-footnotes--marker .sd-6-0-0-next-18-footnotes--marker, .sd-6-0-0-next-18-footnotes:is(ol) li:has(.sd-6-0-0-next-18-footnotes--marker:nth-of-type(2)) .sd-6-0-0-next-18-footnotes--marker, .sd-6-0-0-next-18-footnotes:is(ol) li:not(:has(.sd-6-0-0-next-18-footnotes--marker)) .sd-6-0-0-next-18-footnotes--marker {
|
|
273
273
|
display: inline-block;
|
|
274
274
|
counter-increment: footnotes-multiple;
|
|
275
275
|
}
|
|
276
|
-
.sd-6-0-0-next-
|
|
276
|
+
.sd-6-0-0-next-18-footnotes:is(ol) li .sd-6-0-0-next-18-footnotes--marker .sd-6-0-0-next-18-footnotes--marker::before, .sd-6-0-0-next-18-footnotes:is(ol) li:has(.sd-6-0-0-next-18-footnotes--marker:nth-of-type(2)) .sd-6-0-0-next-18-footnotes--marker::before, .sd-6-0-0-next-18-footnotes:is(ol) li:not(:has(.sd-6-0-0-next-18-footnotes--marker)) .sd-6-0-0-next-18-footnotes--marker::before {
|
|
277
277
|
position: relative;
|
|
278
278
|
left: calc(var(--sd-spacing-1) * 0);
|
|
279
279
|
vertical-align: super;
|
|
@@ -283,15 +283,15 @@
|
|
|
283
283
|
font-weight: var(--sd-font-weight-bold);
|
|
284
284
|
content: counter(footnotes-multiple, lower-alpha);
|
|
285
285
|
}
|
|
286
|
-
.sd-6-0-0-next-
|
|
286
|
+
.sd-6-0-0-next-18-footnotes:is(ol) li .sd-6-0-0-next-18-footnotes--marker {
|
|
287
287
|
bottom: calc(var(--sd-spacing-1) * 0);
|
|
288
288
|
display: block;
|
|
289
289
|
}
|
|
290
|
-
.sd-6-0-0-next-
|
|
290
|
+
.sd-6-0-0-next-18-footnotes:is(ol) li .sd-6-0-0-next-18-footnotes--marker:focus-visible {
|
|
291
291
|
outline-style: var(--tw-outline-style);
|
|
292
292
|
outline-width: 0px;
|
|
293
293
|
}
|
|
294
|
-
.sd-6-0-0-next-
|
|
294
|
+
.sd-6-0-0-next-18-footnotes:is(ol) li .sd-6-0-0-next-18-footnotes--marker:focus-visible::before {
|
|
295
295
|
border-radius: var(--sd-radius);
|
|
296
296
|
outline-width: 1px;
|
|
297
297
|
outline-style: var(--tw-outline-style);
|
|
@@ -299,27 +299,27 @@
|
|
|
299
299
|
outline-offset: 2px;
|
|
300
300
|
outline-color: var(--sd-color-border-primary, var(--sd-color-primary));
|
|
301
301
|
}
|
|
302
|
-
.sd-6-0-0-next-
|
|
302
|
+
.sd-6-0-0-next-18-footnotes:is(ul) {
|
|
303
303
|
list-style: '';
|
|
304
304
|
}
|
|
305
|
-
.sd-6-0-0-next-
|
|
305
|
+
.sd-6-0-0-next-18-footnotes--inverted {
|
|
306
306
|
color: rgba(var(--sd-color-text-primary-400));
|
|
307
307
|
}
|
|
308
|
-
.sd-6-0-0-next-
|
|
308
|
+
.sd-6-0-0-next-18-footnotes--inverted :target {
|
|
309
309
|
background-color: rgba(var(--sd-footnotes--target--inverted-color-background, rgba(var(--sd-color-primary-800))));
|
|
310
310
|
}
|
|
311
|
-
.sd-6-0-0-next-
|
|
311
|
+
.sd-6-0-0-next-18-footnotes--inverted .sd-6-0-0-next-18-footnotes--marker::before {
|
|
312
312
|
color: rgba(var(--sd-color-text-white));
|
|
313
313
|
outline-color: var(--color-white, #fff) !important;
|
|
314
314
|
}
|
|
315
|
-
.sd-6-0-0-next-
|
|
315
|
+
.sd-6-0-0-next-18-footnotes--inverted:is(.sd-6-0-0-next-18-footnotes--marker) {
|
|
316
316
|
color: rgba(var(--sd-color-text-white)) !important;
|
|
317
317
|
outline-color: var(--color-white, #fff) !important;
|
|
318
318
|
}
|
|
319
|
-
.sd-6-0-0-next-
|
|
319
|
+
.sd-6-0-0-next-18-footnotes--inverted:is(.sd-6-0-0-next-18-footnotes--marker):target {
|
|
320
320
|
background-color: rgba(var(--sd-footnotes--target--inverted-color-background, rgba(var(--sd-color-primary-800))));
|
|
321
321
|
}
|
|
322
|
-
.sd-6-0-0-next-
|
|
322
|
+
.sd-6-0-0-next-18-footnotes--marker {
|
|
323
323
|
position: relative;
|
|
324
324
|
bottom: var(--sd-spacing-2);
|
|
325
325
|
display: inline-block;
|
|
@@ -329,33 +329,33 @@
|
|
|
329
329
|
text-decoration-line: none !important;
|
|
330
330
|
font-size: x-small;
|
|
331
331
|
}
|
|
332
|
-
.sd-6-0-0-next-
|
|
332
|
+
.sd-6-0-0-next-18-footnotes--marker:target {
|
|
333
333
|
background-color: rgba(var(--sd-color-background-neutral-200));
|
|
334
334
|
}
|
|
335
|
-
.sd-6-0-0-next-
|
|
335
|
+
.sd-6-0-0-next-18-footnotes--marker:not(:has(a))::before {
|
|
336
336
|
content: '[ ';
|
|
337
337
|
display: inline-block;
|
|
338
338
|
}
|
|
339
|
-
.sd-6-0-0-next-
|
|
339
|
+
.sd-6-0-0-next-18-footnotes--marker:not(:has(a))::after {
|
|
340
340
|
content: ' ]';
|
|
341
341
|
display: inline-block;
|
|
342
342
|
}
|
|
343
|
-
.sd-6-0-0-next-
|
|
343
|
+
.sd-6-0-0-next-18-footnotes--marker :is(a) {
|
|
344
344
|
display: inline-block;
|
|
345
345
|
--tw-font-weight: var(--sd-font-weight-bold);
|
|
346
346
|
font-weight: var(--sd-font-weight-bold);
|
|
347
347
|
white-space: nowrap;
|
|
348
348
|
text-decoration-line: none !important;
|
|
349
349
|
}
|
|
350
|
-
.sd-6-0-0-next-
|
|
350
|
+
.sd-6-0-0-next-18-footnotes--marker :is(a)::before {
|
|
351
351
|
content: '[ ';
|
|
352
352
|
display: inline-block;
|
|
353
353
|
}
|
|
354
|
-
.sd-6-0-0-next-
|
|
354
|
+
.sd-6-0-0-next-18-footnotes--marker :is(a)::after {
|
|
355
355
|
content: ' ]';
|
|
356
356
|
display: inline-block;
|
|
357
357
|
}
|
|
358
|
-
.sd-6-0-0-next-
|
|
358
|
+
.sd-6-0-0-next-18-footnotes--marker :is(a):focus-visible {
|
|
359
359
|
border-radius: var(--sd-radius);
|
|
360
360
|
outline-width: 1px;
|
|
361
361
|
outline-style: var(--tw-outline-style);
|
|
@@ -363,13 +363,13 @@
|
|
|
363
363
|
outline-offset: 2px;
|
|
364
364
|
outline-color: var(--sd-color-border-primary, var(--sd-color-primary));
|
|
365
365
|
}
|
|
366
|
-
.sd-6-0-0-next-
|
|
366
|
+
.sd-6-0-0-next-18-footnotes--marker :is(a):link {
|
|
367
367
|
color: rgba(var(--sd-color-text-primary));
|
|
368
368
|
}
|
|
369
|
-
.sd-6-0-0-next-
|
|
369
|
+
.sd-6-0-0-next-18-footnotes--marker:link, .sd-6-0-0-next-18-footnotes--marker:visited {
|
|
370
370
|
color: rgba(var(--sd-color-text-primary));
|
|
371
371
|
}
|
|
372
|
-
.sd-6-0-0-next-
|
|
372
|
+
.sd-6-0-0-next-18-footnotes--marker:focus-visible {
|
|
373
373
|
border-radius: var(--sd-radius);
|
|
374
374
|
outline-width: 1px;
|
|
375
375
|
outline-style: var(--tw-outline-style);
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
:lang(de) {
|
|
384
384
|
--sd-hidden-links-title: 'Springe zu';
|
|
385
385
|
}
|
|
386
|
-
.sd-6-0-0-next-
|
|
386
|
+
.sd-6-0-0-next-18-hidden-links:not(:focus-within):not(.sd-6-0-0-next-18-hidden-links--debug) {
|
|
387
387
|
position: absolute;
|
|
388
388
|
width: 1px;
|
|
389
389
|
height: 1px;
|
|
@@ -394,12 +394,12 @@
|
|
|
394
394
|
white-space: nowrap;
|
|
395
395
|
border-width: 0;
|
|
396
396
|
}
|
|
397
|
-
.sd-6-0-0-next-
|
|
397
|
+
.sd-6-0-0-next-18-hidden-links{
|
|
398
398
|
position: absolute;
|
|
399
399
|
top: var(--sd-spacing-6);
|
|
400
400
|
left: var(--sd-spacing-6);
|
|
401
401
|
}
|
|
402
|
-
.sd-6-0-0-next-
|
|
402
|
+
.sd-6-0-0-next-18-hidden-links--multiple {
|
|
403
403
|
display: flex;
|
|
404
404
|
flex-direction: column;
|
|
405
405
|
background-color: rgba(var(--sd-color-background-white));
|
|
@@ -408,18 +408,18 @@
|
|
|
408
408
|
--tw-shadow: var(--sd-shadow);
|
|
409
409
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
410
410
|
}
|
|
411
|
-
.sd-6-0-0-next-
|
|
411
|
+
.sd-6-0-0-next-18-hidden-links--multiple:before {
|
|
412
412
|
padding-inline: var(--sd-spacing-4);
|
|
413
413
|
padding-block: var(--sd-spacing-2);
|
|
414
414
|
--tw-font-weight: var(--sd-font-weight-bold);
|
|
415
415
|
font-weight: var(--sd-font-weight-bold);
|
|
416
416
|
content: var(--sd-hidden-links-title);
|
|
417
417
|
}
|
|
418
|
-
mark.sd-6-0-0-next-
|
|
418
|
+
mark.sd-6-0-0-next-18-mark {
|
|
419
419
|
background-color: transparent;
|
|
420
420
|
color: rgba(var(--sd-color-text-accent));
|
|
421
421
|
}
|
|
422
|
-
.sd-6-0-0-next-
|
|
422
|
+
.sd-6-0-0-next-18-meta {
|
|
423
423
|
font-size: var(--sd-text-base);
|
|
424
424
|
line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
|
|
425
425
|
--tw-leading: 1;
|
|
@@ -428,38 +428,38 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
428
428
|
font-weight: var(--sd-font-weight-normal);
|
|
429
429
|
color: rgba(var(--sd-color-text-black));
|
|
430
430
|
}
|
|
431
|
-
.sd-6-0-0-next-
|
|
431
|
+
.sd-6-0-0-next-18-meta--size-sm {
|
|
432
432
|
font-size: var(--sd-text-sm);
|
|
433
433
|
line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
|
|
434
434
|
}
|
|
435
|
-
.sd-6-0-0-next-
|
|
435
|
+
.sd-6-0-0-next-18-meta--light {
|
|
436
436
|
color: rgba(var(--sd-color-text-neutral-700));
|
|
437
437
|
}
|
|
438
|
-
.sd-6-0-0-next-
|
|
438
|
+
.sd-6-0-0-next-18-meta--inverted {
|
|
439
439
|
color: rgba(var(--sd-color-text-white));
|
|
440
440
|
}
|
|
441
|
-
.sd-6-0-0-next-
|
|
441
|
+
.sd-6-0-0-next-18-meta--inverted.sd-6-0-0-next-18-meta--light {
|
|
442
442
|
color: rgba(var(--sd-color-text-primary-400));
|
|
443
443
|
}
|
|
444
|
-
.sd-6-0-0-next-
|
|
444
|
+
.sd-6-0-0-next-18-meta--pipe::after {
|
|
445
445
|
content: '|';
|
|
446
446
|
margin-inline: var(--sd-spacing-1);
|
|
447
447
|
}
|
|
448
|
-
.sd-6-0-0-next-
|
|
448
|
+
.sd-6-0-0-next-18-meta--pipe.sd-6-0-0-next-18-meta--size-sm::after {
|
|
449
449
|
margin-inline: var(--sd-spacing-0\.5);
|
|
450
450
|
}
|
|
451
|
-
.sd-6-0-0-next-
|
|
451
|
+
.sd-6-0-0-next-18-pagination > :not(ul) {
|
|
452
452
|
position: absolute;
|
|
453
453
|
height: var(--sd-spacing-0\.25);
|
|
454
454
|
width: var(--sd-spacing-0\.25);
|
|
455
455
|
overflow: hidden;
|
|
456
456
|
}
|
|
457
|
-
.sd-6-0-0-next-
|
|
457
|
+
.sd-6-0-0-next-18-pagination ul {
|
|
458
458
|
display: flex;
|
|
459
459
|
align-items: center;
|
|
460
460
|
gap: var(--sd-spacing-2);
|
|
461
461
|
}
|
|
462
|
-
.sd-6-0-0-next-
|
|
462
|
+
.sd-6-0-0-next-18-pagination ul li button {
|
|
463
463
|
all: unset;
|
|
464
464
|
border-style: var(--tw-border-style);
|
|
465
465
|
border-width: 0px;
|
|
@@ -467,13 +467,13 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
467
467
|
border-style: solid;
|
|
468
468
|
border-color: transparent;
|
|
469
469
|
}
|
|
470
|
-
.sd-6-0-0-next-
|
|
470
|
+
.sd-6-0-0-next-18-pagination ul li button:hover:not([disabled]) {
|
|
471
471
|
cursor: pointer;
|
|
472
472
|
}
|
|
473
|
-
.sd-6-0-0-next-
|
|
473
|
+
.sd-6-0-0-next-18-pagination ul li:has(button) {
|
|
474
474
|
height: 1.875rem;
|
|
475
475
|
}
|
|
476
|
-
.sd-6-0-0-next-
|
|
476
|
+
.sd-6-0-0-next-18-pagination ul li a, .sd-6-0-0-next-18-pagination ul li button {
|
|
477
477
|
display: flex;
|
|
478
478
|
align-items: center;
|
|
479
479
|
justify-content: center;
|
|
@@ -483,30 +483,30 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
483
483
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
|
|
484
484
|
transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
|
|
485
485
|
}
|
|
486
|
-
.sd-6-0-0-next-
|
|
486
|
+
.sd-6-0-0-next-18-pagination ul li a:hover:not([disabled]), .sd-6-0-0-next-18-pagination ul li button:hover:not([disabled]) {
|
|
487
487
|
color: rgba(var(--sd-color-text-primary-500));
|
|
488
488
|
}
|
|
489
|
-
.sd-6-0-0-next-
|
|
489
|
+
.sd-6-0-0-next-18-pagination ul li a:active:not([disabled]), .sd-6-0-0-next-18-pagination ul li button:active:not([disabled]) {
|
|
490
490
|
color: rgba(var(--sd-color-text-primary-800));
|
|
491
491
|
}
|
|
492
|
-
.sd-6-0-0-next-
|
|
492
|
+
.sd-6-0-0-next-18-pagination ul li a:focus-visible, .sd-6-0-0-next-18-pagination ul li button:focus-visible {
|
|
493
493
|
outline-width: 1px;
|
|
494
494
|
outline-style: var(--tw-outline-style);
|
|
495
495
|
outline-width: 2px;
|
|
496
496
|
outline-offset: 2px;
|
|
497
497
|
outline-color: var(--sd-color-border-primary, var(--sd-color-primary));
|
|
498
498
|
}
|
|
499
|
-
.sd-6-0-0-next-
|
|
499
|
+
.sd-6-0-0-next-18-pagination ul li:first-child, .sd-6-0-0-next-18-pagination ul li:last-child {
|
|
500
500
|
height: var(--sd-spacing-12);
|
|
501
501
|
width: var(--sd-spacing-12);
|
|
502
502
|
font-size: var(--sd-text-xl);
|
|
503
503
|
line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
|
|
504
504
|
}
|
|
505
|
-
.sd-6-0-0-next-
|
|
505
|
+
.sd-6-0-0-next-18-pagination ul li:first-child a, .sd-6-0-0-next-18-pagination ul li:first-child button, .sd-6-0-0-next-18-pagination ul li:last-child a, .sd-6-0-0-next-18-pagination ul li:last-child button {
|
|
506
506
|
height: 100%;
|
|
507
507
|
width: 100%;
|
|
508
508
|
}
|
|
509
|
-
.sd-6-0-0-next-
|
|
509
|
+
.sd-6-0-0-next-18-pagination ul li {
|
|
510
510
|
display: flex;
|
|
511
511
|
height: var(--sd-spacing-8);
|
|
512
512
|
width: var(--sd-spacing-8);
|
|
@@ -514,127 +514,127 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
514
514
|
justify-content: center;
|
|
515
515
|
text-align: center;
|
|
516
516
|
}
|
|
517
|
-
.sd-6-0-0-next-
|
|
517
|
+
.sd-6-0-0-next-18-pagination ul li:not(:first-child):not(:last-child) a, .sd-6-0-0-next-18-pagination ul li:not(:first-child):not(:last-child) button {
|
|
518
518
|
height: 100%;
|
|
519
519
|
width: 100%;
|
|
520
520
|
border-bottom-style: var(--tw-border-style);
|
|
521
521
|
border-bottom-width: var(--sd-border-width-2);
|
|
522
522
|
border-bottom-color: transparent;
|
|
523
523
|
}
|
|
524
|
-
.sd-6-0-0-next-
|
|
524
|
+
.sd-6-0-0-next-18-pagination ul li:not(:first-child):not(:last-child) a[aria-current], .sd-6-0-0-next-18-pagination ul li:not(:first-child):not(:last-child) button[aria-current] {
|
|
525
525
|
border-bottom-color: rgba(var(--sd-color-border-accent));
|
|
526
526
|
}
|
|
527
|
-
.sd-6-0-0-next-
|
|
527
|
+
.sd-6-0-0-next-18-pagination ul li a[aria-current], .sd-6-0-0-next-18-pagination ul li button[aria-current] {
|
|
528
528
|
color: rgba(var(--sd-color-text-black));
|
|
529
529
|
}
|
|
530
|
-
.sd-6-0-0-next-
|
|
530
|
+
.sd-6-0-0-next-18-pagination ul li a[aria-current]:hover:not([disabled]), .sd-6-0-0-next-18-pagination ul li button[aria-current]:hover:not([disabled]) {
|
|
531
531
|
color: rgba(var(--sd-color-text-black));
|
|
532
532
|
}
|
|
533
|
-
.sd-6-0-0-next-
|
|
533
|
+
.sd-6-0-0-next-18-pagination ul li:first-child:has(a:not([href])) a, .sd-6-0-0-next-18-pagination ul li:last-child:has(a:not([href])) a, .sd-6-0-0-next-18-pagination ul li:first-child:has(button[disabled]) button, .sd-6-0-0-next-18-pagination ul li:last-child:has(button[disabled]) button {
|
|
534
534
|
cursor: not-allowed;
|
|
535
535
|
color: rgba(var(--sd-color-text-neutral-500));
|
|
536
536
|
}
|
|
537
|
-
.sd-6-0-0-next-
|
|
537
|
+
.sd-6-0-0-next-18-pagination ul li:first-child:has(a:not([href])) a:hover:not([disabled]), .sd-6-0-0-next-18-pagination ul li:last-child:has(a:not([href])) a:hover:not([disabled]), .sd-6-0-0-next-18-pagination ul li:first-child:has(button[disabled]) button:hover:not([disabled]), .sd-6-0-0-next-18-pagination ul li:last-child:has(button[disabled]) button:hover:not([disabled]) {
|
|
538
538
|
color: rgba(var(--sd-color-text-neutral-500));
|
|
539
539
|
}
|
|
540
|
-
.sd-6-0-0-next-
|
|
540
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) {
|
|
541
541
|
pointer-events: none;
|
|
542
542
|
position: absolute;
|
|
543
543
|
}
|
|
544
|
-
.sd-6-0-0-next-
|
|
544
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) a, .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) button {
|
|
545
545
|
display: none;
|
|
546
546
|
}
|
|
547
|
-
.sd-6-0-0-next-
|
|
547
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):has(+ li + li a[aria-current], + li + li button[aria-current]), .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):has(a[aria-current], button[aria-current]) + li + li:not(:last-child) {
|
|
548
548
|
pointer-events: auto !important;
|
|
549
549
|
position: relative !important;
|
|
550
550
|
}
|
|
551
|
-
.sd-6-0-0-next-
|
|
551
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):has(+ li + li a[aria-current], + li + li button[aria-current])::after, .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):has(a[aria-current], button[aria-current]) + li + li:not(:last-child)::after {
|
|
552
552
|
--tw-content: '...';
|
|
553
553
|
content: var(--tw-content);
|
|
554
554
|
}
|
|
555
|
-
.sd-6-0-0-next-
|
|
555
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2), .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2), .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):has( + li a[aria-current], + li button[aria-current]), .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):has( a[aria-current], button[aria-current]) + li {
|
|
556
556
|
pointer-events: auto !important;
|
|
557
557
|
position: relative !important;
|
|
558
558
|
}
|
|
559
|
-
.sd-6-0-0-next-
|
|
559
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2)::after, .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2)::after, .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):has( + li a[aria-current], + li button[aria-current])::after, .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):has( a[aria-current], button[aria-current]) + li::after {
|
|
560
560
|
content: var(--tw-content);
|
|
561
561
|
display: none !important;
|
|
562
562
|
}
|
|
563
|
-
.sd-6-0-0-next-
|
|
563
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2) a, .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2) button, .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2) a, .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2) button, .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):has( + li a[aria-current], + li button[aria-current]) a, .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):has( + li a[aria-current], + li button[aria-current]) button, .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):has( a[aria-current], button[aria-current]) + li a, .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):has( a[aria-current], button[aria-current]) + li button {
|
|
564
564
|
display: flex !important;
|
|
565
565
|
}
|
|
566
|
-
.sd-6-0-0-next-
|
|
566
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6) {
|
|
567
567
|
pointer-events: auto;
|
|
568
568
|
position: relative;
|
|
569
569
|
}
|
|
570
|
-
.sd-6-0-0-next-
|
|
570
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6)::after {
|
|
571
571
|
content: var(--tw-content);
|
|
572
572
|
display: none;
|
|
573
573
|
}
|
|
574
|
-
.sd-6-0-0-next-
|
|
574
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6) a, .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6) button {
|
|
575
575
|
display: flex;
|
|
576
576
|
}
|
|
577
|
-
.sd-6-0-0-next-
|
|
577
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(6):not(:last-child) + li {
|
|
578
578
|
pointer-events: none;
|
|
579
579
|
position: relative;
|
|
580
580
|
}
|
|
581
|
-
.sd-6-0-0-next-
|
|
581
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(6):not(:last-child) + li::after {
|
|
582
582
|
--tw-content: '...';
|
|
583
583
|
content: var(--tw-content);
|
|
584
584
|
}
|
|
585
|
-
.sd-6-0-0-next-
|
|
585
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current]) {
|
|
586
586
|
pointer-events: auto;
|
|
587
587
|
position: relative;
|
|
588
588
|
}
|
|
589
|
-
.sd-6-0-0-next-
|
|
589
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current])::after {
|
|
590
590
|
content: var(--tw-content);
|
|
591
591
|
display: none;
|
|
592
592
|
}
|
|
593
|
-
.sd-6-0-0-next-
|
|
593
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current]) a, .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current]) button {
|
|
594
594
|
display: flex;
|
|
595
595
|
}
|
|
596
|
-
.sd-6-0-0-next-
|
|
596
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child) {
|
|
597
597
|
pointer-events: auto;
|
|
598
598
|
position: relative;
|
|
599
599
|
}
|
|
600
|
-
.sd-6-0-0-next-
|
|
600
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child)::after {
|
|
601
601
|
content: var(--tw-content);
|
|
602
602
|
display: none;
|
|
603
603
|
}
|
|
604
|
-
.sd-6-0-0-next-
|
|
604
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child) a, .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child) button {
|
|
605
605
|
display: flex;
|
|
606
606
|
}
|
|
607
|
-
.sd-6-0-0-next-
|
|
607
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has( ~ :nth-last-child(-n + 5) a[aria-current], ~ :nth-last-child(-n + 5) button[aria-current] ) {
|
|
608
608
|
pointer-events: auto;
|
|
609
609
|
position: relative;
|
|
610
610
|
}
|
|
611
|
-
.sd-6-0-0-next-
|
|
611
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has( ~ :nth-last-child(-n + 5) a[aria-current], ~ :nth-last-child(-n + 5) button[aria-current] )::after {
|
|
612
612
|
content: var(--tw-content);
|
|
613
613
|
display: none;
|
|
614
614
|
}
|
|
615
|
-
.sd-6-0-0-next-
|
|
615
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has( ~ :nth-last-child(-n + 5) a[aria-current], ~ :nth-last-child(-n + 5) button[aria-current] ) a, .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has( ~ :nth-last-child(-n + 5) a[aria-current], ~ :nth-last-child(-n + 5) button[aria-current] ) button {
|
|
616
616
|
display: flex;
|
|
617
617
|
}
|
|
618
|
-
.sd-6-0-0-next-
|
|
618
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(7):has( ~ :nth-last-child(-n + 5) a[aria-current], ~ :nth-last-child(-n + 5) button[aria-current] ) {
|
|
619
619
|
pointer-events: none;
|
|
620
620
|
position: relative;
|
|
621
621
|
}
|
|
622
|
-
.sd-6-0-0-next-
|
|
622
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(7):has( ~ :nth-last-child(-n + 5) a[aria-current], ~ :nth-last-child(-n + 5) button[aria-current] )::after {
|
|
623
623
|
--tw-content: '...';
|
|
624
624
|
content: var(--tw-content);
|
|
625
625
|
}
|
|
626
|
-
.sd-6-0-0-next-
|
|
626
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li {
|
|
627
627
|
pointer-events: auto;
|
|
628
628
|
position: relative;
|
|
629
629
|
}
|
|
630
|
-
.sd-6-0-0-next-
|
|
630
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li::after {
|
|
631
631
|
content: var(--tw-content);
|
|
632
632
|
display: none;
|
|
633
633
|
}
|
|
634
|
-
.sd-6-0-0-next-
|
|
634
|
+
.sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li a, .sd-6-0-0-next-18-pagination:not(.sd-6-0-0-next-18-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li button {
|
|
635
635
|
display: flex;
|
|
636
636
|
}
|
|
637
|
-
.sd-6-0-0-next-
|
|
637
|
+
.sd-6-0-0-next-18-pagination--simple ul li:nth-child(2) {
|
|
638
638
|
position: relative;
|
|
639
639
|
margin-inline-end: calc(var(--sd-spacing-1) * 5);
|
|
640
640
|
width: var(--sd-spacing-8);
|
|
@@ -642,65 +642,65 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
642
642
|
border-bottom-width: var(--sd-border-width-2);
|
|
643
643
|
border-bottom-color: rgba(var(--sd-color-border-accent));
|
|
644
644
|
}
|
|
645
|
-
.sd-6-0-0-next-
|
|
645
|
+
.sd-6-0-0-next-18-pagination--simple ul li:nth-child(2)::after {
|
|
646
646
|
content: var(--tw-content);
|
|
647
647
|
position: absolute;
|
|
648
648
|
}
|
|
649
|
-
.sd-6-0-0-next-
|
|
649
|
+
.sd-6-0-0-next-18-pagination--simple ul li:nth-child(2)::after {
|
|
650
650
|
content: var(--tw-content);
|
|
651
651
|
right: calc(18px * -1);
|
|
652
652
|
}
|
|
653
|
-
.sd-6-0-0-next-
|
|
653
|
+
.sd-6-0-0-next-18-pagination--simple ul li:nth-child(2)::after {
|
|
654
654
|
content: var(--tw-content);
|
|
655
655
|
--tw-scale-y: 1.5;
|
|
656
656
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
657
657
|
}
|
|
658
|
-
.sd-6-0-0-next-
|
|
658
|
+
.sd-6-0-0-next-18-pagination--simple ul li:nth-child(2)::after {
|
|
659
659
|
--tw-content: '/';
|
|
660
660
|
content: var(--tw-content);
|
|
661
661
|
}
|
|
662
|
-
.sd-6-0-0-next-
|
|
662
|
+
.sd-6-0-0-next-18-pagination--simple ul li:nth-child(2){
|
|
663
663
|
border-bottom-style: solid;
|
|
664
664
|
}
|
|
665
|
-
.sd-6-0-0-next-
|
|
665
|
+
.sd-6-0-0-next-18-pagination--simple ul li:nth-last-child(2) {
|
|
666
666
|
border-bottom-style: var(--tw-border-style);
|
|
667
667
|
border-bottom-width: var(--sd-border-width-2);
|
|
668
668
|
border-bottom-color: transparent;
|
|
669
669
|
}
|
|
670
|
-
.sd-6-0-0-next-
|
|
670
|
+
.sd-6-0-0-next-18-pagination--inverted ul li::after {
|
|
671
671
|
content: var(--tw-content);
|
|
672
672
|
color: rgba(var(--sd-color-text-white));
|
|
673
673
|
}
|
|
674
|
-
.sd-6-0-0-next-
|
|
674
|
+
.sd-6-0-0-next-18-pagination--inverted ul li:first-child:has(a:not([href])) a, .sd-6-0-0-next-18-pagination--inverted ul li:last-child:has(a:not([href])) a, .sd-6-0-0-next-18-pagination--inverted ul li:first-child:has(button[disabled]) button, .sd-6-0-0-next-18-pagination--inverted ul li:last-child:has(button[disabled]) button {
|
|
675
675
|
color: rgba(var(--sd-color-text-neutral-600));
|
|
676
676
|
}
|
|
677
|
-
.sd-6-0-0-next-
|
|
677
|
+
.sd-6-0-0-next-18-pagination--inverted ul li:first-child:has(a:not([href])) a:hover:not([disabled]), .sd-6-0-0-next-18-pagination--inverted ul li:last-child:has(a:not([href])) a:hover:not([disabled]), .sd-6-0-0-next-18-pagination--inverted ul li:first-child:has(button[disabled]) button:hover:not([disabled]), .sd-6-0-0-next-18-pagination--inverted ul li:last-child:has(button[disabled]) button:hover:not([disabled]) {
|
|
678
678
|
color: rgba(var(--sd-color-text-neutral-600));
|
|
679
679
|
}
|
|
680
|
-
.sd-6-0-0-next-
|
|
680
|
+
.sd-6-0-0-next-18-pagination--inverted ul li a, .sd-6-0-0-next-18-pagination--inverted ul li a[aria-current], .sd-6-0-0-next-18-pagination--inverted ul li button, .sd-6-0-0-next-18-pagination--inverted ul li button[aria-current] {
|
|
681
681
|
color: rgba(var(--sd-color-text-white));
|
|
682
682
|
}
|
|
683
|
-
.sd-6-0-0-next-
|
|
683
|
+
.sd-6-0-0-next-18-pagination--inverted ul li a:hover:not([disabled]), .sd-6-0-0-next-18-pagination--inverted ul li a[aria-current]:hover:not([disabled]), .sd-6-0-0-next-18-pagination--inverted ul li button:hover:not([disabled]), .sd-6-0-0-next-18-pagination--inverted ul li button[aria-current]:hover:not([disabled]) {
|
|
684
684
|
color: rgba(var(--sd-color-text-primary-200));
|
|
685
685
|
}
|
|
686
|
-
.sd-6-0-0-next-
|
|
686
|
+
.sd-6-0-0-next-18-pagination--inverted ul li a:active:not([disabled]), .sd-6-0-0-next-18-pagination--inverted ul li a[aria-current]:active:not([disabled]), .sd-6-0-0-next-18-pagination--inverted ul li button:active:not([disabled]), .sd-6-0-0-next-18-pagination--inverted ul li button[aria-current]:active:not([disabled]) {
|
|
687
687
|
color: rgba(var(--sd-color-text-primary-400));
|
|
688
688
|
}
|
|
689
|
-
.sd-6-0-0-next-
|
|
689
|
+
.sd-6-0-0-next-18-pagination--inverted ul li a:focus-visible, .sd-6-0-0-next-18-pagination--inverted ul li a[aria-current]:focus-visible, .sd-6-0-0-next-18-pagination--inverted ul li button:focus-visible, .sd-6-0-0-next-18-pagination--inverted ul li button[aria-current]:focus-visible {
|
|
690
690
|
outline-color: var(--color-white, #fff);
|
|
691
691
|
}
|
|
692
|
-
.sd-6-0-0-next-
|
|
692
|
+
.sd-6-0-0-next-18-pagination--inverted.sd-6-0-0-next-18-pagination--simple ul li {
|
|
693
693
|
color: rgba(var(--sd-color-text-white));
|
|
694
694
|
}
|
|
695
|
-
.sd-6-0-0-next-
|
|
695
|
+
.sd-6-0-0-next-18-pagination--inverted.sd-6-0-0-next-18-pagination--simple ul li::after {
|
|
696
696
|
content: var(--tw-content);
|
|
697
697
|
color: rgba(var(--sd-color-text-white));
|
|
698
698
|
}
|
|
699
|
-
.sd-6-0-0-next-
|
|
699
|
+
.sd-6-0-0-next-18-status-badge {
|
|
700
700
|
display: inline-flex;
|
|
701
701
|
align-items: center;
|
|
702
702
|
}
|
|
703
|
-
.sd-6-0-0-next-
|
|
703
|
+
.sd-6-0-0-next-18-status-badge sd-icon {
|
|
704
704
|
margin-right: var(--sd-spacing-2);
|
|
705
705
|
display: flex;
|
|
706
706
|
height: var(--sd-spacing-3);
|
|
@@ -709,19 +709,19 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
709
709
|
padding: var(--sd-spacing-1);
|
|
710
710
|
color: rgba(var(--sd-color-text-white)) !important;
|
|
711
711
|
}
|
|
712
|
-
.sd-6-0-0-next-
|
|
712
|
+
.sd-6-0-0-next-18-status-badge--success sd-icon {
|
|
713
713
|
background-color: rgba(var(--sd-color-background-success));
|
|
714
714
|
}
|
|
715
|
-
.sd-6-0-0-next-
|
|
715
|
+
.sd-6-0-0-next-18-status-badge--warning sd-icon {
|
|
716
716
|
background-color: rgba(var(--sd-color-background-warning));
|
|
717
717
|
}
|
|
718
|
-
.sd-6-0-0-next-
|
|
718
|
+
.sd-6-0-0-next-18-status-badge--error sd-icon {
|
|
719
719
|
background-color: rgba(var(--sd-color-background-error));
|
|
720
720
|
}
|
|
721
|
-
.sd-6-0-0-next-
|
|
721
|
+
.sd-6-0-0-next-18-status-badge--info sd-icon {
|
|
722
722
|
background-color: rgba(var(--sd-color-background-info));
|
|
723
723
|
}
|
|
724
|
-
.sd-6-0-0-next-
|
|
724
|
+
.sd-6-0-0-next-18-display {
|
|
725
725
|
font-size: var(--sd-text-3xl);
|
|
726
726
|
line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
|
|
727
727
|
--tw-leading: var(--leading-tight, 1.25);
|
|
@@ -731,12 +731,12 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
731
731
|
color: rgba(var(--sd-color-text-black));
|
|
732
732
|
}
|
|
733
733
|
@media (width >= 64rem) {
|
|
734
|
-
.sd-6-0-0-next-
|
|
734
|
+
.sd-6-0-0-next-18-display {
|
|
735
735
|
font-size: var(--sd-text-4xl);
|
|
736
736
|
line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)))
|
|
737
737
|
}
|
|
738
738
|
}
|
|
739
|
-
.sd-6-0-0-next-
|
|
739
|
+
.sd-6-0-0-next-18-display--size-xl {
|
|
740
740
|
font-size: var(--sd-text-xl);
|
|
741
741
|
line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
|
|
742
742
|
--tw-leading: var(--leading-tight, 1.25);
|
|
@@ -745,7 +745,7 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
745
745
|
font-weight: var(--sd-font-weight-normal);
|
|
746
746
|
color: rgba(var(--sd-color-text-black));
|
|
747
747
|
}
|
|
748
|
-
.sd-6-0-0-next-
|
|
748
|
+
.sd-6-0-0-next-18-display--size-3xl {
|
|
749
749
|
font-size: var(--sd-text-2xl);
|
|
750
750
|
line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
|
|
751
751
|
--tw-leading: var(--leading-tight, 1.25);
|
|
@@ -755,31 +755,31 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
755
755
|
color: rgba(var(--sd-color-text-black));
|
|
756
756
|
}
|
|
757
757
|
@media (width >= 64rem) {
|
|
758
|
-
.sd-6-0-0-next-
|
|
758
|
+
.sd-6-0-0-next-18-display--size-3xl {
|
|
759
759
|
font-size: var(--sd-text-3xl);
|
|
760
760
|
line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)))
|
|
761
761
|
}
|
|
762
762
|
}
|
|
763
|
-
.sd-6-0-0-next-
|
|
763
|
+
.sd-6-0-0-next-18-display--inverted {
|
|
764
764
|
color: rgba(var(--sd-color-text-white));
|
|
765
765
|
}
|
|
766
|
-
.sd-6-0-0-next-
|
|
766
|
+
.sd-6-0-0-next-18-headline, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5) {
|
|
767
767
|
display: flex;
|
|
768
768
|
--tw-font-weight: var(--sd-font-weight-bold);
|
|
769
769
|
font-weight: var(--sd-font-weight-bold);
|
|
770
770
|
color: rgba(var(--sd-color-text-primary));
|
|
771
771
|
}
|
|
772
|
-
.sd-6-0-0-next-
|
|
772
|
+
.sd-6-0-0-next-18-headline sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5) sd-icon {
|
|
773
773
|
flex-shrink: 0;
|
|
774
774
|
font-size: 3rem;
|
|
775
775
|
color: rgba(var(--sd-color-text-primary));
|
|
776
776
|
}
|
|
777
777
|
@media (width >= 40rem) {
|
|
778
|
-
.sd-6-0-0-next-
|
|
778
|
+
.sd-6-0-0-next-18-headline sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5) sd-icon {
|
|
779
779
|
margin-top: var(--sd-spacing-2)
|
|
780
780
|
}
|
|
781
781
|
}
|
|
782
|
-
.sd-6-0-0-next-
|
|
782
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline, .sd-6-0-0-next-18-headline:is(h1):not(.sd-6-0-0-next-18-headline), .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-6-0-0-next-18-headline) {
|
|
783
783
|
gap: var(--sd-spacing-4);
|
|
784
784
|
font-size: var(--sd-text-3xl);
|
|
785
785
|
line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
|
|
@@ -787,20 +787,20 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
787
787
|
line-height: var(--leading-tight, 1.25);
|
|
788
788
|
}
|
|
789
789
|
@media (width >= 40rem) {
|
|
790
|
-
.sd-6-0-0-next-
|
|
790
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline, .sd-6-0-0-next-18-headline:is(h1):not(.sd-6-0-0-next-18-headline), .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-6-0-0-next-18-headline) {
|
|
791
791
|
font-size: var(--sd-text-4xl);
|
|
792
792
|
line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)))
|
|
793
793
|
}
|
|
794
794
|
}
|
|
795
|
-
.sd-6-0-0-next-
|
|
795
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline sd-icon, .sd-6-0-0-next-18-headline:is(h1):not(.sd-6-0-0-next-18-headline) sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-6-0-0-next-18-headline) sd-icon {
|
|
796
796
|
margin-top: calc(var(--sd-spacing-1) * -1);
|
|
797
797
|
}
|
|
798
798
|
@media (width >= 40rem) {
|
|
799
|
-
.sd-6-0-0-next-
|
|
799
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline sd-icon, .sd-6-0-0-next-18-headline:is(h1):not(.sd-6-0-0-next-18-headline) sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-6-0-0-next-18-headline) sd-icon {
|
|
800
800
|
margin-top: calc(var(--sd-spacing-1) * 0)
|
|
801
801
|
}
|
|
802
802
|
}
|
|
803
|
-
.sd-6-0-0-next-
|
|
803
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-3xl, .sd-6-0-0-next-18-headline:is(h2):not(.sd-6-0-0-next-18-headline), .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-3xl, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-6-0-0-next-18-headline) {
|
|
804
804
|
gap: var(--sd-spacing-4);
|
|
805
805
|
font-size: var(--sd-text-2xl);
|
|
806
806
|
line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
|
|
@@ -808,86 +808,86 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
808
808
|
line-height: var(--leading-tight, 1.25);
|
|
809
809
|
}
|
|
810
810
|
@media (width >= 40rem) {
|
|
811
|
-
.sd-6-0-0-next-
|
|
811
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-3xl, .sd-6-0-0-next-18-headline:is(h2):not(.sd-6-0-0-next-18-headline), .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-3xl, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-6-0-0-next-18-headline) {
|
|
812
812
|
font-size: var(--sd-text-3xl);
|
|
813
813
|
line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)))
|
|
814
814
|
}
|
|
815
815
|
}
|
|
816
|
-
.sd-6-0-0-next-
|
|
816
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-3xl sd-icon, .sd-6-0-0-next-18-headline:is(h2):not(.sd-6-0-0-next-18-headline) sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-3xl sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-6-0-0-next-18-headline) sd-icon {
|
|
817
817
|
margin-top: calc(var(--sd-spacing-1) * -1);
|
|
818
818
|
}
|
|
819
819
|
@media (width >= 40rem) {
|
|
820
|
-
.sd-6-0-0-next-
|
|
820
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-3xl sd-icon, .sd-6-0-0-next-18-headline:is(h2):not(.sd-6-0-0-next-18-headline) sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-3xl sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-6-0-0-next-18-headline) sd-icon {
|
|
821
821
|
margin-top: calc(var(--sd-spacing-1) * 0)
|
|
822
822
|
}
|
|
823
823
|
}
|
|
824
|
-
.sd-6-0-0-next-
|
|
824
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-xl, .sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-lg, .sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-base, .sd-6-0-0-next-18-headline:is(h3, h4, h5):not(.sd-6-0-0-next-18-headline), .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-xl, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-lg, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-base, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-6-0-0-next-18-headline) {
|
|
825
825
|
gap: var(--sd-spacing-2);
|
|
826
826
|
color: rgba(var(--sd-color-text-black));
|
|
827
827
|
}
|
|
828
|
-
.sd-6-0-0-next-
|
|
828
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-xl sd-icon, .sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-lg sd-icon, .sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-base sd-icon, .sd-6-0-0-next-18-headline:is(h3, h4, h5):not(.sd-6-0-0-next-18-headline) sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-xl sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-lg sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-base sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-6-0-0-next-18-headline) sd-icon {
|
|
829
829
|
font-size: 2rem;
|
|
830
830
|
}
|
|
831
|
-
.sd-6-0-0-next-
|
|
831
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-xl, .sd-6-0-0-next-18-headline:is(h3):not(.sd-6-0-0-next-18-headline), .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-xl, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-6-0-0-next-18-headline) {
|
|
832
832
|
font-size: var(--sd-text-xl);
|
|
833
833
|
line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
|
|
834
834
|
}
|
|
835
|
-
.sd-6-0-0-next-
|
|
835
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-xl sd-icon, .sd-6-0-0-next-18-headline:is(h3):not(.sd-6-0-0-next-18-headline) sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-xl sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-6-0-0-next-18-headline) sd-icon {
|
|
836
836
|
margin-top: var(--sd-spacing-0\.5);
|
|
837
837
|
}
|
|
838
838
|
@media (width >= 40rem) {
|
|
839
|
-
.sd-6-0-0-next-
|
|
839
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-xl sd-icon, .sd-6-0-0-next-18-headline:is(h3):not(.sd-6-0-0-next-18-headline) sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-xl sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-6-0-0-next-18-headline) sd-icon {
|
|
840
840
|
margin-top: var(--sd-spacing-0\.5)
|
|
841
841
|
}
|
|
842
842
|
}
|
|
843
|
-
.sd-6-0-0-next-
|
|
843
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-lg, .sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-base, .sd-6-0-0-next-18-headline:is(h4, h5):not(.sd-6-0-0-next-18-headline), .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-lg, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-base, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h4, h5):not(.sd-6-0-0-next-18-headline) {
|
|
844
844
|
--tw-leading: var(--leading-normal, 1.5);
|
|
845
845
|
line-height: var(--leading-normal, 1.5);
|
|
846
846
|
}
|
|
847
|
-
.sd-6-0-0-next-
|
|
847
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-lg, .sd-6-0-0-next-18-headline:is(h4), .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-lg, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h4) {
|
|
848
848
|
font-size: var(--sd-text-lg);
|
|
849
849
|
line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
|
|
850
850
|
}
|
|
851
|
-
.sd-6-0-0-next-
|
|
851
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-lg sd-icon, .sd-6-0-0-next-18-headline:is(h4) sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-lg sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
|
|
852
852
|
margin-top: calc(var(--sd-spacing-1) * 0);
|
|
853
853
|
}
|
|
854
854
|
@media (width >= 40rem) {
|
|
855
|
-
.sd-6-0-0-next-
|
|
855
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-lg sd-icon, .sd-6-0-0-next-18-headline:is(h4) sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-lg sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
|
|
856
856
|
margin-top: calc(var(--sd-spacing-1) * 0)
|
|
857
857
|
}
|
|
858
858
|
}
|
|
859
|
-
.sd-6-0-0-next-
|
|
859
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-base, .sd-6-0-0-next-18-headline:is(h5):not(.sd-6-0-0-next-18-headline), .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-base, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-6-0-0-next-18-headline) {
|
|
860
860
|
font-size: var(--sd-text-base);
|
|
861
861
|
line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
|
|
862
862
|
}
|
|
863
|
-
.sd-6-0-0-next-
|
|
863
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-base sd-icon, .sd-6-0-0-next-18-headline:is(h5):not(.sd-6-0-0-next-18-headline) sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-base sd-icon, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-6-0-0-next-18-headline) sd-icon {
|
|
864
864
|
margin-top: calc(var(--sd-spacing-1) * -1);
|
|
865
865
|
}
|
|
866
|
-
.sd-6-0-0-next-
|
|
866
|
+
.sd-6-0-0-next-18-headline.sd-6-0-0-next-18-headline--size-base mark, .sd-6-0-0-next-18-headline:is(h5):not(.sd-6-0-0-next-18-headline) mark, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-18-headline--size-base mark, .sd-6-0-0-next-18-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-6-0-0-next-18-headline) mark {
|
|
867
867
|
color: inherit;
|
|
868
868
|
}
|
|
869
|
-
.sd-6-0-0-next-
|
|
869
|
+
.sd-6-0-0-next-18-headline--inline {
|
|
870
870
|
display: inline-block;
|
|
871
871
|
}
|
|
872
|
-
.sd-6-0-0-next-
|
|
872
|
+
.sd-6-0-0-next-18-headline--inline sd-icon {
|
|
873
873
|
margin-top: calc(var(--sd-spacing-1) * -1);
|
|
874
874
|
margin-right: var(--sd-spacing-2);
|
|
875
875
|
vertical-align: middle;
|
|
876
876
|
}
|
|
877
|
-
.sd-6-0-0-next-
|
|
877
|
+
.sd-6-0-0-next-18-headline--inline:is(.sd-6-0-0-next-18-headline--size-xl, .sd-6-0-0-next-18-headline--size-lg, .sd-6-0-0-next-18-headline--size-base) sd-icon {
|
|
878
878
|
margin-right: var(--sd-spacing-0\.5);
|
|
879
879
|
}
|
|
880
|
-
.sd-6-0-0-next-
|
|
880
|
+
.sd-6-0-0-next-18-headline--inverted:not(#_), .sd-6-0-0-next-18-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-6-0-0-next-18-headline):not(#_) {
|
|
881
881
|
color: rgba(var(--sd-color-text-white));
|
|
882
882
|
}
|
|
883
|
-
.sd-6-0-0-next-
|
|
883
|
+
.sd-6-0-0-next-18-headline--inverted:not(#_) sd-icon, .sd-6-0-0-next-18-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-6-0-0-next-18-headline):not(#_) sd-icon {
|
|
884
884
|
color: rgba(var(--sd-color-text-white));
|
|
885
885
|
}
|
|
886
|
-
.sd-6-0-0-next-
|
|
886
|
+
.sd-6-0-0-next-18-prose a--reset, .sd-6-0-0-next-18-interactive--reset {
|
|
887
887
|
all: unset;
|
|
888
888
|
outline: revert;
|
|
889
889
|
}
|
|
890
|
-
.sd-6-0-0-next-
|
|
890
|
+
.sd-6-0-0-next-18-prose a, .sd-6-0-0-next-18-interactive{
|
|
891
891
|
cursor: pointer;
|
|
892
892
|
color: rgba(var(--sd-interactive--default-color-text, rgba(var(--sd-color-primary))));
|
|
893
893
|
text-decoration-line: underline;
|
|
@@ -899,56 +899,56 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
899
899
|
--tw-ease: var(--ease-in-out, cubic-bezier(0.4, 0, 0.2, 1));
|
|
900
900
|
transition-timing-function: var(--ease-in-out, cubic-bezier(0.4, 0, 0.2, 1));
|
|
901
901
|
}
|
|
902
|
-
.sd-6-0-0-next-
|
|
902
|
+
.sd-6-0-0-next-18-prose a:hover:not([disabled]), .sd-6-0-0-next-18-interactive:hover:not([disabled]) {
|
|
903
903
|
color: rgba(var(--sd-color-text-primary-500));
|
|
904
904
|
}
|
|
905
|
-
.sd-6-0-0-next-
|
|
905
|
+
.sd-6-0-0-next-18-prose a:focus-visible, .sd-6-0-0-next-18-interactive:focus-visible {
|
|
906
906
|
outline-style: solid;
|
|
907
907
|
outline-offset: 2px;
|
|
908
908
|
outline-width: 2px;
|
|
909
909
|
outline-color: rgba(var(--outline-color-primary));
|
|
910
910
|
}
|
|
911
|
-
.sd-6-0-0-next-
|
|
911
|
+
.sd-6-0-0-next-18-prose a:active:not([disabled]), .sd-6-0-0-next-18-interactive:active:not([disabled]) {
|
|
912
912
|
color: rgba(var(--sd-interactive--active-color-text, rgba(var(--sd-color-primary-800))));
|
|
913
913
|
}
|
|
914
|
-
.sd-6-0-0-next-
|
|
914
|
+
.sd-6-0-0-next-18-prose a:is(.sd-6-0-0-next-18-interactive), .sd-6-0-0-next-18-interactive:is(.sd-6-0-0-next-18-interactive) {
|
|
915
915
|
text-decoration-line: none;
|
|
916
916
|
}
|
|
917
|
-
.sd-6-0-0-next-
|
|
917
|
+
.sd-6-0-0-next-18-prose a--disabled, .sd-6-0-0-next-18-prose a[disabled], .sd-6-0-0-next-18-prose a[href=''], .sd-6-0-0-next-18-interactive--disabled, .sd-6-0-0-next-18-interactive[disabled], .sd-6-0-0-next-18-interactive[href=''] {
|
|
918
918
|
cursor: not-allowed;
|
|
919
919
|
color: rgba(var(--sd-color-text-neutral-500));
|
|
920
920
|
}
|
|
921
|
-
.sd-6-0-0-next-
|
|
921
|
+
.sd-6-0-0-next-18-prose a--disabled:hover:not([disabled]), .sd-6-0-0-next-18-prose a[disabled]:hover:not([disabled]), .sd-6-0-0-next-18-prose a[href='']:hover:not([disabled]), .sd-6-0-0-next-18-interactive--disabled:hover:not([disabled]), .sd-6-0-0-next-18-interactive[disabled]:hover:not([disabled]), .sd-6-0-0-next-18-interactive[href='']:hover:not([disabled]) {
|
|
922
922
|
color: rgba(var(--sd-color-text-neutral-500));
|
|
923
923
|
}
|
|
924
|
-
.sd-6-0-0-next-
|
|
924
|
+
.sd-6-0-0-next-18-prose a--disabled:active:not([disabled]), .sd-6-0-0-next-18-prose a[disabled]:active:not([disabled]), .sd-6-0-0-next-18-prose a[href='']:active:not([disabled]), .sd-6-0-0-next-18-interactive--disabled:active:not([disabled]), .sd-6-0-0-next-18-interactive[disabled]:active:not([disabled]), .sd-6-0-0-next-18-interactive[href='']:active:not([disabled]) {
|
|
925
925
|
color: rgba(var(--sd-color-text-neutral-500));
|
|
926
926
|
}
|
|
927
|
-
.sd-6-0-0-next-
|
|
927
|
+
.sd-6-0-0-next-18-prose a--disabled.sd-6-0-0-next-18-interactive--inverted, .sd-6-0-0-next-18-prose a[disabled].sd-6-0-0-next-18-interactive--inverted, .sd-6-0-0-next-18-prose a[href=''].sd-6-0-0-next-18-interactive--inverted, .sd-6-0-0-next-18-interactive--disabled.sd-6-0-0-next-18-interactive--inverted, .sd-6-0-0-next-18-interactive[disabled].sd-6-0-0-next-18-interactive--inverted, .sd-6-0-0-next-18-interactive[href=''].sd-6-0-0-next-18-interactive--inverted {
|
|
928
928
|
color: rgba(var(--sd-color-text-neutral-600));
|
|
929
929
|
}
|
|
930
|
-
.sd-6-0-0-next-
|
|
930
|
+
.sd-6-0-0-next-18-prose a--disabled.sd-6-0-0-next-18-interactive--inverted:hover:not([disabled]), .sd-6-0-0-next-18-prose a[disabled].sd-6-0-0-next-18-interactive--inverted:hover:not([disabled]), .sd-6-0-0-next-18-prose a[href=''].sd-6-0-0-next-18-interactive--inverted:hover:not([disabled]), .sd-6-0-0-next-18-interactive--disabled.sd-6-0-0-next-18-interactive--inverted:hover:not([disabled]), .sd-6-0-0-next-18-interactive[disabled].sd-6-0-0-next-18-interactive--inverted:hover:not([disabled]), .sd-6-0-0-next-18-interactive[href=''].sd-6-0-0-next-18-interactive--inverted:hover:not([disabled]) {
|
|
931
931
|
color: rgba(var(--sd-color-text-neutral-600));
|
|
932
932
|
}
|
|
933
|
-
.sd-6-0-0-next-
|
|
933
|
+
.sd-6-0-0-next-18-prose a--disabled.sd-6-0-0-next-18-interactive--inverted:active:not([disabled]), .sd-6-0-0-next-18-prose a[disabled].sd-6-0-0-next-18-interactive--inverted:active:not([disabled]), .sd-6-0-0-next-18-prose a[href=''].sd-6-0-0-next-18-interactive--inverted:active:not([disabled]), .sd-6-0-0-next-18-interactive--disabled.sd-6-0-0-next-18-interactive--inverted:active:not([disabled]), .sd-6-0-0-next-18-interactive[disabled].sd-6-0-0-next-18-interactive--inverted:active:not([disabled]), .sd-6-0-0-next-18-interactive[href=''].sd-6-0-0-next-18-interactive--inverted:active:not([disabled]) {
|
|
934
934
|
color: rgba(var(--sd-color-text-neutral-600));
|
|
935
935
|
}
|
|
936
|
-
.sd-6-0-0-next-
|
|
936
|
+
.sd-6-0-0-next-18-prose--inverted a, .sd-6-0-0-next-18-interactive--inverted {
|
|
937
937
|
color: rgba(var(--sd-color-text-white));
|
|
938
938
|
}
|
|
939
|
-
.sd-6-0-0-next-
|
|
939
|
+
.sd-6-0-0-next-18-prose--inverted a:hover:not([disabled]), .sd-6-0-0-next-18-interactive--inverted:hover:not([disabled]) {
|
|
940
940
|
color: rgba(var(--sd-color-text-primary-200));
|
|
941
941
|
}
|
|
942
|
-
.sd-6-0-0-next-
|
|
942
|
+
.sd-6-0-0-next-18-prose--inverted a:focus-visible, .sd-6-0-0-next-18-interactive--inverted:focus-visible {
|
|
943
943
|
outline-style: solid;
|
|
944
944
|
outline-offset: 2px;
|
|
945
945
|
outline-width: 2px;
|
|
946
946
|
outline-color: rgba(var(--outline-color-primary));
|
|
947
947
|
}
|
|
948
|
-
.sd-6-0-0-next-
|
|
948
|
+
.sd-6-0-0-next-18-prose--inverted a:active:not([disabled]), .sd-6-0-0-next-18-interactive--inverted:active:not([disabled]) {
|
|
949
949
|
color: rgba(var(--sd-color-text-primary-400));
|
|
950
950
|
}
|
|
951
|
-
.sd-6-0-0-next-
|
|
951
|
+
.sd-6-0-0-next-18-prose > .sd-6-0-0-next-18-leadtext, .sd-6-0-0-next-18-leadtext {
|
|
952
952
|
font-size: var(--sd-text-xl);
|
|
953
953
|
line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
|
|
954
954
|
--tw-leading: var(--leading-normal, 1.5);
|
|
@@ -957,7 +957,7 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
957
957
|
font-weight: var(--sd-font-weight-normal);
|
|
958
958
|
color: rgba(var(--sd-color-text-black));
|
|
959
959
|
}
|
|
960
|
-
.sd-6-0-0-next-
|
|
960
|
+
.sd-6-0-0-next-18-prose > .sd-6-0-0-next-18-leadtext--size-lg, .sd-6-0-0-next-18-leadtext--size-lg {
|
|
961
961
|
font-size: var(--sd-text-lg);
|
|
962
962
|
line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
|
|
963
963
|
--tw-leading: var(--leading-normal, 1.5);
|
|
@@ -966,10 +966,10 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
966
966
|
font-weight: var(--sd-font-weight-normal);
|
|
967
967
|
color: rgba(var(--sd-color-text-black));
|
|
968
968
|
}
|
|
969
|
-
.sd-6-0-0-next-
|
|
969
|
+
.sd-6-0-0-next-18-prose--inverted > .sd-6-0-0-next-18-leadtext, .sd-6-0-0-next-18-leadtext--inverted {
|
|
970
970
|
color: rgba(var(--sd-color-text-white));
|
|
971
971
|
}
|
|
972
|
-
.sd-6-0-0-next-
|
|
972
|
+
.sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon), .sd-6-0-0-next-18-prose > :is(ol, ul) {
|
|
973
973
|
list-style-position: revert;
|
|
974
974
|
list-style-type: revert;
|
|
975
975
|
padding: revert;
|
|
@@ -977,111 +977,111 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
977
977
|
padding-left: var(--sd-spacing-4);
|
|
978
978
|
text-align: left;
|
|
979
979
|
}
|
|
980
|
-
.sd-6-0-0-next-
|
|
980
|
+
.sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon) li:not(:first-child), .sd-6-0-0-next-18-prose > :is(ol, ul) li:not(:first-child) {
|
|
981
981
|
margin-top: var(--sd-spacing-3);
|
|
982
982
|
}
|
|
983
|
-
.sd-6-0-0-next-
|
|
983
|
+
.sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon) ul, .sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon) ol, .sd-6-0-0-next-18-prose > :is(ol, ul) ul, .sd-6-0-0-next-18-prose > :is(ol, ul) ol {
|
|
984
984
|
all: revert;
|
|
985
985
|
padding-top: 0.75em;
|
|
986
986
|
padding-left: 1.4em;
|
|
987
987
|
}
|
|
988
988
|
@supports not (-webkit-hyphens: none) {
|
|
989
|
-
.sd-6-0-0-next-
|
|
989
|
+
.sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon) li, .sd-6-0-0-next-18-prose > :is(ol, ul) li {
|
|
990
990
|
padding-left: 0.3em;
|
|
991
991
|
}
|
|
992
|
-
.sd-6-0-0-next-
|
|
992
|
+
.sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon):is(ol):not(.sd-6-0-0-next-18-list--icon), .sd-6-0-0-next-18-prose > :is(ol, ul):is(ol):not(.sd-6-0-0-next-18-list--icon) {
|
|
993
993
|
counter-reset: item;
|
|
994
994
|
}
|
|
995
|
-
.sd-6-0-0-next-
|
|
995
|
+
.sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon):is(ol):not(.sd-6-0-0-next-18-list--icon) > li, .sd-6-0-0-next-18-prose > :is(ol, ul):is(ol):not(.sd-6-0-0-next-18-list--icon) > li {
|
|
996
996
|
counter-increment: item;
|
|
997
997
|
}
|
|
998
|
-
.sd-6-0-0-next-
|
|
998
|
+
.sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon):is(ol):not(.sd-6-0-0-next-18-list--icon) > li::marker, .sd-6-0-0-next-18-prose > :is(ol, ul):is(ol):not(.sd-6-0-0-next-18-list--icon) > li::marker {
|
|
999
999
|
content: counter(item, decimal) '. ';
|
|
1000
1000
|
}
|
|
1001
|
-
.sd-6-0-0-next-
|
|
1001
|
+
.sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon):is(ol):not(.sd-6-0-0-next-18-list--icon) > li > ol, .sd-6-0-0-next-18-prose > :is(ol, ul):is(ol):not(.sd-6-0-0-next-18-list--icon) > li > ol {
|
|
1002
1002
|
padding-left: 1.9em;
|
|
1003
1003
|
counter-reset: subitem;
|
|
1004
1004
|
}
|
|
1005
|
-
.sd-6-0-0-next-
|
|
1005
|
+
.sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon):is(ol):not(.sd-6-0-0-next-18-list--icon) > li > ol > li, .sd-6-0-0-next-18-prose > :is(ol, ul):is(ol):not(.sd-6-0-0-next-18-list--icon) > li > ol > li {
|
|
1006
1006
|
counter-increment: subitem;
|
|
1007
1007
|
}
|
|
1008
|
-
.sd-6-0-0-next-
|
|
1008
|
+
.sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon):is(ol):not(.sd-6-0-0-next-18-list--icon) > li > ol > li::marker, .sd-6-0-0-next-18-prose > :is(ol, ul):is(ol):not(.sd-6-0-0-next-18-list--icon) > li > ol > li::marker {
|
|
1009
1009
|
content: counter(item, decimal) '.' counter(subitem, decimal) '. ';
|
|
1010
1010
|
}
|
|
1011
|
-
.sd-6-0-0-next-
|
|
1011
|
+
.sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon):is(ol):not(.sd-6-0-0-next-18-list--icon) > li > ol > li > ol, .sd-6-0-0-next-18-prose > :is(ol, ul):is(ol):not(.sd-6-0-0-next-18-list--icon) > li > ol > li > ol {
|
|
1012
1012
|
padding-left: 2.7em;
|
|
1013
1013
|
counter-reset: subsubitem;
|
|
1014
1014
|
}
|
|
1015
|
-
.sd-6-0-0-next-
|
|
1015
|
+
.sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon):is(ol):not(.sd-6-0-0-next-18-list--icon) > li > ol > li > ol > li, .sd-6-0-0-next-18-prose > :is(ol, ul):is(ol):not(.sd-6-0-0-next-18-list--icon) > li > ol > li > ol > li {
|
|
1016
1016
|
counter-increment: subsubitem;
|
|
1017
1017
|
}
|
|
1018
|
-
.sd-6-0-0-next-
|
|
1018
|
+
.sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon):is(ol):not(.sd-6-0-0-next-18-list--icon) > li > ol > li > ol > li::marker, .sd-6-0-0-next-18-prose > :is(ol, ul):is(ol):not(.sd-6-0-0-next-18-list--icon) > li > ol > li > ol > li::marker {
|
|
1019
1019
|
content: counter(item, decimal) '.' counter(subitem, decimal) '.' counter(subsubitem, decimal) '. ';
|
|
1020
1020
|
}
|
|
1021
1021
|
}
|
|
1022
|
-
.sd-6-0-0-next-
|
|
1022
|
+
.sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon):is(ul):not(.sd-6-0-0-next-18-list--icon), .sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon) ul, .sd-6-0-0-next-18-prose > :is(ol, ul):is(ul):not(.sd-6-0-0-next-18-list--icon), .sd-6-0-0-next-18-prose > :is(ol, ul) ul {
|
|
1023
1023
|
padding-left: 0.5em;
|
|
1024
1024
|
}
|
|
1025
|
-
.sd-6-0-0-next-
|
|
1025
|
+
.sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon):is(ul):not(.sd-6-0-0-next-18-list--icon) > li, .sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon) ul > li, .sd-6-0-0-next-18-prose > :is(ol, ul):is(ul):not(.sd-6-0-0-next-18-list--icon) > li, .sd-6-0-0-next-18-prose > :is(ol, ul) ul > li {
|
|
1026
1026
|
padding-left: 0.75em;
|
|
1027
1027
|
list-style-type: '\2022';
|
|
1028
1028
|
}
|
|
1029
|
-
.sd-6-0-0-next-
|
|
1029
|
+
.sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon):is(ul):not(.sd-6-0-0-next-18-list--icon) > li > ul, .sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon) ul > li > ul, .sd-6-0-0-next-18-prose > :is(ol, ul):is(ul):not(.sd-6-0-0-next-18-list--icon) > li > ul, .sd-6-0-0-next-18-prose > :is(ol, ul) ul > li > ul {
|
|
1030
1030
|
padding-left: 0.3em;
|
|
1031
1031
|
}
|
|
1032
|
-
.sd-6-0-0-next-
|
|
1032
|
+
.sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon):is(ul):not(.sd-6-0-0-next-18-list--icon) > li > ul > li, .sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon) ul > li > ul > li, .sd-6-0-0-next-18-prose > :is(ol, ul):is(ul):not(.sd-6-0-0-next-18-list--icon) > li > ul > li, .sd-6-0-0-next-18-prose > :is(ol, ul) ul > li > ul > li {
|
|
1033
1033
|
list-style-type: '\002B1D';
|
|
1034
1034
|
}
|
|
1035
|
-
.sd-6-0-0-next-
|
|
1035
|
+
.sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon):is(ul):not(.sd-6-0-0-next-18-list--icon) > li > ul > li > ul, .sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon) ul > li > ul > li > ul, .sd-6-0-0-next-18-prose > :is(ol, ul):is(ul):not(.sd-6-0-0-next-18-list--icon) > li > ul > li > ul, .sd-6-0-0-next-18-prose > :is(ol, ul) ul > li > ul > li > ul {
|
|
1036
1036
|
padding-left: 0.4em;
|
|
1037
1037
|
}
|
|
1038
|
-
.sd-6-0-0-next-
|
|
1038
|
+
.sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon):is(ul):not(.sd-6-0-0-next-18-list--icon) > li > ul > li > ul > li, .sd-6-0-0-next-18-list:not(.sd-6-0-0-next-18-list--icon) ul > li > ul > li > ul > li, .sd-6-0-0-next-18-prose > :is(ol, ul):is(ul):not(.sd-6-0-0-next-18-list--icon) > li > ul > li > ul > li, .sd-6-0-0-next-18-prose > :is(ol, ul) ul > li > ul > li > ul > li {
|
|
1039
1039
|
list-style-type: '\2010';
|
|
1040
1040
|
}
|
|
1041
|
-
.sd-6-0-0-next-
|
|
1041
|
+
.sd-6-0-0-next-18-list--icon {
|
|
1042
1042
|
padding-block: var(--sd-spacing-4);
|
|
1043
1043
|
text-align: left;
|
|
1044
1044
|
}
|
|
1045
|
-
.sd-6-0-0-next-
|
|
1045
|
+
.sd-6-0-0-next-18-list--icon li sd-icon:first-of-type, .sd-6-0-0-next-18-list--icon li .sd-6-0-0-next-18-list--icon__icon:first-of-type {
|
|
1046
1046
|
color: rgba(var(--sd-color-text-white));
|
|
1047
1047
|
}
|
|
1048
|
-
.sd-6-0-0-next-
|
|
1048
|
+
.sd-6-0-0-next-18-list--icon{
|
|
1049
1049
|
list-style-type: '';
|
|
1050
1050
|
}
|
|
1051
|
-
.sd-6-0-0-next-
|
|
1051
|
+
.sd-6-0-0-next-18-list--icon > li:first-of-type {
|
|
1052
1052
|
padding-top: calc(var(--sd-spacing-1) * 0);
|
|
1053
1053
|
}
|
|
1054
|
-
.sd-6-0-0-next-
|
|
1054
|
+
.sd-6-0-0-next-18-list--icon li {
|
|
1055
1055
|
position: relative;
|
|
1056
1056
|
padding-top: var(--sd-spacing-3);
|
|
1057
1057
|
padding-left: var(--sd-spacing-10);
|
|
1058
1058
|
--tw-leading: 32px;
|
|
1059
1059
|
line-height: 32px;
|
|
1060
1060
|
}
|
|
1061
|
-
.sd-6-0-0-next-
|
|
1061
|
+
.sd-6-0-0-next-18-list--icon li > sd-icon:first-of-type, .sd-6-0-0-next-18-list--icon li > .sd-6-0-0-next-18-list--icon__icon:first-of-type {
|
|
1062
1062
|
position: absolute;
|
|
1063
1063
|
left: calc(var(--sd-spacing-1) * 0);
|
|
1064
1064
|
font-size: var(--sd-text-3xl);
|
|
1065
1065
|
line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
|
|
1066
1066
|
color: rgba(var(--sd-color-text-primary));
|
|
1067
1067
|
}
|
|
1068
|
-
.sd-6-0-0-next-
|
|
1068
|
+
.sd-6-0-0-next-18-list--icon.sd-6-0-0-next-18-list--horizontal {
|
|
1069
1069
|
display: flex;
|
|
1070
1070
|
}
|
|
1071
|
-
.sd-6-0-0-next-
|
|
1071
|
+
.sd-6-0-0-next-18-list--icon.sd-6-0-0-next-18-list--horizontal li {
|
|
1072
1072
|
display: flex;
|
|
1073
1073
|
padding-top: calc(var(--sd-spacing-1) * 0);
|
|
1074
1074
|
}
|
|
1075
|
-
.sd-6-0-0-next-
|
|
1075
|
+
.sd-6-0-0-next-18-list--icon.sd-6-0-0-next-18-list--horizontal li:not(:last-child) {
|
|
1076
1076
|
margin-right: var(--sd-spacing-8);
|
|
1077
1077
|
}
|
|
1078
|
-
.sd-6-0-0-next-
|
|
1078
|
+
.sd-6-0-0-next-18-list--inverted, .sd-6-0-0-next-18-prose--inverted > :is(ol, ul) {
|
|
1079
1079
|
color: rgba(var(--sd-color-text-white));
|
|
1080
1080
|
}
|
|
1081
|
-
.sd-6-0-0-next-
|
|
1081
|
+
.sd-6-0-0-next-18-list--inverted li > sd-icon:first-of-type, .sd-6-0-0-next-18-list--inverted li > .sd-6-0-0-next-18-list--icon__icon:first-of-type, .sd-6-0-0-next-18-prose--inverted > :is(ol, ul) li > sd-icon:first-of-type, .sd-6-0-0-next-18-prose--inverted > :is(ol, ul) li > .sd-6-0-0-next-18-list--icon__icon:first-of-type {
|
|
1082
1082
|
color: rgba(var(--sd-color-text-white));
|
|
1083
1083
|
}
|
|
1084
|
-
.sd-6-0-0-next-
|
|
1084
|
+
.sd-6-0-0-next-18-paragraph, .sd-6-0-0-next-18-prose p {
|
|
1085
1085
|
font-size: var(--sd-text-base);
|
|
1086
1086
|
line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
|
|
1087
1087
|
--tw-leading: var(--leading-normal, 1.5);
|
|
@@ -1090,7 +1090,7 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
1090
1090
|
font-weight: var(--sd-font-weight-normal);
|
|
1091
1091
|
color: rgba(var(--sd-color-text-black));
|
|
1092
1092
|
}
|
|
1093
|
-
.sd-6-0-0-next-
|
|
1093
|
+
.sd-6-0-0-next-18-paragraph--size-sm, .sd-6-0-0-next-18-prose p--size-sm {
|
|
1094
1094
|
font-size: var(--sd-text-sm);
|
|
1095
1095
|
line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
|
|
1096
1096
|
--tw-leading: var(--leading-normal, 1.5);
|
|
@@ -1099,22 +1099,22 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
1099
1099
|
font-weight: var(--sd-font-weight-normal);
|
|
1100
1100
|
color: rgba(var(--sd-color-text-black));
|
|
1101
1101
|
}
|
|
1102
|
-
.sd-6-0-0-next-
|
|
1102
|
+
.sd-6-0-0-next-18-paragraph--inverted, .sd-6-0-0-next-18-prose--inverted p {
|
|
1103
1103
|
color: rgba(var(--sd-color-text-white));
|
|
1104
1104
|
}
|
|
1105
|
-
.sd-6-0-0-next-
|
|
1105
|
+
.sd-6-0-0-next-18-prose figure, figure.sd-6-0-0-next-18-media {
|
|
1106
1106
|
margin: calc(var(--sd-spacing-1) * 0);
|
|
1107
1107
|
}
|
|
1108
|
-
.sd-6-0-0-next-
|
|
1108
|
+
.sd-6-0-0-next-18-prose figure figcaption, figure.sd-6-0-0-next-18-media figcaption {
|
|
1109
1109
|
color: rgba(var(--sd-color-text-neutral-700));
|
|
1110
1110
|
}
|
|
1111
|
-
.sd-6-0-0-next-
|
|
1111
|
+
.sd-6-0-0-next-18-prose figure figcaption:last-child, figure.sd-6-0-0-next-18-media figcaption:last-child {
|
|
1112
1112
|
margin-top: var(--sd-spacing-3);
|
|
1113
1113
|
}
|
|
1114
|
-
.sd-6-0-0-next-
|
|
1114
|
+
.sd-6-0-0-next-18-prose--inverted figure figcaption, figure.sd-6-0-0-next-18-media--inverted figcaption {
|
|
1115
1115
|
color: rgba(var(--sd-color-text-primary-400));
|
|
1116
1116
|
}
|
|
1117
|
-
.sd-6-0-0-next-
|
|
1117
|
+
.sd-6-0-0-next-18-prose td, .sd-6-0-0-next-18-prose th, .sd-6-0-0-next-18-table-cell {
|
|
1118
1118
|
border-inline-style: var(--tw-border-style);
|
|
1119
1119
|
border-inline-width: 0px;
|
|
1120
1120
|
border-block-style: var(--tw-border-style);
|
|
@@ -1129,11 +1129,11 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
1129
1129
|
line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
|
|
1130
1130
|
color: rgba(var(--sd-color-text-black));
|
|
1131
1131
|
}
|
|
1132
|
-
.sd-6-0-0-next-
|
|
1132
|
+
.sd-6-0-0-next-18-table-cell--divider {
|
|
1133
1133
|
border-right-style: var(--tw-border-style);
|
|
1134
1134
|
border-right-width: 1px;
|
|
1135
1135
|
}
|
|
1136
|
-
.sd-6-0-0-next-
|
|
1136
|
+
.sd-6-0-0-next-18-table-cell--shadow-top:after, .sd-6-0-0-next-18-table-cell--shadow-bottom:after, .sd-6-0-0-next-18-table-cell--shadow-left:after, .sd-6-0-0-next-18-table-cell--shadow-right:after {
|
|
1137
1137
|
pointer-events: none;
|
|
1138
1138
|
position: absolute;
|
|
1139
1139
|
--tw-gradient-from: color-mix(in oklab, #000 var(--sd-opacity-10), transparent);
|
|
@@ -1148,12 +1148,12 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
1148
1148
|
--tw-content: '';
|
|
1149
1149
|
content: var(--tw-content);
|
|
1150
1150
|
}
|
|
1151
|
-
.sd-6-0-0-next-
|
|
1151
|
+
.sd-6-0-0-next-18-table-cell--shadow-top:after, .sd-6-0-0-next-18-table-cell--shadow-bottom:after {
|
|
1152
1152
|
right: calc(var(--sd-spacing-1) * 0);
|
|
1153
1153
|
left: calc(var(--sd-spacing-1) * 0);
|
|
1154
1154
|
height: calc(var(--sd-spacing-1) * 2.5);
|
|
1155
1155
|
}
|
|
1156
|
-
.sd-6-0-0-next-
|
|
1156
|
+
.sd-6-0-0-next-18-table-cell--shadow-top:before, .sd-6-0-0-next-18-table-cell--shadow-bottom:before {
|
|
1157
1157
|
position: absolute;
|
|
1158
1158
|
left: calc(var(--sd-spacing-1) * 0);
|
|
1159
1159
|
display: block;
|
|
@@ -1165,50 +1165,50 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
1165
1165
|
--tw-content: '';
|
|
1166
1166
|
content: var(--tw-content);
|
|
1167
1167
|
}
|
|
1168
|
-
.sd-6-0-0-next-
|
|
1168
|
+
.sd-6-0-0-next-18-table-cell--shadow-left:after, .sd-6-0-0-next-18-table-cell--shadow-right:after {
|
|
1169
1169
|
top: calc(var(--sd-spacing-1) * 0);
|
|
1170
1170
|
bottom: calc(var(--sd-spacing-1) * 0);
|
|
1171
1171
|
width: calc(var(--sd-spacing-1) * 2.5);
|
|
1172
1172
|
}
|
|
1173
|
-
.sd-6-0-0-next-
|
|
1173
|
+
.sd-6-0-0-next-18-table-cell.sd-6-0-0-next-18-table-cell--shadow-active:after {
|
|
1174
1174
|
opacity: 100%;
|
|
1175
1175
|
}
|
|
1176
|
-
.sd-6-0-0-next-
|
|
1176
|
+
.sd-6-0-0-next-18-table-cell--shadow-top:after {
|
|
1177
1177
|
top: -10px;
|
|
1178
1178
|
--tw-gradient-position: to top in oklab;
|
|
1179
1179
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
1180
1180
|
}
|
|
1181
|
-
.sd-6-0-0-next-
|
|
1181
|
+
.sd-6-0-0-next-18-table-cell--shadow-top:before {
|
|
1182
1182
|
bottom: -1px;
|
|
1183
1183
|
}
|
|
1184
|
-
.sd-6-0-0-next-
|
|
1184
|
+
.sd-6-0-0-next-18-table-cell--shadow-bottom:after {
|
|
1185
1185
|
bottom: -10px;
|
|
1186
1186
|
--tw-gradient-position: to bottom in oklab;
|
|
1187
1187
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
1188
1188
|
}
|
|
1189
|
-
.sd-6-0-0-next-
|
|
1189
|
+
.sd-6-0-0-next-18-table-cell--shadow-bottom:before {
|
|
1190
1190
|
top: -1px;
|
|
1191
1191
|
}
|
|
1192
|
-
.sd-6-0-0-next-
|
|
1192
|
+
.sd-6-0-0-next-18-table-cell--shadow-left:after {
|
|
1193
1193
|
left: -10px;
|
|
1194
1194
|
--tw-gradient-position: to left in oklab;
|
|
1195
1195
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
1196
1196
|
}
|
|
1197
|
-
.sd-6-0-0-next-
|
|
1197
|
+
.sd-6-0-0-next-18-table-cell--shadow-right:after {
|
|
1198
1198
|
right: -10px;
|
|
1199
1199
|
--tw-gradient-position: to right in oklab;
|
|
1200
1200
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
1201
1201
|
}
|
|
1202
|
-
.sd-6-0-0-next-
|
|
1202
|
+
.sd-6-0-0-next-18-table-cell--bg-white {
|
|
1203
1203
|
background-color: rgba(var(--sd-color-background-white));
|
|
1204
1204
|
}
|
|
1205
|
-
.sd-6-0-0-next-
|
|
1205
|
+
.sd-6-0-0-next-18-table-cell--bg-primary-100 {
|
|
1206
1206
|
background-color: rgba(var(--sd-color-background-primary-100));
|
|
1207
1207
|
}
|
|
1208
|
-
.sd-6-0-0-next-
|
|
1208
|
+
.sd-6-0-0-next-18-table-cell--bg-neutral-100 {
|
|
1209
1209
|
background-color: rgba(var(--sd-color-background-neutral-100));
|
|
1210
1210
|
}
|
|
1211
|
-
.sd-6-0-0-next-
|
|
1211
|
+
.sd-6-0-0-next-18-table, .sd-6-0-0-next-18-prose table {
|
|
1212
1212
|
all: unset;
|
|
1213
1213
|
display: table;
|
|
1214
1214
|
border-collapse: collapse;
|
|
@@ -1216,59 +1216,59 @@ mark.sd-6-0-0-next-17-mark {
|
|
|
1216
1216
|
--tw-border-spacing-y: calc(var(--sd-spacing-1) * 0);
|
|
1217
1217
|
border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
|
|
1218
1218
|
}
|
|
1219
|
-
.sd-6-0-0-next-
|
|
1219
|
+
.sd-6-0-0-next-18-table thead tr:first-of-type, .sd-6-0-0-next-18-table tfoot tr:first-of-type, .sd-6-0-0-next-18-prose table thead tr:first-of-type, .sd-6-0-0-next-18-prose table tfoot tr:first-of-type {
|
|
1220
1220
|
position: relative;
|
|
1221
1221
|
}
|
|
1222
|
-
.sd-6-0-0-next-
|
|
1222
|
+
.sd-6-0-0-next-18-prose {
|
|
1223
1223
|
max-width: 80ch;
|
|
1224
1224
|
text-align: left;
|
|
1225
1225
|
}
|
|
1226
|
-
.sd-6-0-0-next-
|
|
1226
|
+
.sd-6-0-0-next-18-prose > *:not(:first-child) {
|
|
1227
1227
|
margin-top: var(--sd-spacing-4);
|
|
1228
1228
|
}
|
|
1229
|
-
.sd-6-0-0-next-
|
|
1229
|
+
.sd-6-0-0-next-18-prose > *:first-child {
|
|
1230
1230
|
margin-top: calc(var(--sd-spacing-1) * 0);
|
|
1231
1231
|
}
|
|
1232
|
-
.sd-6-0-0-next-
|
|
1232
|
+
.sd-6-0-0-next-18-prose > :is(h1, h2, h3, h4, h5):not(#_) + :is(h1, h2, h3, h4, h5) {
|
|
1233
1233
|
margin-top: var(--sd-spacing-2);
|
|
1234
1234
|
}
|
|
1235
|
-
.sd-6-0-0-next-
|
|
1235
|
+
.sd-6-0-0-next-18-prose > *:not(:is(h1, h2, h3, h4, h5)) + :is(h1, h2, h3, h4, h5):not(#_) {
|
|
1236
1236
|
margin-top: var(--sd-spacing-8);
|
|
1237
1237
|
}
|
|
1238
|
-
.sd-6-0-0-next-
|
|
1238
|
+
.sd-6-0-0-next-18-prose > figure + *:not(#_), .sd-6-0-0-next-18-prose > img + *:not(#_) {
|
|
1239
1239
|
margin-top: var(--sd-spacing-6);
|
|
1240
1240
|
}
|
|
1241
|
-
.sd-6-0-0-next-
|
|
1241
|
+
.sd-6-0-0-next-18-prose hr {
|
|
1242
1242
|
height: calc(var(--sd-spacing-1) * 0);
|
|
1243
1243
|
border-top-style: var(--tw-border-style);
|
|
1244
1244
|
border-top-width: 1px;
|
|
1245
1245
|
border-color: rgba(var(--sd-color-border-neutral-500));
|
|
1246
1246
|
}
|
|
1247
|
-
.sd-6-0-0-next-
|
|
1247
|
+
.sd-6-0-0-next-18-prose pre {
|
|
1248
1248
|
overflow: auto;
|
|
1249
1249
|
}
|
|
1250
|
-
.sd-6-0-0-next-
|
|
1250
|
+
.sd-6-0-0-next-18-prose blockquote, .sd-6-0-0-next-18-prose blockquote > * {
|
|
1251
1251
|
font-size: var(--sd-text-xl);
|
|
1252
1252
|
line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
|
|
1253
1253
|
}
|
|
1254
|
-
.sd-6-0-0-next-
|
|
1254
|
+
.sd-6-0-0-next-18-prose blockquote:has(*) *:first-child::before, .sd-6-0-0-next-18-prose blockquote:not(:has(*))::before {
|
|
1255
1255
|
content: open-quote;
|
|
1256
1256
|
display: inline;
|
|
1257
1257
|
}
|
|
1258
|
-
.sd-6-0-0-next-
|
|
1258
|
+
.sd-6-0-0-next-18-prose blockquote:has(*) *:first-child::after, .sd-6-0-0-next-18-prose blockquote:not(:has(*))::after {
|
|
1259
1259
|
content: close-quote;
|
|
1260
1260
|
display: inline;
|
|
1261
1261
|
}
|
|
1262
|
-
.sd-6-0-0-next-
|
|
1262
|
+
.sd-6-0-0-next-18-prose > :is(ul, ol):not(#_) {
|
|
1263
1263
|
padding-block: calc(var(--sd-spacing-1) * 0);
|
|
1264
1264
|
}
|
|
1265
|
-
.sd-6-0-0-next-
|
|
1265
|
+
.sd-6-0-0-next-18-prose--inverted hr {
|
|
1266
1266
|
border-color: rgba(var(--sd-color-border-white));
|
|
1267
1267
|
}
|
|
1268
|
-
.sd-6-0-0-next-
|
|
1268
|
+
.sd-6-0-0-next-18-prose--inverted pre {
|
|
1269
1269
|
color: rgba(var(--sd-color-text-white));
|
|
1270
1270
|
}
|
|
1271
|
-
.sd-6-0-0-next-
|
|
1271
|
+
.sd-6-0-0-next-18-prose--full-width {
|
|
1272
1272
|
max-width: unset;
|
|
1273
1273
|
}
|
|
1274
1274
|
@property --tw-border-style {
|