@solid-design-system/styles 2.0.0-next.1 → 6.0.0-next.11
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 +12 -0
- package/cdn/modules/chip.css +1 -1
- package/cdn/modules/container.css +1 -1
- package/cdn/modules/copyright.css +1 -1
- package/cdn/modules/display.css +1 -1
- package/cdn/modules/flag.css +1 -1
- package/cdn/modules/footnotes.css +1 -1
- package/cdn/modules/headline.css +1 -1
- package/cdn/modules/hidden-links.css +1 -1
- package/cdn/modules/interactive.css +1 -1
- package/cdn/modules/leadtext.css +1 -1
- package/cdn/modules/list.css +1 -1
- package/cdn/modules/mark.css +1 -1
- package/cdn/modules/media.css +1 -1
- package/cdn/modules/meta.css +1 -1
- package/cdn/modules/pagination.css +1 -1
- package/cdn/modules/paragraph.css +1 -1
- package/cdn/modules/prose.css +1 -1
- package/cdn/modules/status-badge.css +1 -1
- package/cdn/modules/table-cell.css +1 -1
- package/cdn/solid-styles.css +1 -1
- package/cdn-versioned/modules/chip.css +1 -1
- package/cdn-versioned/modules/container.css +1 -1
- package/cdn-versioned/modules/copyright.css +1 -1
- package/cdn-versioned/modules/display.css +1 -1
- package/cdn-versioned/modules/flag.css +1 -1
- package/cdn-versioned/modules/footnotes.css +1 -1
- package/cdn-versioned/modules/headline.css +1 -1
- package/cdn-versioned/modules/hidden-links.css +1 -1
- package/cdn-versioned/modules/interactive.css +1 -1
- package/cdn-versioned/modules/leadtext.css +1 -1
- package/cdn-versioned/modules/list.css +1 -1
- package/cdn-versioned/modules/mark.css +1 -1
- package/cdn-versioned/modules/media.css +1 -1
- package/cdn-versioned/modules/meta.css +1 -1
- package/cdn-versioned/modules/pagination.css +1 -1
- package/cdn-versioned/modules/paragraph.css +1 -1
- package/cdn-versioned/modules/prose.css +1 -1
- package/cdn-versioned/modules/status-badge.css +1 -1
- package/cdn-versioned/modules/table-cell.css +1 -1
- package/cdn-versioned/modules/table.css +1 -1
- package/cdn-versioned/solid-styles.css +1 -1
- package/dist/modules/chip.css +6 -6
- package/dist/modules/container.css +11 -11
- package/dist/modules/copyright.css +2 -2
- package/dist/modules/display.css +4 -4
- package/dist/modules/flag.css +6 -6
- package/dist/modules/footnotes.css +10 -10
- package/dist/modules/headline.css +5 -5
- package/dist/modules/hidden-links.css +1 -1
- package/dist/modules/interactive.css +12 -12
- package/dist/modules/leadtext.css +3 -3
- package/dist/modules/list.css +4 -4
- package/dist/modules/mark.css +1 -1
- package/dist/modules/media.css +2 -2
- package/dist/modules/meta.css +4 -4
- package/dist/modules/pagination.css +17 -17
- package/dist/modules/paragraph.css +3 -3
- package/dist/modules/prose.css +42 -42
- package/dist/modules/status-badge.css +5 -5
- package/dist/modules/table-cell.css +6 -6
- package/dist/solid-styles.css +105 -105
- package/dist-versioned/modules/chip.css +10 -10
- package/dist-versioned/modules/container.css +38 -38
- package/dist-versioned/modules/copyright.css +8 -8
- package/dist-versioned/modules/display.css +10 -10
- package/dist-versioned/modules/flag.css +10 -10
- package/dist-versioned/modules/footnotes.css +38 -38
- package/dist-versioned/modules/headline.css +33 -33
- package/dist-versioned/modules/hidden-links.css +5 -5
- package/dist-versioned/modules/interactive.css +28 -28
- package/dist-versioned/modules/leadtext.css +6 -6
- package/dist-versioned/modules/list.css +34 -34
- package/dist-versioned/modules/mark.css +2 -2
- package/dist-versioned/modules/media.css +6 -6
- package/dist-versioned/modules/meta.css +11 -11
- package/dist-versioned/modules/pagination.css +77 -77
- package/dist-versioned/modules/paragraph.css +6 -6
- package/dist-versioned/modules/prose.css +165 -165
- package/dist-versioned/modules/status-badge.css +11 -11
- package/dist-versioned/modules/table-cell.css +22 -22
- package/dist-versioned/modules/table.css +2 -2
- package/dist-versioned/solid-styles.css +375 -375
- package/package.json +1 -1
|
@@ -1,65 +1,65 @@
|
|
|
1
1
|
/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
|
-
.sd-
|
|
4
|
+
.sd-6-0-0-next-11-display {
|
|
5
5
|
font-size: var(--sd-text-3xl);
|
|
6
6
|
line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
|
|
7
7
|
--tw-leading: var(--leading-tight, 1.25);
|
|
8
8
|
line-height: var(--leading-tight, 1.25);
|
|
9
9
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
10
10
|
font-weight: var(--sd-font-weight-normal);
|
|
11
|
-
color: var(--sd-color-text-black);
|
|
11
|
+
color: rgba(var(--sd-color-text-black));
|
|
12
12
|
}
|
|
13
13
|
@media (width >= 64rem) {
|
|
14
|
-
.sd-
|
|
14
|
+
.sd-6-0-0-next-11-display {
|
|
15
15
|
font-size: var(--sd-text-4xl);
|
|
16
16
|
line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)))
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
-
.sd-
|
|
19
|
+
.sd-6-0-0-next-11-display--size-xl {
|
|
20
20
|
font-size: var(--sd-text-xl);
|
|
21
21
|
line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
|
|
22
22
|
--tw-leading: var(--leading-tight, 1.25);
|
|
23
23
|
line-height: var(--leading-tight, 1.25);
|
|
24
24
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
25
25
|
font-weight: var(--sd-font-weight-normal);
|
|
26
|
-
color: var(--sd-color-text-black);
|
|
26
|
+
color: rgba(var(--sd-color-text-black));
|
|
27
27
|
}
|
|
28
|
-
.sd-
|
|
28
|
+
.sd-6-0-0-next-11-display--size-3xl {
|
|
29
29
|
font-size: var(--sd-text-2xl);
|
|
30
30
|
line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
|
|
31
31
|
--tw-leading: var(--leading-tight, 1.25);
|
|
32
32
|
line-height: var(--leading-tight, 1.25);
|
|
33
33
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
34
34
|
font-weight: var(--sd-font-weight-normal);
|
|
35
|
-
color: var(--sd-color-text-black);
|
|
35
|
+
color: rgba(var(--sd-color-text-black));
|
|
36
36
|
}
|
|
37
37
|
@media (width >= 64rem) {
|
|
38
|
-
.sd-
|
|
38
|
+
.sd-6-0-0-next-11-display--size-3xl {
|
|
39
39
|
font-size: var(--sd-text-3xl);
|
|
40
40
|
line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)))
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
.sd-
|
|
44
|
-
color: var(--sd-color-text-white);
|
|
43
|
+
.sd-6-0-0-next-11-display--inverted {
|
|
44
|
+
color: rgba(var(--sd-color-text-white));
|
|
45
45
|
}
|
|
46
|
-
.sd-
|
|
46
|
+
.sd-6-0-0-next-11-headline, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5) {
|
|
47
47
|
display: flex;
|
|
48
48
|
--tw-font-weight: var(--sd-font-weight-bold);
|
|
49
49
|
font-weight: var(--sd-font-weight-bold);
|
|
50
|
-
color: var(--sd-color-text-primary);
|
|
50
|
+
color: rgba(var(--sd-color-text-primary));
|
|
51
51
|
}
|
|
52
|
-
.sd-
|
|
52
|
+
.sd-6-0-0-next-11-headline sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5) sd-icon {
|
|
53
53
|
flex-shrink: 0;
|
|
54
54
|
font-size: 3rem;
|
|
55
|
-
color: var(--sd-color-text-primary);
|
|
55
|
+
color: rgba(var(--sd-color-text-primary));
|
|
56
56
|
}
|
|
57
57
|
@media (width >= 40rem) {
|
|
58
|
-
.sd-
|
|
58
|
+
.sd-6-0-0-next-11-headline sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5) sd-icon {
|
|
59
59
|
margin-top: var(--sd-spacing-2)
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
.sd-
|
|
62
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline, .sd-6-0-0-next-11-headline:is(h1):not(.sd-6-0-0-next-11-headline), .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-6-0-0-next-11-headline) {
|
|
63
63
|
gap: var(--sd-spacing-4);
|
|
64
64
|
font-size: var(--sd-text-3xl);
|
|
65
65
|
line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
|
|
@@ -67,20 +67,20 @@
|
|
|
67
67
|
line-height: var(--leading-tight, 1.25);
|
|
68
68
|
}
|
|
69
69
|
@media (width >= 40rem) {
|
|
70
|
-
.sd-
|
|
70
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline, .sd-6-0-0-next-11-headline:is(h1):not(.sd-6-0-0-next-11-headline), .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-6-0-0-next-11-headline) {
|
|
71
71
|
font-size: var(--sd-text-4xl);
|
|
72
72
|
line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)))
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
|
-
.sd-
|
|
75
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline sd-icon, .sd-6-0-0-next-11-headline:is(h1):not(.sd-6-0-0-next-11-headline) sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-6-0-0-next-11-headline) sd-icon {
|
|
76
76
|
margin-top: calc(var(--sd-spacing-1) * -1);
|
|
77
77
|
}
|
|
78
78
|
@media (width >= 40rem) {
|
|
79
|
-
.sd-
|
|
79
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline sd-icon, .sd-6-0-0-next-11-headline:is(h1):not(.sd-6-0-0-next-11-headline) sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-6-0-0-next-11-headline) sd-icon {
|
|
80
80
|
margin-top: calc(var(--sd-spacing-1) * 0)
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
|
-
.sd-
|
|
83
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-3xl, .sd-6-0-0-next-11-headline:is(h2):not(.sd-6-0-0-next-11-headline), .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-3xl, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-6-0-0-next-11-headline) {
|
|
84
84
|
gap: var(--sd-spacing-4);
|
|
85
85
|
font-size: var(--sd-text-2xl);
|
|
86
86
|
line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
|
|
@@ -88,88 +88,88 @@
|
|
|
88
88
|
line-height: var(--leading-tight, 1.25);
|
|
89
89
|
}
|
|
90
90
|
@media (width >= 40rem) {
|
|
91
|
-
.sd-
|
|
91
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-3xl, .sd-6-0-0-next-11-headline:is(h2):not(.sd-6-0-0-next-11-headline), .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-3xl, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-6-0-0-next-11-headline) {
|
|
92
92
|
font-size: var(--sd-text-3xl);
|
|
93
93
|
line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)))
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
|
-
.sd-
|
|
96
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-3xl sd-icon, .sd-6-0-0-next-11-headline:is(h2):not(.sd-6-0-0-next-11-headline) sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-3xl sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-6-0-0-next-11-headline) sd-icon {
|
|
97
97
|
margin-top: calc(var(--sd-spacing-1) * -1);
|
|
98
98
|
}
|
|
99
99
|
@media (width >= 40rem) {
|
|
100
|
-
.sd-
|
|
100
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-3xl sd-icon, .sd-6-0-0-next-11-headline:is(h2):not(.sd-6-0-0-next-11-headline) sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-3xl sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-6-0-0-next-11-headline) sd-icon {
|
|
101
101
|
margin-top: calc(var(--sd-spacing-1) * 0)
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
|
-
.sd-
|
|
104
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-xl, .sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-lg, .sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-base, .sd-6-0-0-next-11-headline:is(h3, h4, h5):not(.sd-6-0-0-next-11-headline), .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-xl, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-lg, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-base, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-6-0-0-next-11-headline) {
|
|
105
105
|
gap: var(--sd-spacing-2);
|
|
106
|
-
color: var(--sd-color-text-black);
|
|
106
|
+
color: rgba(var(--sd-color-text-black));
|
|
107
107
|
}
|
|
108
|
-
.sd-
|
|
108
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-xl sd-icon, .sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-lg sd-icon, .sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-base sd-icon, .sd-6-0-0-next-11-headline:is(h3, h4, h5):not(.sd-6-0-0-next-11-headline) sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-xl sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-lg sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-base sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-6-0-0-next-11-headline) sd-icon {
|
|
109
109
|
font-size: 2rem;
|
|
110
110
|
}
|
|
111
|
-
.sd-
|
|
111
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-xl, .sd-6-0-0-next-11-headline:is(h3):not(.sd-6-0-0-next-11-headline), .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-xl, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-6-0-0-next-11-headline) {
|
|
112
112
|
font-size: var(--sd-text-xl);
|
|
113
113
|
line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
|
|
114
114
|
}
|
|
115
|
-
.sd-
|
|
115
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-xl sd-icon, .sd-6-0-0-next-11-headline:is(h3):not(.sd-6-0-0-next-11-headline) sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-xl sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-6-0-0-next-11-headline) sd-icon {
|
|
116
116
|
margin-top: var(--sd-spacing-0\.5);
|
|
117
117
|
}
|
|
118
118
|
@media (width >= 40rem) {
|
|
119
|
-
.sd-
|
|
119
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-xl sd-icon, .sd-6-0-0-next-11-headline:is(h3):not(.sd-6-0-0-next-11-headline) sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-xl sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-6-0-0-next-11-headline) sd-icon {
|
|
120
120
|
margin-top: var(--sd-spacing-0\.5)
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
|
-
.sd-
|
|
123
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-lg, .sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-base, .sd-6-0-0-next-11-headline:is(h4, h5):not(.sd-6-0-0-next-11-headline), .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-lg, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-base, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h4, h5):not(.sd-6-0-0-next-11-headline) {
|
|
124
124
|
--tw-leading: var(--leading-normal, 1.5);
|
|
125
125
|
line-height: var(--leading-normal, 1.5);
|
|
126
126
|
}
|
|
127
|
-
.sd-
|
|
127
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-lg, .sd-6-0-0-next-11-headline:is(h4), .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-lg, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h4) {
|
|
128
128
|
font-size: var(--sd-text-lg);
|
|
129
129
|
line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
|
|
130
130
|
}
|
|
131
|
-
.sd-
|
|
131
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-lg sd-icon, .sd-6-0-0-next-11-headline:is(h4) sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-lg sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
|
|
132
132
|
margin-top: calc(var(--sd-spacing-1) * 0);
|
|
133
133
|
}
|
|
134
134
|
@media (width >= 40rem) {
|
|
135
|
-
.sd-
|
|
135
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-lg sd-icon, .sd-6-0-0-next-11-headline:is(h4) sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-lg sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
|
|
136
136
|
margin-top: calc(var(--sd-spacing-1) * 0)
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
|
-
.sd-
|
|
139
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-base, .sd-6-0-0-next-11-headline:is(h5):not(.sd-6-0-0-next-11-headline), .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-base, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-6-0-0-next-11-headline) {
|
|
140
140
|
font-size: var(--sd-text-base);
|
|
141
141
|
line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
|
|
142
142
|
}
|
|
143
|
-
.sd-
|
|
143
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-base sd-icon, .sd-6-0-0-next-11-headline:is(h5):not(.sd-6-0-0-next-11-headline) sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-base sd-icon, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-6-0-0-next-11-headline) sd-icon {
|
|
144
144
|
margin-top: calc(var(--sd-spacing-1) * -1);
|
|
145
145
|
}
|
|
146
|
-
.sd-
|
|
146
|
+
.sd-6-0-0-next-11-headline.sd-6-0-0-next-11-headline--size-base mark, .sd-6-0-0-next-11-headline:is(h5):not(.sd-6-0-0-next-11-headline) mark, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5).sd-6-0-0-next-11-headline--size-base mark, .sd-6-0-0-next-11-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-6-0-0-next-11-headline) mark {
|
|
147
147
|
color: inherit;
|
|
148
148
|
}
|
|
149
|
-
.sd-
|
|
149
|
+
.sd-6-0-0-next-11-headline--inline {
|
|
150
150
|
display: inline-block;
|
|
151
151
|
}
|
|
152
|
-
.sd-
|
|
152
|
+
.sd-6-0-0-next-11-headline--inline sd-icon {
|
|
153
153
|
margin-top: calc(var(--sd-spacing-1) * -1);
|
|
154
154
|
margin-right: var(--sd-spacing-2);
|
|
155
155
|
vertical-align: middle;
|
|
156
156
|
}
|
|
157
|
-
.sd-
|
|
157
|
+
.sd-6-0-0-next-11-headline--inline:is(.sd-6-0-0-next-11-headline--size-xl, .sd-6-0-0-next-11-headline--size-lg, .sd-6-0-0-next-11-headline--size-base) sd-icon {
|
|
158
158
|
margin-right: var(--sd-spacing-0\.5);
|
|
159
159
|
}
|
|
160
|
-
.sd-
|
|
161
|
-
color: var(--sd-color-text-white);
|
|
160
|
+
.sd-6-0-0-next-11-headline--inverted:not(#_), .sd-6-0-0-next-11-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-6-0-0-next-11-headline):not(#_) {
|
|
161
|
+
color: rgba(var(--sd-color-text-white));
|
|
162
162
|
}
|
|
163
|
-
.sd-
|
|
164
|
-
color: var(--sd-color-text-white);
|
|
163
|
+
.sd-6-0-0-next-11-headline--inverted:not(#_) sd-icon, .sd-6-0-0-next-11-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-6-0-0-next-11-headline):not(#_) sd-icon {
|
|
164
|
+
color: rgba(var(--sd-color-text-white));
|
|
165
165
|
}
|
|
166
|
-
.sd-
|
|
166
|
+
.sd-6-0-0-next-11-prose a--reset, .sd-6-0-0-next-11-interactive--reset {
|
|
167
167
|
all: unset;
|
|
168
168
|
outline: revert;
|
|
169
169
|
}
|
|
170
|
-
.sd-
|
|
170
|
+
.sd-6-0-0-next-11-prose a, .sd-6-0-0-next-11-interactive{
|
|
171
171
|
cursor: pointer;
|
|
172
|
-
color: var(--sd-color-text-primary);
|
|
172
|
+
color: rgba(var(--sd-color-text-primary));
|
|
173
173
|
text-decoration-line: underline;
|
|
174
174
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
175
175
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
|
|
@@ -179,77 +179,77 @@
|
|
|
179
179
|
--tw-ease: var(--ease-in-out, cubic-bezier(0.4, 0, 0.2, 1));
|
|
180
180
|
transition-timing-function: var(--ease-in-out, cubic-bezier(0.4, 0, 0.2, 1));
|
|
181
181
|
}
|
|
182
|
-
.sd-
|
|
183
|
-
color: var(--sd-color-text-primary-500);
|
|
182
|
+
.sd-6-0-0-next-11-prose a:hover:not([disabled]), .sd-6-0-0-next-11-interactive:hover:not([disabled]) {
|
|
183
|
+
color: rgba(var(--sd-color-text-primary-500));
|
|
184
184
|
}
|
|
185
|
-
.sd-
|
|
185
|
+
.sd-6-0-0-next-11-prose a:focus-visible, .sd-6-0-0-next-11-interactive:focus-visible {
|
|
186
186
|
outline-style: solid;
|
|
187
187
|
outline-offset: 2px;
|
|
188
188
|
outline-width: 2px;
|
|
189
189
|
outline-color: var(--outline-color-primary);
|
|
190
190
|
}
|
|
191
|
-
.sd-
|
|
192
|
-
color: var(--sd-interactive--active-color-text, var(--sd-color-primary-800));
|
|
191
|
+
.sd-6-0-0-next-11-prose a:active:not([disabled]), .sd-6-0-0-next-11-interactive:active:not([disabled]) {
|
|
192
|
+
color: rgba(var(--sd-interactive--active-color-text, rgba(var(--sd-color-primary-800))));
|
|
193
193
|
}
|
|
194
|
-
.sd-
|
|
194
|
+
.sd-6-0-0-next-11-prose a:is(.sd-6-0-0-next-11-interactive), .sd-6-0-0-next-11-interactive:is(.sd-6-0-0-next-11-interactive) {
|
|
195
195
|
text-decoration-line: none;
|
|
196
196
|
}
|
|
197
|
-
.sd-
|
|
197
|
+
.sd-6-0-0-next-11-prose a--disabled, .sd-6-0-0-next-11-prose a[disabled], .sd-6-0-0-next-11-prose a[href=''], .sd-6-0-0-next-11-interactive--disabled, .sd-6-0-0-next-11-interactive[disabled], .sd-6-0-0-next-11-interactive[href=''] {
|
|
198
198
|
cursor: not-allowed;
|
|
199
|
-
color: var(--sd-color-text-neutral-500);
|
|
199
|
+
color: rgba(var(--sd-color-text-neutral-500));
|
|
200
200
|
}
|
|
201
|
-
.sd-
|
|
202
|
-
color: var(--sd-color-text-neutral-500);
|
|
201
|
+
.sd-6-0-0-next-11-prose a--disabled:hover:not([disabled]), .sd-6-0-0-next-11-prose a[disabled]:hover:not([disabled]), .sd-6-0-0-next-11-prose a[href='']:hover:not([disabled]), .sd-6-0-0-next-11-interactive--disabled:hover:not([disabled]), .sd-6-0-0-next-11-interactive[disabled]:hover:not([disabled]), .sd-6-0-0-next-11-interactive[href='']:hover:not([disabled]) {
|
|
202
|
+
color: rgba(var(--sd-color-text-neutral-500));
|
|
203
203
|
}
|
|
204
|
-
.sd-
|
|
205
|
-
color: var(--sd-color-text-neutral-500);
|
|
204
|
+
.sd-6-0-0-next-11-prose a--disabled:active:not([disabled]), .sd-6-0-0-next-11-prose a[disabled]:active:not([disabled]), .sd-6-0-0-next-11-prose a[href='']:active:not([disabled]), .sd-6-0-0-next-11-interactive--disabled:active:not([disabled]), .sd-6-0-0-next-11-interactive[disabled]:active:not([disabled]), .sd-6-0-0-next-11-interactive[href='']:active:not([disabled]) {
|
|
205
|
+
color: rgba(var(--sd-color-text-neutral-500));
|
|
206
206
|
}
|
|
207
|
-
.sd-
|
|
208
|
-
color: var(--sd-color-text-neutral-600);
|
|
207
|
+
.sd-6-0-0-next-11-prose a--disabled.sd-6-0-0-next-11-interactive--inverted, .sd-6-0-0-next-11-prose a[disabled].sd-6-0-0-next-11-interactive--inverted, .sd-6-0-0-next-11-prose a[href=''].sd-6-0-0-next-11-interactive--inverted, .sd-6-0-0-next-11-interactive--disabled.sd-6-0-0-next-11-interactive--inverted, .sd-6-0-0-next-11-interactive[disabled].sd-6-0-0-next-11-interactive--inverted, .sd-6-0-0-next-11-interactive[href=''].sd-6-0-0-next-11-interactive--inverted {
|
|
208
|
+
color: rgba(var(--sd-color-text-neutral-600));
|
|
209
209
|
}
|
|
210
|
-
.sd-
|
|
211
|
-
color: var(--sd-color-text-neutral-600);
|
|
210
|
+
.sd-6-0-0-next-11-prose a--disabled.sd-6-0-0-next-11-interactive--inverted:hover:not([disabled]), .sd-6-0-0-next-11-prose a[disabled].sd-6-0-0-next-11-interactive--inverted:hover:not([disabled]), .sd-6-0-0-next-11-prose a[href=''].sd-6-0-0-next-11-interactive--inverted:hover:not([disabled]), .sd-6-0-0-next-11-interactive--disabled.sd-6-0-0-next-11-interactive--inverted:hover:not([disabled]), .sd-6-0-0-next-11-interactive[disabled].sd-6-0-0-next-11-interactive--inverted:hover:not([disabled]), .sd-6-0-0-next-11-interactive[href=''].sd-6-0-0-next-11-interactive--inverted:hover:not([disabled]) {
|
|
211
|
+
color: rgba(var(--sd-color-text-neutral-600));
|
|
212
212
|
}
|
|
213
|
-
.sd-
|
|
214
|
-
color: var(--sd-color-text-neutral-600);
|
|
213
|
+
.sd-6-0-0-next-11-prose a--disabled.sd-6-0-0-next-11-interactive--inverted:active:not([disabled]), .sd-6-0-0-next-11-prose a[disabled].sd-6-0-0-next-11-interactive--inverted:active:not([disabled]), .sd-6-0-0-next-11-prose a[href=''].sd-6-0-0-next-11-interactive--inverted:active:not([disabled]), .sd-6-0-0-next-11-interactive--disabled.sd-6-0-0-next-11-interactive--inverted:active:not([disabled]), .sd-6-0-0-next-11-interactive[disabled].sd-6-0-0-next-11-interactive--inverted:active:not([disabled]), .sd-6-0-0-next-11-interactive[href=''].sd-6-0-0-next-11-interactive--inverted:active:not([disabled]) {
|
|
214
|
+
color: rgba(var(--sd-color-text-neutral-600));
|
|
215
215
|
}
|
|
216
|
-
.sd-
|
|
217
|
-
color: var(--sd-color-text-white);
|
|
216
|
+
.sd-6-0-0-next-11-prose--inverted a, .sd-6-0-0-next-11-interactive--inverted {
|
|
217
|
+
color: rgba(var(--sd-color-text-white));
|
|
218
218
|
}
|
|
219
|
-
.sd-
|
|
220
|
-
color: var(--sd-color-text-primary-200);
|
|
219
|
+
.sd-6-0-0-next-11-prose--inverted a:hover:not([disabled]), .sd-6-0-0-next-11-interactive--inverted:hover:not([disabled]) {
|
|
220
|
+
color: rgba(var(--sd-color-text-primary-200));
|
|
221
221
|
}
|
|
222
|
-
.sd-
|
|
222
|
+
.sd-6-0-0-next-11-prose--inverted a:focus-visible, .sd-6-0-0-next-11-interactive--inverted:focus-visible {
|
|
223
223
|
outline-style: solid;
|
|
224
224
|
outline-offset: 2px;
|
|
225
225
|
outline-width: 2px;
|
|
226
226
|
outline-color: var(--outline-color-primary);
|
|
227
227
|
}
|
|
228
|
-
.sd-
|
|
229
|
-
color: var(--sd-color-text-primary-400);
|
|
228
|
+
.sd-6-0-0-next-11-prose--inverted a:active:not([disabled]), .sd-6-0-0-next-11-interactive--inverted:active:not([disabled]) {
|
|
229
|
+
color: rgba(var(--sd-color-text-primary-400));
|
|
230
230
|
}
|
|
231
|
-
.sd-
|
|
231
|
+
.sd-6-0-0-next-11-prose > .sd-6-0-0-next-11-leadtext, .sd-6-0-0-next-11-leadtext {
|
|
232
232
|
font-size: var(--sd-text-xl);
|
|
233
233
|
line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
|
|
234
234
|
--tw-leading: var(--leading-normal, 1.5);
|
|
235
235
|
line-height: var(--leading-normal, 1.5);
|
|
236
236
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
237
237
|
font-weight: var(--sd-font-weight-normal);
|
|
238
|
-
color: var(--sd-color-text-black);
|
|
238
|
+
color: rgba(var(--sd-color-text-black));
|
|
239
239
|
}
|
|
240
|
-
.sd-
|
|
240
|
+
.sd-6-0-0-next-11-prose > .sd-6-0-0-next-11-leadtext--size-lg, .sd-6-0-0-next-11-leadtext--size-lg {
|
|
241
241
|
font-size: var(--sd-text-lg);
|
|
242
242
|
line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
|
|
243
243
|
--tw-leading: var(--leading-normal, 1.5);
|
|
244
244
|
line-height: var(--leading-normal, 1.5);
|
|
245
245
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
246
246
|
font-weight: var(--sd-font-weight-normal);
|
|
247
|
-
color: var(--sd-color-text-black);
|
|
247
|
+
color: rgba(var(--sd-color-text-black));
|
|
248
248
|
}
|
|
249
|
-
.sd-
|
|
250
|
-
color: var(--sd-color-text-white);
|
|
249
|
+
.sd-6-0-0-next-11-prose--inverted > .sd-6-0-0-next-11-leadtext, .sd-6-0-0-next-11-leadtext--inverted {
|
|
250
|
+
color: rgba(var(--sd-color-text-white));
|
|
251
251
|
}
|
|
252
|
-
.sd-
|
|
252
|
+
.sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon), .sd-6-0-0-next-11-prose > :is(ol, ul) {
|
|
253
253
|
list-style-position: revert;
|
|
254
254
|
list-style-type: revert;
|
|
255
255
|
padding: revert;
|
|
@@ -257,163 +257,163 @@
|
|
|
257
257
|
padding-left: var(--sd-spacing-4);
|
|
258
258
|
text-align: left;
|
|
259
259
|
}
|
|
260
|
-
.sd-
|
|
260
|
+
.sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon) li:not(:first-child), .sd-6-0-0-next-11-prose > :is(ol, ul) li:not(:first-child) {
|
|
261
261
|
margin-top: var(--sd-spacing-3);
|
|
262
262
|
}
|
|
263
|
-
.sd-
|
|
263
|
+
.sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon) ul, .sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon) ol, .sd-6-0-0-next-11-prose > :is(ol, ul) ul, .sd-6-0-0-next-11-prose > :is(ol, ul) ol {
|
|
264
264
|
all: revert;
|
|
265
265
|
padding-top: 0.75em;
|
|
266
266
|
padding-left: 1.4em;
|
|
267
267
|
}
|
|
268
268
|
@supports not (-webkit-hyphens: none) {
|
|
269
|
-
.sd-
|
|
269
|
+
.sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon) li, .sd-6-0-0-next-11-prose > :is(ol, ul) li {
|
|
270
270
|
padding-left: 0.3em;
|
|
271
271
|
}
|
|
272
|
-
.sd-
|
|
272
|
+
.sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon):is(ol):not(.sd-6-0-0-next-11-list--icon), .sd-6-0-0-next-11-prose > :is(ol, ul):is(ol):not(.sd-6-0-0-next-11-list--icon) {
|
|
273
273
|
counter-reset: item;
|
|
274
274
|
}
|
|
275
|
-
.sd-
|
|
275
|
+
.sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon):is(ol):not(.sd-6-0-0-next-11-list--icon) > li, .sd-6-0-0-next-11-prose > :is(ol, ul):is(ol):not(.sd-6-0-0-next-11-list--icon) > li {
|
|
276
276
|
counter-increment: item;
|
|
277
277
|
}
|
|
278
|
-
.sd-
|
|
278
|
+
.sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon):is(ol):not(.sd-6-0-0-next-11-list--icon) > li::marker, .sd-6-0-0-next-11-prose > :is(ol, ul):is(ol):not(.sd-6-0-0-next-11-list--icon) > li::marker {
|
|
279
279
|
content: counters(item, '.', decimal) '. ';
|
|
280
280
|
}
|
|
281
|
-
.sd-
|
|
281
|
+
.sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon):is(ol):not(.sd-6-0-0-next-11-list--icon) > li > ol, .sd-6-0-0-next-11-prose > :is(ol, ul):is(ol):not(.sd-6-0-0-next-11-list--icon) > li > ol {
|
|
282
282
|
padding-left: 1.9em;
|
|
283
283
|
counter-reset: subitem;
|
|
284
284
|
}
|
|
285
|
-
.sd-
|
|
285
|
+
.sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon):is(ol):not(.sd-6-0-0-next-11-list--icon) > li > ol > li, .sd-6-0-0-next-11-prose > :is(ol, ul):is(ol):not(.sd-6-0-0-next-11-list--icon) > li > ol > li {
|
|
286
286
|
counter-increment: subitem;
|
|
287
287
|
}
|
|
288
|
-
.sd-
|
|
288
|
+
.sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon):is(ol):not(.sd-6-0-0-next-11-list--icon) > li > ol > li::marker, .sd-6-0-0-next-11-prose > :is(ol, ul):is(ol):not(.sd-6-0-0-next-11-list--icon) > li > ol > li::marker {
|
|
289
289
|
content: counters(item, '.', decimal) '.' counters(subitem, '.', decimal) '. ';
|
|
290
290
|
}
|
|
291
|
-
.sd-
|
|
291
|
+
.sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon):is(ol):not(.sd-6-0-0-next-11-list--icon) > li > ol > li > ol, .sd-6-0-0-next-11-prose > :is(ol, ul):is(ol):not(.sd-6-0-0-next-11-list--icon) > li > ol > li > ol {
|
|
292
292
|
padding-left: 2.7em;
|
|
293
293
|
counter-reset: subsubitem;
|
|
294
294
|
}
|
|
295
|
-
.sd-
|
|
295
|
+
.sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon):is(ol):not(.sd-6-0-0-next-11-list--icon) > li > ol > li > ol > li, .sd-6-0-0-next-11-prose > :is(ol, ul):is(ol):not(.sd-6-0-0-next-11-list--icon) > li > ol > li > ol > li {
|
|
296
296
|
counter-increment: subsubitem;
|
|
297
297
|
}
|
|
298
|
-
.sd-
|
|
298
|
+
.sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon):is(ol):not(.sd-6-0-0-next-11-list--icon) > li > ol > li > ol > li::marker, .sd-6-0-0-next-11-prose > :is(ol, ul):is(ol):not(.sd-6-0-0-next-11-list--icon) > li > ol > li > ol > li::marker {
|
|
299
299
|
content: counters(item, '.', decimal) '.' counters(subitem, '.', decimal) '.' counters(subsubitem, '.', decimal) '. ';
|
|
300
300
|
}
|
|
301
301
|
}
|
|
302
|
-
.sd-
|
|
302
|
+
.sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon):is(ul):not(.sd-6-0-0-next-11-list--icon), .sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon) ul, .sd-6-0-0-next-11-prose > :is(ol, ul):is(ul):not(.sd-6-0-0-next-11-list--icon), .sd-6-0-0-next-11-prose > :is(ol, ul) ul {
|
|
303
303
|
padding-left: 0.5em;
|
|
304
304
|
}
|
|
305
|
-
.sd-
|
|
305
|
+
.sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon):is(ul):not(.sd-6-0-0-next-11-list--icon) > li, .sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon) ul > li, .sd-6-0-0-next-11-prose > :is(ol, ul):is(ul):not(.sd-6-0-0-next-11-list--icon) > li, .sd-6-0-0-next-11-prose > :is(ol, ul) ul > li {
|
|
306
306
|
padding-left: 0.75em;
|
|
307
307
|
list-style-type: '\2022';
|
|
308
308
|
}
|
|
309
|
-
.sd-
|
|
309
|
+
.sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon):is(ul):not(.sd-6-0-0-next-11-list--icon) > li > ul, .sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon) ul > li > ul, .sd-6-0-0-next-11-prose > :is(ol, ul):is(ul):not(.sd-6-0-0-next-11-list--icon) > li > ul, .sd-6-0-0-next-11-prose > :is(ol, ul) ul > li > ul {
|
|
310
310
|
padding-left: 0.3em;
|
|
311
311
|
}
|
|
312
|
-
.sd-
|
|
312
|
+
.sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon):is(ul):not(.sd-6-0-0-next-11-list--icon) > li > ul > li, .sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon) ul > li > ul > li, .sd-6-0-0-next-11-prose > :is(ol, ul):is(ul):not(.sd-6-0-0-next-11-list--icon) > li > ul > li, .sd-6-0-0-next-11-prose > :is(ol, ul) ul > li > ul > li {
|
|
313
313
|
list-style-type: '\002B1D';
|
|
314
314
|
}
|
|
315
|
-
.sd-
|
|
315
|
+
.sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon):is(ul):not(.sd-6-0-0-next-11-list--icon) > li > ul > li > ul, .sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon) ul > li > ul > li > ul, .sd-6-0-0-next-11-prose > :is(ol, ul):is(ul):not(.sd-6-0-0-next-11-list--icon) > li > ul > li > ul, .sd-6-0-0-next-11-prose > :is(ol, ul) ul > li > ul > li > ul {
|
|
316
316
|
padding-left: 0.4em;
|
|
317
317
|
}
|
|
318
|
-
.sd-
|
|
318
|
+
.sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon):is(ul):not(.sd-6-0-0-next-11-list--icon) > li > ul > li > ul > li, .sd-6-0-0-next-11-list:not(.sd-6-0-0-next-11-list--icon) ul > li > ul > li > ul > li, .sd-6-0-0-next-11-prose > :is(ol, ul):is(ul):not(.sd-6-0-0-next-11-list--icon) > li > ul > li > ul > li, .sd-6-0-0-next-11-prose > :is(ol, ul) ul > li > ul > li > ul > li {
|
|
319
319
|
list-style-type: '\2010';
|
|
320
320
|
}
|
|
321
|
-
.sd-
|
|
321
|
+
.sd-6-0-0-next-11-list--icon {
|
|
322
322
|
padding-block: var(--sd-spacing-4);
|
|
323
323
|
text-align: left;
|
|
324
324
|
}
|
|
325
|
-
.sd-
|
|
326
|
-
color: var(--sd-color-text-white);
|
|
325
|
+
.sd-6-0-0-next-11-list--icon li sd-icon:first-of-type, .sd-6-0-0-next-11-list--icon li .sd-6-0-0-next-11-list--icon__icon:first-of-type {
|
|
326
|
+
color: rgba(var(--sd-color-text-white));
|
|
327
327
|
}
|
|
328
|
-
.sd-
|
|
328
|
+
.sd-6-0-0-next-11-list--icon{
|
|
329
329
|
list-style-type: '';
|
|
330
330
|
}
|
|
331
|
-
.sd-
|
|
331
|
+
.sd-6-0-0-next-11-list--icon > li:first-of-type {
|
|
332
332
|
padding-top: calc(var(--sd-spacing-1) * 0);
|
|
333
333
|
}
|
|
334
|
-
.sd-
|
|
334
|
+
.sd-6-0-0-next-11-list--icon li {
|
|
335
335
|
position: relative;
|
|
336
336
|
padding-top: var(--sd-spacing-3);
|
|
337
337
|
padding-left: var(--sd-spacing-10);
|
|
338
338
|
--tw-leading: 32px;
|
|
339
339
|
line-height: 32px;
|
|
340
340
|
}
|
|
341
|
-
.sd-
|
|
341
|
+
.sd-6-0-0-next-11-list--icon li > sd-icon:first-of-type, .sd-6-0-0-next-11-list--icon li > .sd-6-0-0-next-11-list--icon__icon:first-of-type {
|
|
342
342
|
position: absolute;
|
|
343
343
|
left: calc(var(--sd-spacing-1) * 0);
|
|
344
344
|
font-size: var(--sd-text-3xl);
|
|
345
345
|
line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
|
|
346
|
-
color: var(--sd-color-text-primary);
|
|
346
|
+
color: rgba(var(--sd-color-text-primary));
|
|
347
347
|
}
|
|
348
|
-
.sd-
|
|
348
|
+
.sd-6-0-0-next-11-list--icon.sd-6-0-0-next-11-list--horizontal {
|
|
349
349
|
display: flex;
|
|
350
350
|
}
|
|
351
|
-
.sd-
|
|
351
|
+
.sd-6-0-0-next-11-list--icon.sd-6-0-0-next-11-list--horizontal li {
|
|
352
352
|
display: flex;
|
|
353
353
|
padding-top: calc(var(--sd-spacing-1) * 0);
|
|
354
354
|
}
|
|
355
|
-
.sd-
|
|
355
|
+
.sd-6-0-0-next-11-list--icon.sd-6-0-0-next-11-list--horizontal li:not(:last-child) {
|
|
356
356
|
margin-right: var(--sd-spacing-8);
|
|
357
357
|
}
|
|
358
|
-
.sd-
|
|
359
|
-
color: var(--sd-color-text-white);
|
|
358
|
+
.sd-6-0-0-next-11-list--inverted, .sd-6-0-0-next-11-prose--inverted > :is(ol, ul) {
|
|
359
|
+
color: rgba(var(--sd-color-text-white));
|
|
360
360
|
}
|
|
361
|
-
.sd-
|
|
362
|
-
color: var(--sd-color-text-white);
|
|
361
|
+
.sd-6-0-0-next-11-list--inverted li > sd-icon:first-of-type, .sd-6-0-0-next-11-list--inverted li > .sd-6-0-0-next-11-list--icon__icon:first-of-type, .sd-6-0-0-next-11-prose--inverted > :is(ol, ul) li > sd-icon:first-of-type, .sd-6-0-0-next-11-prose--inverted > :is(ol, ul) li > .sd-6-0-0-next-11-list--icon__icon:first-of-type {
|
|
362
|
+
color: rgba(var(--sd-color-text-white));
|
|
363
363
|
}
|
|
364
|
-
.sd-
|
|
364
|
+
.sd-6-0-0-next-11-paragraph, .sd-6-0-0-next-11-prose p {
|
|
365
365
|
font-size: var(--sd-text-base);
|
|
366
366
|
line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
|
|
367
367
|
--tw-leading: var(--leading-normal, 1.5);
|
|
368
368
|
line-height: var(--leading-normal, 1.5);
|
|
369
369
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
370
370
|
font-weight: var(--sd-font-weight-normal);
|
|
371
|
-
color: var(--sd-color-text-black);
|
|
371
|
+
color: rgba(var(--sd-color-text-black));
|
|
372
372
|
}
|
|
373
|
-
.sd-
|
|
373
|
+
.sd-6-0-0-next-11-paragraph--size-sm, .sd-6-0-0-next-11-prose p--size-sm {
|
|
374
374
|
font-size: var(--sd-text-sm);
|
|
375
375
|
line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
|
|
376
376
|
--tw-leading: var(--leading-normal, 1.5);
|
|
377
377
|
line-height: var(--leading-normal, 1.5);
|
|
378
378
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
379
379
|
font-weight: var(--sd-font-weight-normal);
|
|
380
|
-
color: var(--sd-color-text-black);
|
|
380
|
+
color: rgba(var(--sd-color-text-black));
|
|
381
381
|
}
|
|
382
|
-
.sd-
|
|
383
|
-
color: var(--sd-color-text-white);
|
|
382
|
+
.sd-6-0-0-next-11-paragraph--inverted, .sd-6-0-0-next-11-prose--inverted p {
|
|
383
|
+
color: rgba(var(--sd-color-text-white));
|
|
384
384
|
}
|
|
385
|
-
.sd-
|
|
385
|
+
.sd-6-0-0-next-11-prose figure, figure.sd-6-0-0-next-11-media {
|
|
386
386
|
margin: calc(var(--sd-spacing-1) * 0);
|
|
387
387
|
}
|
|
388
|
-
.sd-
|
|
389
|
-
color: var(--sd-color-text-neutral-700);
|
|
388
|
+
.sd-6-0-0-next-11-prose figure figcaption, figure.sd-6-0-0-next-11-media figcaption {
|
|
389
|
+
color: rgba(var(--sd-color-text-neutral-700));
|
|
390
390
|
}
|
|
391
|
-
.sd-
|
|
391
|
+
.sd-6-0-0-next-11-prose figure figcaption:last-child, figure.sd-6-0-0-next-11-media figcaption:last-child {
|
|
392
392
|
margin-top: var(--sd-spacing-3);
|
|
393
393
|
}
|
|
394
|
-
.sd-
|
|
395
|
-
color: var(--sd-color-text-primary-400);
|
|
394
|
+
.sd-6-0-0-next-11-prose--inverted figure figcaption, figure.sd-6-0-0-next-11-media--inverted figcaption {
|
|
395
|
+
color: rgba(var(--sd-color-text-primary-400));
|
|
396
396
|
}
|
|
397
|
-
.sd-
|
|
397
|
+
.sd-6-0-0-next-11-prose td, .sd-6-0-0-next-11-prose th, .sd-6-0-0-next-11-table-cell {
|
|
398
398
|
border-inline-style: var(--tw-border-style);
|
|
399
399
|
border-inline-width: 0px;
|
|
400
400
|
border-block-style: var(--tw-border-style);
|
|
401
401
|
border-block-width: 1px;
|
|
402
402
|
--tw-border-style: solid;
|
|
403
403
|
border-style: solid;
|
|
404
|
-
border-color: var(--sd-color-border-neutral-400);
|
|
404
|
+
border-color: rgba(var(--sd-color-border-neutral-400));
|
|
405
405
|
background-color: transparent;
|
|
406
406
|
padding: var(--sd-spacing-4);
|
|
407
407
|
text-align: left;
|
|
408
408
|
font-size: var(--sd-text-sm);
|
|
409
409
|
line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
|
|
410
|
-
color: var(--sd-color-text-black);
|
|
410
|
+
color: rgba(var(--sd-color-text-black));
|
|
411
411
|
}
|
|
412
|
-
.sd-
|
|
412
|
+
.sd-6-0-0-next-11-table-cell--divider {
|
|
413
413
|
border-right-style: var(--tw-border-style);
|
|
414
414
|
border-right-width: 1px;
|
|
415
415
|
}
|
|
416
|
-
.sd-
|
|
416
|
+
.sd-6-0-0-next-11-table-cell--shadow-top:after, .sd-6-0-0-next-11-table-cell--shadow-bottom:after, .sd-6-0-0-next-11-table-cell--shadow-left:after, .sd-6-0-0-next-11-table-cell--shadow-right:after {
|
|
417
417
|
pointer-events: none;
|
|
418
418
|
position: absolute;
|
|
419
419
|
--tw-gradient-from: color-mix(in oklab, #000 var(--sd-opacity-10), transparent);
|
|
@@ -428,12 +428,12 @@
|
|
|
428
428
|
--tw-content: '';
|
|
429
429
|
content: var(--tw-content);
|
|
430
430
|
}
|
|
431
|
-
.sd-
|
|
431
|
+
.sd-6-0-0-next-11-table-cell--shadow-top:after, .sd-6-0-0-next-11-table-cell--shadow-bottom:after {
|
|
432
432
|
right: calc(var(--sd-spacing-1) * 0);
|
|
433
433
|
left: calc(var(--sd-spacing-1) * 0);
|
|
434
434
|
height: calc(var(--sd-spacing-1) * 2.5);
|
|
435
435
|
}
|
|
436
|
-
.sd-
|
|
436
|
+
.sd-6-0-0-next-11-table-cell--shadow-top:before, .sd-6-0-0-next-11-table-cell--shadow-bottom:before {
|
|
437
437
|
position: absolute;
|
|
438
438
|
left: calc(var(--sd-spacing-1) * 0);
|
|
439
439
|
display: block;
|
|
@@ -441,54 +441,54 @@
|
|
|
441
441
|
width: 100%;
|
|
442
442
|
border-style: var(--tw-border-style);
|
|
443
443
|
border-width: 0.5px;
|
|
444
|
-
border-color: var(--sd-color-border-neutral-400);
|
|
444
|
+
border-color: rgba(var(--sd-color-border-neutral-400));
|
|
445
445
|
--tw-content: '';
|
|
446
446
|
content: var(--tw-content);
|
|
447
447
|
}
|
|
448
|
-
.sd-
|
|
448
|
+
.sd-6-0-0-next-11-table-cell--shadow-left:after, .sd-6-0-0-next-11-table-cell--shadow-right:after {
|
|
449
449
|
top: calc(var(--sd-spacing-1) * 0);
|
|
450
450
|
bottom: calc(var(--sd-spacing-1) * 0);
|
|
451
451
|
width: calc(var(--sd-spacing-1) * 2.5);
|
|
452
452
|
}
|
|
453
|
-
.sd-
|
|
453
|
+
.sd-6-0-0-next-11-table-cell.sd-6-0-0-next-11-table-cell--shadow-active:after {
|
|
454
454
|
opacity: 100%;
|
|
455
455
|
}
|
|
456
|
-
.sd-
|
|
456
|
+
.sd-6-0-0-next-11-table-cell--shadow-top:after {
|
|
457
457
|
top: -10px;
|
|
458
458
|
--tw-gradient-position: to top in oklab;
|
|
459
459
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
460
460
|
}
|
|
461
|
-
.sd-
|
|
461
|
+
.sd-6-0-0-next-11-table-cell--shadow-top:before {
|
|
462
462
|
bottom: -1px;
|
|
463
463
|
}
|
|
464
|
-
.sd-
|
|
464
|
+
.sd-6-0-0-next-11-table-cell--shadow-bottom:after {
|
|
465
465
|
bottom: -10px;
|
|
466
466
|
--tw-gradient-position: to bottom in oklab;
|
|
467
467
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
468
468
|
}
|
|
469
|
-
.sd-
|
|
469
|
+
.sd-6-0-0-next-11-table-cell--shadow-bottom:before {
|
|
470
470
|
top: -1px;
|
|
471
471
|
}
|
|
472
|
-
.sd-
|
|
472
|
+
.sd-6-0-0-next-11-table-cell--shadow-left:after {
|
|
473
473
|
left: -10px;
|
|
474
474
|
--tw-gradient-position: to left in oklab;
|
|
475
475
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
476
476
|
}
|
|
477
|
-
.sd-
|
|
477
|
+
.sd-6-0-0-next-11-table-cell--shadow-right:after {
|
|
478
478
|
right: -10px;
|
|
479
479
|
--tw-gradient-position: to right in oklab;
|
|
480
480
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
481
481
|
}
|
|
482
|
-
.sd-
|
|
483
|
-
background-color: var(--sd-color-background-white);
|
|
482
|
+
.sd-6-0-0-next-11-table-cell--bg-white {
|
|
483
|
+
background-color: rgba(var(--sd-color-background-white));
|
|
484
484
|
}
|
|
485
|
-
.sd-
|
|
486
|
-
background-color: var(--sd-color-background-primary-100);
|
|
485
|
+
.sd-6-0-0-next-11-table-cell--bg-primary-100 {
|
|
486
|
+
background-color: rgba(var(--sd-color-background-primary-100));
|
|
487
487
|
}
|
|
488
|
-
.sd-
|
|
489
|
-
background-color: var(--sd-color-background-neutral-100);
|
|
488
|
+
.sd-6-0-0-next-11-table-cell--bg-neutral-100 {
|
|
489
|
+
background-color: rgba(var(--sd-color-background-neutral-100));
|
|
490
490
|
}
|
|
491
|
-
.sd-
|
|
491
|
+
.sd-6-0-0-next-11-table, .sd-6-0-0-next-11-prose table {
|
|
492
492
|
all: unset;
|
|
493
493
|
display: table;
|
|
494
494
|
border-collapse: collapse;
|
|
@@ -496,59 +496,59 @@
|
|
|
496
496
|
--tw-border-spacing-y: calc(var(--sd-spacing-1) * 0);
|
|
497
497
|
border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
|
|
498
498
|
}
|
|
499
|
-
.sd-
|
|
499
|
+
.sd-6-0-0-next-11-table thead tr:first-of-type, .sd-6-0-0-next-11-table tfoot tr:first-of-type, .sd-6-0-0-next-11-prose table thead tr:first-of-type, .sd-6-0-0-next-11-prose table tfoot tr:first-of-type {
|
|
500
500
|
position: relative;
|
|
501
501
|
}
|
|
502
|
-
.sd-
|
|
502
|
+
.sd-6-0-0-next-11-prose {
|
|
503
503
|
max-width: 80ch;
|
|
504
504
|
text-align: left;
|
|
505
505
|
}
|
|
506
|
-
.sd-
|
|
506
|
+
.sd-6-0-0-next-11-prose > *:not(:first-child) {
|
|
507
507
|
margin-top: var(--sd-spacing-4);
|
|
508
508
|
}
|
|
509
|
-
.sd-
|
|
509
|
+
.sd-6-0-0-next-11-prose > *:first-child {
|
|
510
510
|
margin-top: calc(var(--sd-spacing-1) * 0);
|
|
511
511
|
}
|
|
512
|
-
.sd-
|
|
512
|
+
.sd-6-0-0-next-11-prose > :is(h1, h2, h3, h4, h5):not(#_) + :is(h1, h2, h3, h4, h5) {
|
|
513
513
|
margin-top: var(--sd-spacing-2);
|
|
514
514
|
}
|
|
515
|
-
.sd-
|
|
515
|
+
.sd-6-0-0-next-11-prose > *:not(:is(h1, h2, h3, h4, h5)) + :is(h1, h2, h3, h4, h5):not(#_) {
|
|
516
516
|
margin-top: var(--sd-spacing-8);
|
|
517
517
|
}
|
|
518
|
-
.sd-
|
|
518
|
+
.sd-6-0-0-next-11-prose > figure + *:not(#_), .sd-6-0-0-next-11-prose > img + *:not(#_) {
|
|
519
519
|
margin-top: var(--sd-spacing-6);
|
|
520
520
|
}
|
|
521
|
-
.sd-
|
|
521
|
+
.sd-6-0-0-next-11-prose hr {
|
|
522
522
|
height: calc(var(--sd-spacing-1) * 0);
|
|
523
523
|
border-top-style: var(--tw-border-style);
|
|
524
524
|
border-top-width: 1px;
|
|
525
|
-
border-color: var(--sd-color-border-neutral-500);
|
|
525
|
+
border-color: rgba(var(--sd-color-border-neutral-500));
|
|
526
526
|
}
|
|
527
|
-
.sd-
|
|
527
|
+
.sd-6-0-0-next-11-prose pre {
|
|
528
528
|
overflow: auto;
|
|
529
529
|
}
|
|
530
|
-
.sd-
|
|
530
|
+
.sd-6-0-0-next-11-prose blockquote, .sd-6-0-0-next-11-prose blockquote > * {
|
|
531
531
|
font-size: var(--sd-text-xl);
|
|
532
532
|
line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
|
|
533
533
|
}
|
|
534
|
-
.sd-
|
|
534
|
+
.sd-6-0-0-next-11-prose blockquote:has(*) *:first-child::before, .sd-6-0-0-next-11-prose blockquote:not(:has(*))::before {
|
|
535
535
|
content: open-quote;
|
|
536
536
|
display: inline;
|
|
537
537
|
}
|
|
538
|
-
.sd-
|
|
538
|
+
.sd-6-0-0-next-11-prose blockquote:has(*) *:first-child::after, .sd-6-0-0-next-11-prose blockquote:not(:has(*))::after {
|
|
539
539
|
content: close-quote;
|
|
540
540
|
display: inline;
|
|
541
541
|
}
|
|
542
|
-
.sd-
|
|
542
|
+
.sd-6-0-0-next-11-prose > :is(ul, ol):not(#_) {
|
|
543
543
|
padding-block: calc(var(--sd-spacing-1) * 0);
|
|
544
544
|
}
|
|
545
|
-
.sd-
|
|
546
|
-
border-color: var(--sd-color-border-white);
|
|
545
|
+
.sd-6-0-0-next-11-prose--inverted hr {
|
|
546
|
+
border-color: rgba(var(--sd-color-border-white));
|
|
547
547
|
}
|
|
548
|
-
.sd-
|
|
549
|
-
color: var(--sd-color-text-white);
|
|
548
|
+
.sd-6-0-0-next-11-prose--inverted pre {
|
|
549
|
+
color: rgba(var(--sd-color-text-white));
|
|
550
550
|
}
|
|
551
|
-
.sd-
|
|
551
|
+
.sd-6-0-0-next-11-prose--full-width {
|
|
552
552
|
max-width: unset;
|
|
553
553
|
}
|
|
554
554
|
@property --tw-leading {
|