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