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