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