@solid-design-system/styles 7.0.0-next.11 → 7.0.0-next.12
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 +6 -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/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/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 +42 -42
- package/dist/modules/container.css +16 -16
- package/dist/modules/copyright.css +11 -11
- package/dist/modules/display.css +15 -15
- package/dist/modules/footnotes.css +30 -30
- package/dist/modules/headline.css +33 -33
- package/dist/modules/hidden-links.css +12 -12
- package/dist/modules/interactive.css +12 -12
- package/dist/modules/leadtext.css +9 -9
- package/dist/modules/list.css +12 -12
- package/dist/modules/mark.css +1 -1
- package/dist/modules/media.css +3 -3
- package/dist/modules/meta.css +10 -10
- package/dist/modules/pagination.css +33 -33
- package/dist/modules/paragraph.css +9 -9
- package/dist/modules/prose.css +113 -113
- package/dist/modules/status-badge.css +10 -10
- package/dist/modules/table-cell.css +12 -12
- package/dist/solid-styles.css +278 -278
- package/dist-versioned/modules/chip.css +63 -63
- package/dist-versioned/modules/container.css +44 -44
- package/dist-versioned/modules/copyright.css +17 -17
- package/dist-versioned/modules/display.css +21 -21
- package/dist-versioned/modules/footnotes.css +58 -58
- package/dist-versioned/modules/headline.css +63 -63
- package/dist-versioned/modules/hidden-links.css +16 -16
- package/dist-versioned/modules/interactive.css +28 -28
- package/dist-versioned/modules/leadtext.css +12 -12
- package/dist-versioned/modules/list.css +42 -42
- package/dist-versioned/modules/mark.css +2 -2
- package/dist-versioned/modules/media.css +7 -7
- package/dist-versioned/modules/meta.css +17 -17
- package/dist-versioned/modules/pagination.css +94 -94
- package/dist-versioned/modules/paragraph.css +12 -12
- package/dist-versioned/modules/prose.css +238 -238
- package/dist-versioned/modules/status-badge.css +16 -16
- package/dist-versioned/modules/table-cell.css +28 -28
- package/dist-versioned/modules/table.css +2 -2
- package/dist-versioned/solid-styles.css +565 -565
- package/package.json +1 -1
|
@@ -18,21 +18,21 @@
|
|
|
18
18
|
left: 0;
|
|
19
19
|
display: block;
|
|
20
20
|
width: 100%;
|
|
21
|
-
padding-bottom: var(--sd-spacing-2);
|
|
22
|
-
padding-left: var(--sd-spacing-4);
|
|
23
|
-
font-size: var(--sd-text-sm);
|
|
21
|
+
padding-bottom: var(--sd-spacing-2, 0.5rem);
|
|
22
|
+
padding-left: var(--sd-spacing-4, 1rem);
|
|
23
|
+
font-size: var(--sd-text-sm, 0.875rem);
|
|
24
24
|
line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
|
|
25
|
-
color: rgba(var(--sd-color-text-white));
|
|
26
|
-
--tw-drop-shadow-size: drop-shadow(var(--sd-drop-shadow-xs));
|
|
27
|
-
--tw-drop-shadow: drop-shadow(var(--sd-drop-shadow-xs));
|
|
25
|
+
color: rgba(var(--sd-color-text-white, 255 255 255));
|
|
26
|
+
--tw-drop-shadow-size: drop-shadow(var(--sd-drop-shadow-xs, 0.5px 0.5px 1.5px #515151));
|
|
27
|
+
--tw-drop-shadow: drop-shadow(var(--sd-drop-shadow-xs, 0.5px 0.5px 1.5px #515151));
|
|
28
28
|
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,);
|
|
29
29
|
content: var(--copyright);
|
|
30
30
|
}
|
|
31
31
|
.sd-copyright--orientation-vertical::after {
|
|
32
32
|
width: -moz-max-content;
|
|
33
33
|
width: max-content;
|
|
34
|
-
padding-top: var(--sd-spacing-2);
|
|
35
|
-
padding-right: var(--sd-spacing-1);
|
|
34
|
+
padding-top: var(--sd-spacing-2, 0.5rem);
|
|
35
|
+
padding-right: var(--sd-spacing-1, 0.25rem);
|
|
36
36
|
padding-bottom: 0;
|
|
37
37
|
padding-left: 0;
|
|
38
38
|
writing-mode: vertical-rl;
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
transform: rotate(180deg);
|
|
41
41
|
}
|
|
42
42
|
.sd-copyright--color-black::after {
|
|
43
|
-
color: rgba(var(--sd-color-text-black));
|
|
43
|
+
color: rgba(var(--sd-color-text-black, 24 24 24));
|
|
44
44
|
filter: drop-shadow(0 0 transparent);
|
|
45
45
|
}
|
|
46
46
|
.sd-copyright--no-shadow::after {
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
display: block;
|
|
54
54
|
max-height: -moz-fit-content;
|
|
55
55
|
max-height: fit-content;
|
|
56
|
-
padding-top: var(--sd-spacing-2);
|
|
57
|
-
padding-right: var(--sd-spacing-4);
|
|
56
|
+
padding-top: var(--sd-spacing-2, 0.5rem);
|
|
57
|
+
padding-right: var(--sd-spacing-4, 1rem);
|
|
58
58
|
}
|
|
59
59
|
@property --tw-blur {
|
|
60
60
|
syntax: "*";
|
package/dist/modules/display.css
CHANGED
|
@@ -2,46 +2,46 @@
|
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
.sd-display {
|
|
5
|
-
font-size: var(--sd-text-3xl);
|
|
5
|
+
font-size: var(--sd-text-3xl, 2rem);
|
|
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
|
-
--tw-font-weight: var(--sd-font-weight-normal);
|
|
10
|
-
font-weight: var(--sd-font-weight-normal);
|
|
11
|
-
color: rgba(var(--sd-color-text-black));
|
|
9
|
+
--tw-font-weight: var(--sd-font-weight-normal, 400);
|
|
10
|
+
font-weight: var(--sd-font-weight-normal, 400);
|
|
11
|
+
color: rgba(var(--sd-color-text-black, 24 24 24));
|
|
12
12
|
}
|
|
13
13
|
@media (width >= 64rem) {
|
|
14
14
|
.sd-display {
|
|
15
|
-
font-size: var(--sd-text-4xl);
|
|
15
|
+
font-size: var(--sd-text-4xl, 2.5rem);
|
|
16
16
|
line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)))
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
.sd-display--size-xl {
|
|
20
|
-
font-size: var(--sd-text-xl);
|
|
20
|
+
font-size: var(--sd-text-xl, 1.5rem);
|
|
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
|
-
--tw-font-weight: var(--sd-font-weight-normal);
|
|
25
|
-
font-weight: var(--sd-font-weight-normal);
|
|
26
|
-
color: rgba(var(--sd-color-text-black));
|
|
24
|
+
--tw-font-weight: var(--sd-font-weight-normal, 400);
|
|
25
|
+
font-weight: var(--sd-font-weight-normal, 400);
|
|
26
|
+
color: rgba(var(--sd-color-text-black, 24 24 24));
|
|
27
27
|
}
|
|
28
28
|
.sd-display--size-3xl {
|
|
29
|
-
font-size: var(--sd-text-2xl);
|
|
29
|
+
font-size: var(--sd-text-2xl, 1.75rem);
|
|
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
|
-
--tw-font-weight: var(--sd-font-weight-normal);
|
|
34
|
-
font-weight: var(--sd-font-weight-normal);
|
|
35
|
-
color: rgba(var(--sd-color-text-black));
|
|
33
|
+
--tw-font-weight: var(--sd-font-weight-normal, 400);
|
|
34
|
+
font-weight: var(--sd-font-weight-normal, 400);
|
|
35
|
+
color: rgba(var(--sd-color-text-black, 24 24 24));
|
|
36
36
|
}
|
|
37
37
|
@media (width >= 64rem) {
|
|
38
38
|
.sd-display--size-3xl {
|
|
39
|
-
font-size: var(--sd-text-3xl);
|
|
39
|
+
font-size: var(--sd-text-3xl, 2rem);
|
|
40
40
|
line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)))
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
.sd-display--inverted {
|
|
44
|
-
color: rgba(var(--sd-color-text-white));
|
|
44
|
+
color: rgba(var(--sd-color-text-white, 255 255 255));
|
|
45
45
|
}
|
|
46
46
|
@property --tw-leading {
|
|
47
47
|
syntax: "*";
|
|
@@ -5,15 +5,15 @@
|
|
|
5
5
|
margin-block: 0;
|
|
6
6
|
padding: 0;
|
|
7
7
|
text-align: left;
|
|
8
|
-
font-size: var(--sd-text-sm);
|
|
8
|
+
font-size: var(--sd-text-sm, 0.875rem);
|
|
9
9
|
line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
|
|
10
|
-
color: rgba(var(--sd-color-text-neutral-700));
|
|
10
|
+
color: rgba(var(--sd-color-text-neutral-700, 104 104 104));
|
|
11
11
|
}
|
|
12
12
|
.sd-footnotes :target {
|
|
13
|
-
background-color: rgba(var(--sd-color-background-neutral-200));
|
|
13
|
+
background-color: rgba(var(--sd-color-background-neutral-200, 233 233 233));
|
|
14
14
|
}
|
|
15
15
|
.sd-footnotes:is(ol) {
|
|
16
|
-
padding-inline-start: var(--sd-spacing-8);
|
|
16
|
+
padding-inline-start: var(--sd-spacing-8, 2rem);
|
|
17
17
|
}
|
|
18
18
|
.sd-footnotes:is(ol) li {
|
|
19
19
|
counter-increment: list-item;
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
}
|
|
23
23
|
.sd-footnotes:is(ol) li .sd-footnotes--marker::before, .sd-footnotes:is(ol) li:has(.sd-footnotes--marker:nth-of-type(2))::before, .sd-footnotes:is(ol) li:not(:has(.sd-footnotes--marker))::before {
|
|
24
24
|
position: absolute;
|
|
25
|
-
left: calc(var(--sd-spacing-8) * -1);
|
|
25
|
+
left: calc(var(--sd-spacing-8, 2rem) * -1);
|
|
26
26
|
flex-shrink: 0;
|
|
27
27
|
--tw-leading: var(--leading-normal, 1.5);
|
|
28
28
|
line-height: var(--leading-normal, 1.5);
|
|
29
|
-
--tw-font-weight: var(--sd-font-weight-bold);
|
|
30
|
-
font-weight: var(--sd-font-weight-bold);
|
|
29
|
+
--tw-font-weight: var(--sd-font-weight-bold, 600);
|
|
30
|
+
font-weight: var(--sd-font-weight-bold, 600);
|
|
31
31
|
content: '[ ' counter(list-item) ' ]';
|
|
32
32
|
padding-top: 1px;
|
|
33
33
|
font-size: 10px;
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
vertical-align: super;
|
|
46
46
|
--tw-leading: var(--leading-normal, 1.5);
|
|
47
47
|
line-height: var(--leading-normal, 1.5);
|
|
48
|
-
--tw-font-weight: var(--sd-font-weight-bold);
|
|
49
|
-
font-weight: var(--sd-font-weight-bold);
|
|
48
|
+
--tw-font-weight: var(--sd-font-weight-bold, 600);
|
|
49
|
+
font-weight: var(--sd-font-weight-bold, 600);
|
|
50
50
|
content: counter(footnotes-multiple, lower-alpha);
|
|
51
51
|
}
|
|
52
52
|
.sd-footnotes:is(ol) li .sd-footnotes--marker {
|
|
@@ -58,48 +58,48 @@
|
|
|
58
58
|
outline-width: 0px;
|
|
59
59
|
}
|
|
60
60
|
.sd-footnotes:is(ol) li .sd-footnotes--marker:focus-visible::before {
|
|
61
|
-
border-radius: var(--sd-radius);
|
|
61
|
+
border-radius: var(--sd-radius, 0.25rem);
|
|
62
62
|
outline-width: 1px;
|
|
63
63
|
outline-style: var(--tw-outline-style);
|
|
64
64
|
outline-width: 2px;
|
|
65
65
|
outline-offset: 2px;
|
|
66
|
-
outline-color: rgba(var(--sd-color-border-primary, var(--sd-color-primary)));
|
|
66
|
+
outline-color: rgba(var(--sd-color-border-primary, var(--sd-color-primary, 0 53 142)));
|
|
67
67
|
}
|
|
68
68
|
.sd-footnotes:is(ul) {
|
|
69
69
|
list-style: '';
|
|
70
70
|
}
|
|
71
71
|
.sd-footnotes--inverted {
|
|
72
|
-
color: rgba(var(--sd-color-text-primary-400));
|
|
72
|
+
color: rgba(var(--sd-color-text-primary-400, 153 171 208));
|
|
73
73
|
}
|
|
74
74
|
.sd-footnotes--inverted :target {
|
|
75
|
-
background-color: rgba(var(--sd-footnotes--target--inverted-color-background,
|
|
75
|
+
background-color: rgba(var(--sd-footnotes--target--inverted-color-background, 5 21 48));
|
|
76
76
|
}
|
|
77
77
|
.sd-footnotes--inverted .sd-footnotes--marker::before {
|
|
78
|
-
color: rgba(var(--sd-color-text-white));
|
|
79
|
-
outline-color: rgba(var(--sd-color-border-white, var(--sd-color-white))) !important;
|
|
78
|
+
color: rgba(var(--sd-color-text-white, 255 255 255));
|
|
79
|
+
outline-color: rgba(var(--sd-color-border-white, var(--sd-color-white, 255 255 255))) !important;
|
|
80
80
|
}
|
|
81
81
|
.sd-footnotes--inverted:is(.sd-footnotes--marker) {
|
|
82
|
-
color: rgba(var(--sd-color-text-white)) !important;
|
|
83
|
-
outline-color: rgba(var(--sd-color-border-white, var(--sd-color-white))) !important;
|
|
82
|
+
color: rgba(var(--sd-color-text-white, 255 255 255)) !important;
|
|
83
|
+
outline-color: rgba(var(--sd-color-border-white, var(--sd-color-white, 255 255 255))) !important;
|
|
84
84
|
}
|
|
85
85
|
.sd-footnotes--inverted:is(.sd-footnotes--marker):target {
|
|
86
|
-
background-color: rgba(var(--sd-footnotes--target--inverted-color-background,
|
|
86
|
+
background-color: rgba(var(--sd-footnotes--target--inverted-color-background, 5 21 48));
|
|
87
87
|
}
|
|
88
88
|
.sd-footnotes--inverted:is(ol) li .sd-footnotes--marker::before, .sd-footnotes--inverted:is(ol) li::before {
|
|
89
|
-
color: rgba(var(--sd-color-text-white)) !important;
|
|
89
|
+
color: rgba(var(--sd-color-text-white, 255 255 255)) !important;
|
|
90
90
|
}
|
|
91
91
|
.sd-footnotes--marker {
|
|
92
92
|
position: relative;
|
|
93
|
-
bottom: var(--sd-spacing-2);
|
|
93
|
+
bottom: var(--sd-spacing-2, 0.5rem);
|
|
94
94
|
display: inline-block;
|
|
95
|
-
--tw-font-weight: var(--sd-font-weight-bold);
|
|
96
|
-
font-weight: var(--sd-font-weight-bold);
|
|
95
|
+
--tw-font-weight: var(--sd-font-weight-bold, 600);
|
|
96
|
+
font-weight: var(--sd-font-weight-bold, 600);
|
|
97
97
|
white-space: nowrap;
|
|
98
98
|
text-decoration-line: none !important;
|
|
99
99
|
font-size: x-small;
|
|
100
100
|
}
|
|
101
101
|
.sd-footnotes--marker:target {
|
|
102
|
-
background-color: rgba(var(--sd-color-background-neutral-200));
|
|
102
|
+
background-color: rgba(var(--sd-color-background-neutral-200, 233 233 233));
|
|
103
103
|
}
|
|
104
104
|
.sd-footnotes--marker:not(:has(a))::before {
|
|
105
105
|
content: '[ ';
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
}
|
|
112
112
|
.sd-footnotes--marker :is(a) {
|
|
113
113
|
display: inline-block;
|
|
114
|
-
--tw-font-weight: var(--sd-font-weight-bold);
|
|
115
|
-
font-weight: var(--sd-font-weight-bold);
|
|
114
|
+
--tw-font-weight: var(--sd-font-weight-bold, 600);
|
|
115
|
+
font-weight: var(--sd-font-weight-bold, 600);
|
|
116
116
|
white-space: nowrap;
|
|
117
117
|
text-decoration-line: none !important;
|
|
118
118
|
}
|
|
@@ -125,23 +125,23 @@
|
|
|
125
125
|
display: inline-block;
|
|
126
126
|
}
|
|
127
127
|
.sd-footnotes--marker :is(a):focus-visible {
|
|
128
|
-
border-radius: var(--sd-radius);
|
|
128
|
+
border-radius: var(--sd-radius, 0.25rem);
|
|
129
129
|
outline-width: 1px;
|
|
130
130
|
outline-style: var(--tw-outline-style);
|
|
131
131
|
outline-width: 2px;
|
|
132
132
|
outline-offset: 2px;
|
|
133
|
-
outline-color: rgba(var(--sd-color-border-primary, var(--sd-color-primary)));
|
|
133
|
+
outline-color: rgba(var(--sd-color-border-primary, var(--sd-color-primary, 0 53 142)));
|
|
134
134
|
}
|
|
135
135
|
.sd-footnotes--marker:link, .sd-footnotes--marker:visited {
|
|
136
|
-
color: rgba(var(--sd-color-text-primary));
|
|
136
|
+
color: rgba(var(--sd-color-text-primary, 0 53 142));
|
|
137
137
|
}
|
|
138
138
|
.sd-footnotes--marker:focus-visible {
|
|
139
|
-
border-radius: var(--sd-radius);
|
|
139
|
+
border-radius: var(--sd-radius, 0.25rem);
|
|
140
140
|
outline-width: 1px;
|
|
141
141
|
outline-style: var(--tw-outline-style);
|
|
142
142
|
outline-width: 2px;
|
|
143
143
|
outline-offset: 2px;
|
|
144
|
-
outline-color: rgba(var(--sd-color-border-primary, var(--sd-color-primary)));
|
|
144
|
+
outline-color: rgba(var(--sd-color-border-primary, var(--sd-color-primary, 0 53 142)));
|
|
145
145
|
}
|
|
146
146
|
@property --tw-leading {
|
|
147
147
|
syntax: "*";
|
|
@@ -3,36 +3,36 @@
|
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
.sd-headline, .sd-prose :is(h1, h2, h3, h4, h5) {
|
|
5
5
|
display: flex;
|
|
6
|
-
--tw-font-weight: var(--sd-font-weight-bold);
|
|
7
|
-
font-weight: var(--sd-font-weight-bold);
|
|
8
|
-
color: rgba(var(--sd-color-text-primary));
|
|
6
|
+
--tw-font-weight: var(--sd-font-weight-bold, 600);
|
|
7
|
+
font-weight: var(--sd-font-weight-bold, 600);
|
|
8
|
+
color: rgba(var(--sd-color-text-primary, 0 53 142));
|
|
9
9
|
}
|
|
10
10
|
.sd-headline sd-icon, .sd-prose :is(h1, h2, h3, h4, h5) sd-icon {
|
|
11
11
|
flex-shrink: 0;
|
|
12
12
|
font-size: 3rem;
|
|
13
|
-
color: rgba(var(--sd-color-text-primary));
|
|
13
|
+
color: rgba(var(--sd-color-text-primary, 0 53 142));
|
|
14
14
|
}
|
|
15
15
|
@media (width >= 40rem) {
|
|
16
16
|
.sd-headline sd-icon, .sd-prose :is(h1, h2, h3, h4, h5) sd-icon {
|
|
17
|
-
margin-top: var(--sd-spacing-2)
|
|
17
|
+
margin-top: var(--sd-spacing-2, 0.5rem)
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
.sd-headline.sd-headline, .sd-headline:is(h1):not(.sd-headline), .sd-prose :is(h1, h2, h3, h4, h5).sd-headline, .sd-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-headline) {
|
|
21
|
-
gap: var(--sd-spacing-4);
|
|
22
|
-
font-size: var(--sd-text-3xl);
|
|
21
|
+
gap: var(--sd-spacing-4, 1rem);
|
|
22
|
+
font-size: var(--sd-text-3xl, 2rem);
|
|
23
23
|
line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
|
|
24
24
|
--tw-leading: var(--leading-tight, 1.25);
|
|
25
25
|
line-height: var(--leading-tight, 1.25);
|
|
26
|
-
color: rgba(var(--sd-headline--3xl-onwards-color-text,
|
|
26
|
+
color: rgba(var(--sd-headline--3xl-onwards-color-text, 0 53 142));
|
|
27
27
|
}
|
|
28
28
|
@media (width >= 40rem) {
|
|
29
29
|
.sd-headline.sd-headline, .sd-headline:is(h1):not(.sd-headline), .sd-prose :is(h1, h2, h3, h4, h5).sd-headline, .sd-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-headline) {
|
|
30
|
-
font-size: var(--sd-text-4xl);
|
|
30
|
+
font-size: var(--sd-text-4xl, 2.5rem);
|
|
31
31
|
line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)))
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
.sd-headline.sd-headline sd-icon, .sd-headline:is(h1):not(.sd-headline) sd-icon, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline sd-icon, .sd-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-headline) sd-icon {
|
|
35
|
-
margin-top: calc(var(--sd-spacing-1) * -1);
|
|
35
|
+
margin-top: calc(var(--sd-spacing-1, 0.25rem) * -1);
|
|
36
36
|
}
|
|
37
37
|
@media (width >= 40rem) {
|
|
38
38
|
.sd-headline.sd-headline sd-icon, .sd-headline:is(h1):not(.sd-headline) sd-icon, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline sd-icon, .sd-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-headline) sd-icon {
|
|
@@ -40,44 +40,44 @@
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
.sd-headline.sd-headline--size-3xl, .sd-headline:is(h2):not(.sd-headline), .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-3xl, .sd-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-headline) {
|
|
43
|
-
gap: var(--sd-spacing-4);
|
|
44
|
-
font-size: var(--sd-text-2xl);
|
|
43
|
+
gap: var(--sd-spacing-4, 1rem);
|
|
44
|
+
font-size: var(--sd-text-2xl, 1.75rem);
|
|
45
45
|
line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
|
|
46
46
|
--tw-leading: var(--leading-tight, 1.25);
|
|
47
47
|
line-height: var(--leading-tight, 1.25);
|
|
48
|
-
color: rgba(var(--sd-headline--3xl-onwards-color-text,
|
|
48
|
+
color: rgba(var(--sd-headline--3xl-onwards-color-text, 0 53 142));
|
|
49
49
|
}
|
|
50
50
|
@media (width >= 40rem) {
|
|
51
51
|
.sd-headline.sd-headline--size-3xl, .sd-headline:is(h2):not(.sd-headline), .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-3xl, .sd-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-headline) {
|
|
52
|
-
font-size: var(--sd-text-3xl);
|
|
52
|
+
font-size: var(--sd-text-3xl, 2rem);
|
|
53
53
|
line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)))
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
.sd-headline.sd-headline--size-3xl sd-icon, .sd-headline:is(h2):not(.sd-headline) sd-icon, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-3xl sd-icon, .sd-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-headline) sd-icon {
|
|
57
|
-
margin-top: calc(var(--sd-spacing-1) * -1);
|
|
57
|
+
margin-top: calc(var(--sd-spacing-1, 0.25rem) * -1);
|
|
58
58
|
}
|
|
59
59
|
@media (width >= 40rem) {
|
|
60
60
|
.sd-headline.sd-headline--size-3xl sd-icon, .sd-headline:is(h2):not(.sd-headline) sd-icon, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-3xl sd-icon, .sd-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-headline) sd-icon {
|
|
61
|
-
margin-top: calc(var(--sd-spacing-1) * -1)
|
|
61
|
+
margin-top: calc(var(--sd-spacing-1, 0.25rem) * -1)
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
.sd-headline.sd-headline--size-xl, .sd-headline.sd-headline--size-lg, .sd-headline.sd-headline--size-base, .sd-headline:is(h3, h4, h5):not(.sd-headline), .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-xl, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-lg, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-base, .sd-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-headline) {
|
|
65
|
-
gap: var(--sd-spacing-2);
|
|
66
|
-
color: rgba(var(--sd-color-text-black));
|
|
65
|
+
gap: var(--sd-spacing-2, 0.5rem);
|
|
66
|
+
color: rgba(var(--sd-color-text-black, 24 24 24));
|
|
67
67
|
}
|
|
68
68
|
.sd-headline.sd-headline--size-xl sd-icon, .sd-headline.sd-headline--size-lg sd-icon, .sd-headline.sd-headline--size-base sd-icon, .sd-headline:is(h3, h4, h5):not(.sd-headline) sd-icon, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-xl sd-icon, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-lg sd-icon, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-base sd-icon, .sd-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-headline) sd-icon {
|
|
69
69
|
font-size: 2rem;
|
|
70
70
|
}
|
|
71
71
|
.sd-headline.sd-headline--size-xl, .sd-headline:is(h3):not(.sd-headline), .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-xl, .sd-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-headline) {
|
|
72
|
-
font-size: var(--sd-text-xl);
|
|
72
|
+
font-size: var(--sd-text-xl, 1.5rem);
|
|
73
73
|
line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
|
|
74
74
|
}
|
|
75
75
|
.sd-headline.sd-headline--size-xl sd-icon, .sd-headline:is(h3):not(.sd-headline) sd-icon, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-xl sd-icon, .sd-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-headline) sd-icon {
|
|
76
|
-
margin-top: calc(var(--sd-spacing-0\.5) * -1);
|
|
76
|
+
margin-top: calc(var(--sd-spacing-0\.5, 0.125rem) * -1);
|
|
77
77
|
}
|
|
78
78
|
@media (width >= 40rem) {
|
|
79
79
|
.sd-headline.sd-headline--size-xl sd-icon, .sd-headline:is(h3):not(.sd-headline) sd-icon, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-xl sd-icon, .sd-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-headline) sd-icon {
|
|
80
|
-
margin-top: calc(var(--sd-spacing-0\.5) * -1)
|
|
80
|
+
margin-top: calc(var(--sd-spacing-0\.5, 0.125rem) * -1)
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
.sd-headline.sd-headline--size-lg, .sd-headline.sd-headline--size-base, .sd-headline:is(h4, h5):not(.sd-headline), .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-lg, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-base, .sd-prose :is(h1, h2, h3, h4, h5):is(h4, h5):not(.sd-headline) {
|
|
@@ -85,23 +85,23 @@
|
|
|
85
85
|
line-height: var(--leading-normal, 1.5);
|
|
86
86
|
}
|
|
87
87
|
.sd-headline.sd-headline--size-lg, .sd-headline:is(h4), .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-lg, .sd-prose :is(h1, h2, h3, h4, h5):is(h4) {
|
|
88
|
-
font-size: var(--sd-text-lg);
|
|
88
|
+
font-size: var(--sd-text-lg, 1.25rem);
|
|
89
89
|
line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
|
|
90
90
|
}
|
|
91
91
|
.sd-headline.sd-headline--size-lg sd-icon, .sd-headline:is(h4) sd-icon, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-lg sd-icon, .sd-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
|
|
92
|
-
margin-top: calc(var(--sd-spacing-0\.5) * -1);
|
|
92
|
+
margin-top: calc(var(--sd-spacing-0\.5, 0.125rem) * -1);
|
|
93
93
|
}
|
|
94
94
|
@media (width >= 40rem) {
|
|
95
95
|
.sd-headline.sd-headline--size-lg sd-icon, .sd-headline:is(h4) sd-icon, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-lg sd-icon, .sd-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
|
|
96
|
-
margin-top: calc(var(--sd-spacing-0\.5) * -1)
|
|
96
|
+
margin-top: calc(var(--sd-spacing-0\.5, 0.125rem) * -1)
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
.sd-headline.sd-headline--size-base, .sd-headline:is(h5):not(.sd-headline), .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-base, .sd-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-headline) {
|
|
100
|
-
font-size: var(--sd-text-base);
|
|
100
|
+
font-size: var(--sd-text-base, 1rem);
|
|
101
101
|
line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
|
|
102
102
|
}
|
|
103
103
|
.sd-headline.sd-headline--size-base sd-icon, .sd-headline:is(h5):not(.sd-headline) sd-icon, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-base sd-icon, .sd-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-headline) sd-icon {
|
|
104
|
-
margin-top: calc(var(--sd-spacing-1) * -1);
|
|
104
|
+
margin-top: calc(var(--sd-spacing-1, 0.25rem) * -1);
|
|
105
105
|
}
|
|
106
106
|
.sd-headline.sd-headline--size-base mark, .sd-headline:is(h5):not(.sd-headline) mark, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-base mark, .sd-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-headline) mark {
|
|
107
107
|
color: inherit;
|
|
@@ -110,24 +110,24 @@
|
|
|
110
110
|
display: inline-block;
|
|
111
111
|
}
|
|
112
112
|
.sd-headline--inline.sd-headline sd-icon, .sd-headline--inline:is(h1):not(.sd-headline) sd-icon {
|
|
113
|
-
margin-top: calc(var(--sd-spacing-2) * -1);
|
|
114
|
-
margin-right: var(--sd-spacing-2);
|
|
113
|
+
margin-top: calc(var(--sd-spacing-2, 0.5rem) * -1);
|
|
114
|
+
margin-right: var(--sd-spacing-2, 0.5rem);
|
|
115
115
|
vertical-align: middle;
|
|
116
116
|
}
|
|
117
117
|
.sd-headline--inline:is(.sd-headline--size-xl, .sd-headline--size-lg, .sd-headline--size-base) sd-icon {
|
|
118
|
-
margin-right: var(--sd-spacing-0\.5);
|
|
118
|
+
margin-right: var(--sd-spacing-0\.5, 0.125rem);
|
|
119
119
|
}
|
|
120
120
|
.sd-headline--inline:is(.sd-headline--size-3xl, .sd-headline--size-xl) sd-icon {
|
|
121
|
-
margin-top: calc(var(--sd-spacing-2) * -1);
|
|
121
|
+
margin-top: calc(var(--sd-spacing-2, 0.5rem) * -1);
|
|
122
122
|
}
|
|
123
123
|
.sd-headline--inline:is(.sd-headline--size-lg) sd-icon {
|
|
124
|
-
margin-top: calc(var(--sd-spacing-1) * -1);
|
|
124
|
+
margin-top: calc(var(--sd-spacing-1, 0.25rem) * -1);
|
|
125
125
|
}
|
|
126
126
|
.sd-headline--inverted:not(#_), .sd-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-headline):not(#_) {
|
|
127
|
-
color: rgba(var(--sd-color-text-white));
|
|
127
|
+
color: rgba(var(--sd-color-text-white, 255 255 255));
|
|
128
128
|
}
|
|
129
129
|
.sd-headline--inverted:not(#_) sd-icon, .sd-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-headline):not(#_) sd-icon {
|
|
130
|
-
color: rgba(var(--sd-color-text-white));
|
|
130
|
+
color: rgba(var(--sd-color-text-white, 255 255 255));
|
|
131
131
|
}
|
|
132
132
|
@property --tw-font-weight {
|
|
133
133
|
syntax: "*";
|
|
@@ -20,27 +20,27 @@
|
|
|
20
20
|
}
|
|
21
21
|
.sd-hidden-links{
|
|
22
22
|
position: absolute;
|
|
23
|
-
top: var(--sd-spacing-6);
|
|
24
|
-
left: var(--sd-spacing-6);
|
|
23
|
+
top: var(--sd-spacing-6, 1.5rem);
|
|
24
|
+
left: var(--sd-spacing-6, 1.5rem);
|
|
25
25
|
border-style: var(--tw-border-style);
|
|
26
26
|
border-width: 1px;
|
|
27
|
-
border-color: rgba(var(--sd-panel-color-border,
|
|
27
|
+
border-color: rgba(var(--sd-panel-color-border, 255 255 255 / 0));
|
|
28
28
|
}
|
|
29
29
|
.sd-hidden-links--multiple {
|
|
30
30
|
display: flex;
|
|
31
31
|
flex-direction: column;
|
|
32
|
-
background-color: rgba(var(--sd-color-background-white));
|
|
33
|
-
padding-inline: var(--sd-spacing-2);
|
|
34
|
-
padding-block: var(--sd-spacing-4);
|
|
35
|
-
--tw-shadow: var(--sd-shadow);
|
|
32
|
+
background-color: rgba(var(--sd-color-background-white, 255 255 255));
|
|
33
|
+
padding-inline: var(--sd-spacing-2, 0.5rem);
|
|
34
|
+
padding-block: var(--sd-spacing-4, 1rem);
|
|
35
|
+
--tw-shadow: var(--sd-shadow, 0px 1px 3px 0px rgba(81, 81, 81, 0.75));
|
|
36
36
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
37
37
|
}
|
|
38
38
|
.sd-hidden-links--multiple:before {
|
|
39
|
-
padding-inline: var(--sd-spacing-4);
|
|
40
|
-
padding-block: var(--sd-spacing-2);
|
|
41
|
-
--tw-font-weight: var(--sd-font-weight-bold);
|
|
42
|
-
font-weight: var(--sd-font-weight-bold);
|
|
43
|
-
content: var(--sd-hidden-links-title);
|
|
39
|
+
padding-inline: var(--sd-spacing-4, 1rem);
|
|
40
|
+
padding-block: var(--sd-spacing-2, 0.5rem);
|
|
41
|
+
--tw-font-weight: var(--sd-font-weight-bold, 600);
|
|
42
|
+
font-weight: var(--sd-font-weight-bold, 600);
|
|
43
|
+
content: var(--sd-hidden-links-title, 'Jump to');
|
|
44
44
|
}
|
|
45
45
|
@property --tw-border-style {
|
|
46
46
|
syntax: "*";
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
}
|
|
8
8
|
.sd-prose a, .sd-interactive{
|
|
9
9
|
cursor: pointer;
|
|
10
|
-
color: rgba(var(--sd-interactive--default-color-text,
|
|
10
|
+
color: rgba(var(--sd-interactive--default-color-text, 0 53 142));
|
|
11
11
|
text-decoration-line: underline;
|
|
12
12
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
13
13
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
transition-timing-function: var(--ease-in-out, cubic-bezier(0.4, 0, 0.2, 1));
|
|
19
19
|
}
|
|
20
20
|
.sd-prose a:hover:not([disabled]), .sd-interactive:hover:not([disabled]) {
|
|
21
|
-
color: rgba(var(--sd-color-text-primary-500));
|
|
21
|
+
color: rgba(var(--sd-color-text-primary-500, 70 109 175));
|
|
22
22
|
}
|
|
23
23
|
.sd-prose a:focus-visible, .sd-interactive:focus-visible {
|
|
24
24
|
outline-style: solid;
|
|
@@ -27,35 +27,35 @@
|
|
|
27
27
|
outline-color: var(--outline-color-primary);
|
|
28
28
|
}
|
|
29
29
|
.sd-prose a:active:not([disabled]), .sd-interactive:active:not([disabled]) {
|
|
30
|
-
color: rgba(var(--sd-interactive--active-color-text,
|
|
30
|
+
color: rgba(var(--sd-interactive--active-color-text, 5 21 48));
|
|
31
31
|
}
|
|
32
32
|
.sd-prose a:is(.sd-interactive), .sd-interactive:is(.sd-interactive) {
|
|
33
33
|
text-decoration-line: none;
|
|
34
34
|
}
|
|
35
35
|
.sd-prose a--disabled, .sd-prose a[disabled], .sd-prose a[href=''], .sd-interactive--disabled, .sd-interactive[disabled], .sd-interactive[href=''] {
|
|
36
36
|
cursor: not-allowed;
|
|
37
|
-
color: rgba(var(--sd-form-control--disabled-color-text,
|
|
37
|
+
color: rgba(var(--sd-form-control--disabled-color-text, 174 174 174));
|
|
38
38
|
}
|
|
39
39
|
.sd-prose a--disabled:hover:not([disabled]), .sd-prose a[disabled]:hover:not([disabled]), .sd-prose a[href='']:hover:not([disabled]), .sd-interactive--disabled:hover:not([disabled]), .sd-interactive[disabled]:hover:not([disabled]), .sd-interactive[href='']:hover:not([disabled]) {
|
|
40
|
-
color: rgba(var(--sd-form-control--disabled-color-text,
|
|
40
|
+
color: rgba(var(--sd-form-control--disabled-color-text, 174 174 174));
|
|
41
41
|
}
|
|
42
42
|
.sd-prose a--disabled:active:not([disabled]), .sd-prose a[disabled]:active:not([disabled]), .sd-prose a[href='']:active:not([disabled]), .sd-interactive--disabled:active:not([disabled]), .sd-interactive[disabled]:active:not([disabled]), .sd-interactive[href='']:active:not([disabled]) {
|
|
43
|
-
color: rgba(var(--sd-form-control--disabled-color-text,
|
|
43
|
+
color: rgba(var(--sd-form-control--disabled-color-text, 174 174 174));
|
|
44
44
|
}
|
|
45
45
|
.sd-prose a--disabled.sd-interactive--inverted, .sd-prose a[disabled].sd-interactive--inverted, .sd-prose a[href=''].sd-interactive--inverted, .sd-interactive--disabled.sd-interactive--inverted, .sd-interactive[disabled].sd-interactive--inverted, .sd-interactive[href=''].sd-interactive--inverted {
|
|
46
|
-
color: rgba(var(--sd-color-text-neutral-600));
|
|
46
|
+
color: rgba(var(--sd-color-text-neutral-600, 136 136 136));
|
|
47
47
|
}
|
|
48
48
|
.sd-prose a--disabled.sd-interactive--inverted:hover:not([disabled]), .sd-prose a[disabled].sd-interactive--inverted:hover:not([disabled]), .sd-prose a[href=''].sd-interactive--inverted:hover:not([disabled]), .sd-interactive--disabled.sd-interactive--inverted:hover:not([disabled]), .sd-interactive[disabled].sd-interactive--inverted:hover:not([disabled]), .sd-interactive[href=''].sd-interactive--inverted:hover:not([disabled]) {
|
|
49
|
-
color: rgba(var(--sd-color-text-neutral-600));
|
|
49
|
+
color: rgba(var(--sd-color-text-neutral-600, 136 136 136));
|
|
50
50
|
}
|
|
51
51
|
.sd-prose a--disabled.sd-interactive--inverted:active:not([disabled]), .sd-prose a[disabled].sd-interactive--inverted:active:not([disabled]), .sd-prose a[href=''].sd-interactive--inverted:active:not([disabled]), .sd-interactive--disabled.sd-interactive--inverted:active:not([disabled]), .sd-interactive[disabled].sd-interactive--inverted:active:not([disabled]), .sd-interactive[href=''].sd-interactive--inverted:active:not([disabled]) {
|
|
52
|
-
color: rgba(var(--sd-color-text-neutral-600));
|
|
52
|
+
color: rgba(var(--sd-color-text-neutral-600, 136 136 136));
|
|
53
53
|
}
|
|
54
54
|
.sd-prose--inverted a, .sd-interactive--inverted {
|
|
55
|
-
color: rgba(var(--sd-color-text-white));
|
|
55
|
+
color: rgba(var(--sd-color-text-white, 255 255 255));
|
|
56
56
|
}
|
|
57
57
|
.sd-prose--inverted a:hover:not([disabled]), .sd-interactive--inverted:hover:not([disabled]) {
|
|
58
|
-
color: rgba(var(--sd-color-text-primary-200));
|
|
58
|
+
color: rgba(var(--sd-color-text-primary-200, 224 233 243));
|
|
59
59
|
}
|
|
60
60
|
.sd-prose--inverted a:focus-visible, .sd-interactive--inverted:focus-visible {
|
|
61
61
|
outline-style: solid;
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
outline-color: var(--outline-color-primary);
|
|
65
65
|
}
|
|
66
66
|
.sd-prose--inverted a:active:not([disabled]), .sd-interactive--inverted:active:not([disabled]) {
|
|
67
|
-
color: rgba(var(--sd-color-text-primary-400));
|
|
67
|
+
color: rgba(var(--sd-color-text-primary-400, 153 171 208));
|
|
68
68
|
}
|
|
69
69
|
@property --tw-duration {
|
|
70
70
|
syntax: "*";
|
|
@@ -2,25 +2,25 @@
|
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
.sd-prose > .sd-leadtext, .sd-leadtext {
|
|
5
|
-
font-size: var(--sd-text-xl);
|
|
5
|
+
font-size: var(--sd-text-xl, 1.5rem);
|
|
6
6
|
line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
|
|
7
7
|
--tw-leading: var(--leading-normal, 1.5);
|
|
8
8
|
line-height: var(--leading-normal, 1.5);
|
|
9
|
-
--tw-font-weight: var(--sd-font-weight-normal);
|
|
10
|
-
font-weight: var(--sd-font-weight-normal);
|
|
11
|
-
color: rgba(var(--sd-color-text-black));
|
|
9
|
+
--tw-font-weight: var(--sd-font-weight-normal, 400);
|
|
10
|
+
font-weight: var(--sd-font-weight-normal, 400);
|
|
11
|
+
color: rgba(var(--sd-color-text-black, 24 24 24));
|
|
12
12
|
}
|
|
13
13
|
.sd-prose > .sd-leadtext--size-lg, .sd-leadtext--size-lg {
|
|
14
|
-
font-size: var(--sd-text-lg);
|
|
14
|
+
font-size: var(--sd-text-lg, 1.25rem);
|
|
15
15
|
line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
|
|
16
16
|
--tw-leading: var(--leading-normal, 1.5);
|
|
17
17
|
line-height: var(--leading-normal, 1.5);
|
|
18
|
-
--tw-font-weight: var(--sd-font-weight-normal);
|
|
19
|
-
font-weight: var(--sd-font-weight-normal);
|
|
20
|
-
color: rgba(var(--sd-color-text-black));
|
|
18
|
+
--tw-font-weight: var(--sd-font-weight-normal, 400);
|
|
19
|
+
font-weight: var(--sd-font-weight-normal, 400);
|
|
20
|
+
color: rgba(var(--sd-color-text-black, 24 24 24));
|
|
21
21
|
}
|
|
22
22
|
.sd-prose--inverted > .sd-leadtext, .sd-leadtext--inverted {
|
|
23
|
-
color: rgba(var(--sd-color-text-white));
|
|
23
|
+
color: rgba(var(--sd-color-text-white, 255 255 255));
|
|
24
24
|
}
|
|
25
25
|
@property --tw-leading {
|
|
26
26
|
syntax: "*";
|
package/dist/modules/list.css
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
list-style-position: revert;
|
|
6
6
|
list-style-type: revert;
|
|
7
7
|
padding: revert;
|
|
8
|
-
padding-block: var(--sd-spacing-4);
|
|
9
|
-
padding-left: var(--sd-spacing-4);
|
|
8
|
+
padding-block: var(--sd-spacing-4, 1rem);
|
|
9
|
+
padding-left: var(--sd-spacing-4, 1rem);
|
|
10
10
|
text-align: left;
|
|
11
11
|
}
|
|
12
12
|
.sd-list:not(.sd-list--icon) li:not(:first-child), .sd-prose > :is(ol, ul) li:not(:first-child) {
|
|
13
|
-
margin-top: var(--sd-spacing-3);
|
|
13
|
+
margin-top: var(--sd-spacing-3, 0.75rem);
|
|
14
14
|
}
|
|
15
15
|
.sd-list:not(.sd-list--icon) ul, .sd-list:not(.sd-list--icon) ol, .sd-prose > :is(ol, ul) ul, .sd-prose > :is(ol, ul) ol {
|
|
16
16
|
all: revert;
|
|
@@ -71,11 +71,11 @@
|
|
|
71
71
|
list-style-type: '\2010';
|
|
72
72
|
}
|
|
73
73
|
.sd-list--icon {
|
|
74
|
-
padding-block: var(--sd-spacing-4);
|
|
74
|
+
padding-block: var(--sd-spacing-4, 1rem);
|
|
75
75
|
text-align: left;
|
|
76
76
|
}
|
|
77
77
|
.sd-list--icon li sd-icon:first-of-type, .sd-list--icon li .sd-list--icon__icon:first-of-type {
|
|
78
|
-
color: rgba(var(--sd-color-text-white));
|
|
78
|
+
color: rgba(var(--sd-color-text-white, 255 255 255));
|
|
79
79
|
}
|
|
80
80
|
.sd-list--icon{
|
|
81
81
|
list-style-type: '';
|
|
@@ -85,17 +85,17 @@
|
|
|
85
85
|
}
|
|
86
86
|
.sd-list--icon li {
|
|
87
87
|
position: relative;
|
|
88
|
-
padding-top: var(--sd-spacing-3);
|
|
89
|
-
padding-left: var(--sd-spacing-10);
|
|
88
|
+
padding-top: var(--sd-spacing-3, 0.75rem);
|
|
89
|
+
padding-left: var(--sd-spacing-10, 2.5rem);
|
|
90
90
|
--tw-leading: 32px;
|
|
91
91
|
line-height: 32px;
|
|
92
92
|
}
|
|
93
93
|
.sd-list--icon li > sd-icon:first-of-type, .sd-list--icon li > .sd-list--icon__icon:first-of-type {
|
|
94
94
|
position: absolute;
|
|
95
95
|
left: 0;
|
|
96
|
-
font-size: var(--sd-text-3xl);
|
|
96
|
+
font-size: var(--sd-text-3xl, 2rem);
|
|
97
97
|
line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
|
|
98
|
-
color: rgb(var(--sd-color-icon-fill-primary));
|
|
98
|
+
color: rgb(var(--sd-color-icon-fill-primary, 0 53 142));
|
|
99
99
|
}
|
|
100
100
|
.sd-list--icon.sd-list--horizontal {
|
|
101
101
|
display: flex;
|
|
@@ -105,13 +105,13 @@
|
|
|
105
105
|
padding-top: 0;
|
|
106
106
|
}
|
|
107
107
|
.sd-list--icon.sd-list--horizontal li:not(:last-child) {
|
|
108
|
-
margin-right: var(--sd-spacing-8);
|
|
108
|
+
margin-right: var(--sd-spacing-8, 2rem);
|
|
109
109
|
}
|
|
110
110
|
.sd-list--inverted, .sd-prose--inverted > :is(ol, ul) {
|
|
111
|
-
color: rgba(var(--sd-color-text-white));
|
|
111
|
+
color: rgba(var(--sd-color-text-white, 255 255 255));
|
|
112
112
|
}
|
|
113
113
|
.sd-list--inverted li > sd-icon:first-of-type, .sd-list--inverted li > .sd-list--icon__icon:first-of-type, .sd-prose--inverted > :is(ol, ul) li > sd-icon:first-of-type, .sd-prose--inverted > :is(ol, ul) li > .sd-list--icon__icon:first-of-type {
|
|
114
|
-
color: rgba(var(--sd-color-text-white));
|
|
114
|
+
color: rgba(var(--sd-color-text-white, 255 255 255));
|
|
115
115
|
}
|
|
116
116
|
@property --tw-leading {
|
|
117
117
|
syntax: "*";
|
package/dist/modules/mark.css
CHANGED