@solid-design-system/styles 1.5.5 → 2.0.0-next.1
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 +2 -1
- package/cdn/modules/container.css +2 -1
- package/cdn/modules/copyright.css +2 -1
- package/cdn/modules/display.css +2 -1
- package/cdn/modules/flag.css +2 -1
- package/cdn/modules/footnotes.css +2 -1
- package/cdn/modules/headline.css +2 -1
- package/cdn/modules/hidden-links.css +2 -1
- package/cdn/modules/interactive.css +2 -1
- package/cdn/modules/leadtext.css +2 -1
- package/cdn/modules/list.css +2 -1
- package/cdn/modules/mark.css +2 -1
- package/cdn/modules/media.css +2 -1
- package/cdn/modules/meta.css +2 -1
- package/cdn/modules/pagination.css +2 -1
- package/cdn/modules/paragraph.css +2 -1
- package/cdn/modules/prose.css +2 -1
- package/cdn/modules/status-badge.css +2 -1
- package/cdn/modules/table-cell.css +2 -1
- package/cdn/modules/table.css +2 -1
- package/cdn/solid-styles.css +2 -1
- package/cdn-versioned/modules/chip.css +2 -1
- package/cdn-versioned/modules/container.css +2 -1
- package/cdn-versioned/modules/copyright.css +2 -1
- package/cdn-versioned/modules/display.css +2 -1
- package/cdn-versioned/modules/flag.css +2 -1
- package/cdn-versioned/modules/footnotes.css +2 -1
- package/cdn-versioned/modules/headline.css +2 -1
- package/cdn-versioned/modules/hidden-links.css +2 -1
- package/cdn-versioned/modules/interactive.css +2 -1
- package/cdn-versioned/modules/leadtext.css +2 -1
- package/cdn-versioned/modules/list.css +2 -1
- package/cdn-versioned/modules/mark.css +2 -1
- package/cdn-versioned/modules/media.css +2 -1
- package/cdn-versioned/modules/meta.css +2 -1
- package/cdn-versioned/modules/pagination.css +2 -1
- package/cdn-versioned/modules/paragraph.css +2 -1
- package/cdn-versioned/modules/prose.css +2 -1
- package/cdn-versioned/modules/status-badge.css +2 -1
- package/cdn-versioned/modules/table-cell.css +2 -1
- package/cdn-versioned/modules/table.css +2 -1
- package/cdn-versioned/solid-styles.css +2 -1
- package/dist/modules/chip.css +20 -56
- package/dist/modules/container.css +56 -122
- package/dist/modules/copyright.css +107 -49
- package/dist/modules/display.css +53 -62
- package/dist/modules/flag.css +19 -54
- package/dist/modules/footnotes.css +107 -119
- package/dist/modules/headline.css +114 -212
- package/dist/modules/hidden-links.css +118 -44
- package/dist/modules/interactive.css +67 -107
- package/dist/modules/leadtext.css +36 -39
- package/dist/modules/list.css +71 -143
- package/dist/modules/mark.css +4 -13
- package/dist/modules/media.css +10 -29
- package/dist/modules/meta.css +37 -38
- package/dist/modules/pagination.css +247 -384
- package/dist/modules/paragraph.css +36 -24
- package/dist/modules/prose.css +510 -773
- package/dist/modules/status-badge.css +19 -53
- package/dist/modules/table-cell.css +154 -169
- package/dist/modules/table.css +25 -17
- package/dist/solid-styles.css +1159 -1668
- package/dist-versioned/modules/chip.css +24 -60
- package/dist-versioned/modules/container.css +77 -143
- package/dist-versioned/modules/copyright.css +113 -55
- package/dist-versioned/modules/display.css +55 -64
- package/dist-versioned/modules/flag.css +23 -58
- package/dist-versioned/modules/footnotes.css +135 -147
- package/dist-versioned/modules/headline.css +129 -227
- package/dist-versioned/modules/hidden-links.css +122 -48
- package/dist-versioned/modules/interactive.css +73 -113
- package/dist-versioned/modules/leadtext.css +37 -40
- package/dist-versioned/modules/list.css +93 -165
- package/dist-versioned/modules/mark.css +5 -14
- package/dist-versioned/modules/media.css +14 -33
- package/dist-versioned/modules/meta.css +43 -44
- package/dist-versioned/modules/pagination.css +274 -411
- package/dist-versioned/modules/paragraph.css +37 -25
- package/dist-versioned/modules/prose.css +596 -859
- package/dist-versioned/modules/status-badge.css +25 -59
- package/dist-versioned/modules/table-cell.css +170 -185
- package/dist-versioned/modules/table.css +26 -18
- package/dist-versioned/solid-styles.css +1350 -1859
- package/package.json +4 -5
|
@@ -1,59 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
align-items: center;
|
|
16
|
-
|
|
17
|
-
overflow: hidden;
|
|
18
|
-
|
|
19
|
-
white-space: nowrap;
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
background-color: rgb(var(--sd-color-neutral-200, 233 233 233) / var(--tw-bg-opacity, 1)) /* Used for hover interaction */;
|
|
24
|
-
|
|
25
|
-
padding-left: var(--sd-spacing-3, 0.75rem) /* 12px */;
|
|
26
|
-
|
|
27
|
-
padding-right: var(--sd-spacing-3, 0.75rem) /* 12px */;
|
|
28
|
-
|
|
29
|
-
font-size: var(--sd-font-size-sm, 0.875rem) /* 14px */;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.sd-1-5-5-flag--neutral-500 {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
background-color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-bg-opacity, 1)) /* Used for disabled state */;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.sd-1-5-5-flag--neutral-300 {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
background-color: rgb(var(--sd-color-neutral-300, 218 218 218) / var(--tw-bg-opacity, 1)) /* Used for flag */
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.sd-1-5-5-flag--white {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
background-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-bg-opacity, 1)) /* Default background color (light mode)
Used for inverted button */
|
|
1
|
+
/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer theme, base, components, utilities;
|
|
3
|
+
.sd-2-0-0-next-1-flag {
|
|
4
|
+
display: inline-flex;
|
|
5
|
+
height: var(--sd-spacing-8);
|
|
6
|
+
align-items: center;
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
background-color: var(--sd-color-background-neutral-200);
|
|
9
|
+
padding-inline: var(--sd-spacing-3);
|
|
10
|
+
font-size: var(--sd-text-sm);
|
|
11
|
+
line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
|
|
12
|
+
white-space: nowrap;
|
|
13
|
+
color: var(--sd-color-text-black);
|
|
59
14
|
}
|
|
15
|
+
.sd-2-0-0-next-1-flag--neutral-500 {
|
|
16
|
+
background-color: var(--sd-flag--neutral-500-color-background, var(--sd-color-neutral-500));
|
|
17
|
+
color: var(--sd-color-text-black);
|
|
18
|
+
}
|
|
19
|
+
.sd-2-0-0-next-1-flag--neutral-300 {
|
|
20
|
+
background-color: var(--sd-color-background-neutral-300);
|
|
21
|
+
}
|
|
22
|
+
.sd-2-0-0-next-1-flag--white {
|
|
23
|
+
background-color: var(--sd-color-background-white);
|
|
24
|
+
}
|
|
@@ -1,179 +1,167 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.sd-1-5-5-footnotes :target {
|
|
20
|
-
|
|
21
|
-
background-color: rgb(var(--sd-color-neutral-200, 233 233 233) / var(--tw-bg-opacity, 1)) /* Used for hover interaction */;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.sd-1-5-5-footnotes:is(ol) {
|
|
25
|
-
padding-inline-start: var(--sd-spacing-8, 2rem) /* 32px */;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.sd-1-5-5-footnotes:is(ol) li {
|
|
1
|
+
/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
3
|
+
@layer theme, base, components, utilities;
|
|
4
|
+
.sd-2-0-0-next-1-footnotes {
|
|
5
|
+
margin-block: calc(var(--sd-spacing-1) * 0);
|
|
6
|
+
padding: calc(var(--sd-spacing-1) * 0);
|
|
7
|
+
text-align: left;
|
|
8
|
+
font-size: var(--sd-text-sm);
|
|
9
|
+
line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
|
|
10
|
+
color: var(--sd-color-text-neutral-700);
|
|
11
|
+
}
|
|
12
|
+
.sd-2-0-0-next-1-footnotes :target {
|
|
13
|
+
background-color: var(--sd-color-background-neutral-200);
|
|
14
|
+
}
|
|
15
|
+
.sd-2-0-0-next-1-footnotes:is(ol) {
|
|
16
|
+
padding-inline-start: var(--sd-spacing-8);
|
|
17
|
+
}
|
|
18
|
+
.sd-2-0-0-next-1-footnotes:is(ol) li {
|
|
29
19
|
counter-increment: list-item;
|
|
30
20
|
position: relative;
|
|
31
21
|
list-style-type: none;
|
|
32
22
|
}
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
23
|
+
.sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker::before, .sd-2-0-0-next-1-footnotes:is(ol) li:has(.sd-2-0-0-next-1-footnotes--marker:nth-of-type(2))::before, .sd-2-0-0-next-1-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-1-footnotes--marker))::before {
|
|
24
|
+
position: absolute;
|
|
25
|
+
left: calc(var(--sd-spacing-8) * -1);
|
|
26
|
+
flex-shrink: 0;
|
|
27
|
+
--tw-leading: var(--leading-normal, 1.5);
|
|
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);
|
|
40
31
|
content: '[ ' counter(list-item) ' ]';
|
|
41
32
|
padding-top: 1px;
|
|
42
33
|
font-size: 10px;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.sd-1-5-5-footnotes:is(ol) li .sd-1-5-5-footnotes--marker::after, .sd-1-5-5-footnotes:is(ol) li:has(.sd-1-5-5-footnotes--marker:nth-of-type(2))::after, .sd-1-5-5-footnotes:is(ol) li:not(:has(.sd-1-5-5-footnotes--marker))::after {
|
|
34
|
+
}
|
|
35
|
+
.sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker::after, .sd-2-0-0-next-1-footnotes:is(ol) li:has(.sd-2-0-0-next-1-footnotes--marker:nth-of-type(2))::after, .sd-2-0-0-next-1-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-1-footnotes--marker))::after {
|
|
46
36
|
content: none;
|
|
47
37
|
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
display: inline-block;
|
|
38
|
+
.sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker .sd-2-0-0-next-1-footnotes--marker, .sd-2-0-0-next-1-footnotes:is(ol) li:has(.sd-2-0-0-next-1-footnotes--marker:nth-of-type(2)) .sd-2-0-0-next-1-footnotes--marker, .sd-2-0-0-next-1-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-1-footnotes--marker)) .sd-2-0-0-next-1-footnotes--marker {
|
|
39
|
+
display: inline-block;
|
|
51
40
|
counter-increment: footnotes-multiple;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
41
|
+
}
|
|
42
|
+
.sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker .sd-2-0-0-next-1-footnotes--marker::before, .sd-2-0-0-next-1-footnotes:is(ol) li:has(.sd-2-0-0-next-1-footnotes--marker:nth-of-type(2)) .sd-2-0-0-next-1-footnotes--marker::before, .sd-2-0-0-next-1-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-1-footnotes--marker)) .sd-2-0-0-next-1-footnotes--marker::before {
|
|
43
|
+
position: relative;
|
|
44
|
+
left: calc(var(--sd-spacing-1) * 0);
|
|
45
|
+
vertical-align: super;
|
|
46
|
+
--tw-leading: var(--leading-normal, 1.5);
|
|
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);
|
|
60
50
|
content: counter(footnotes-multiple, lower-alpha);
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
.sd-1-5-5-footnotes:is(ul) {
|
|
51
|
+
}
|
|
52
|
+
.sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker {
|
|
53
|
+
bottom: calc(var(--sd-spacing-1) * 0);
|
|
54
|
+
display: block;
|
|
55
|
+
}
|
|
56
|
+
.sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker:focus-visible {
|
|
57
|
+
outline-style: var(--tw-outline-style);
|
|
58
|
+
outline-width: 0px;
|
|
59
|
+
}
|
|
60
|
+
.sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker:focus-visible::before {
|
|
61
|
+
border-radius: var(--sd-radius);
|
|
62
|
+
outline-width: 1px;
|
|
63
|
+
outline-style: var(--tw-outline-style);
|
|
64
|
+
outline-width: 2px;
|
|
65
|
+
outline-offset: 2px;
|
|
66
|
+
outline-color: var(--sd-border-color-primary, var(--sd-color-primary));
|
|
67
|
+
}
|
|
68
|
+
.sd-2-0-0-next-1-footnotes:is(ul) {
|
|
81
69
|
list-style: '';
|
|
82
70
|
}
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
background-color: rgb(var(--sd-color-primary-800, 5 21 48) / var(--tw-bg-opacity, 1)) /* Used for pressed interaction */;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.sd-1-5-5-footnotes--marker {
|
|
113
|
-
position: relative;
|
|
114
|
-
bottom: var(--sd-spacing-2, 0.5rem) /* 8px */;
|
|
115
|
-
display: inline-block;
|
|
116
|
-
white-space: nowrap;
|
|
117
|
-
font-weight: 700;
|
|
118
|
-
text-decoration-line: none !important;
|
|
71
|
+
.sd-2-0-0-next-1-footnotes--inverted {
|
|
72
|
+
color: var(--sd-color-text-primary-400);
|
|
73
|
+
}
|
|
74
|
+
.sd-2-0-0-next-1-footnotes--inverted :target {
|
|
75
|
+
background-color: var(--sd-footnotes--target--inverted-color-background, var(--sd-color-primary-800));
|
|
76
|
+
}
|
|
77
|
+
.sd-2-0-0-next-1-footnotes--inverted .sd-2-0-0-next-1-footnotes--marker::before {
|
|
78
|
+
color: var(--sd-color-text-white);
|
|
79
|
+
outline-color: var(--color-white, #fff) !important;
|
|
80
|
+
}
|
|
81
|
+
.sd-2-0-0-next-1-footnotes--inverted:is(.sd-2-0-0-next-1-footnotes--marker) {
|
|
82
|
+
color: var(--sd-color-text-white) !important;
|
|
83
|
+
outline-color: var(--color-white, #fff) !important;
|
|
84
|
+
}
|
|
85
|
+
.sd-2-0-0-next-1-footnotes--inverted:is(.sd-2-0-0-next-1-footnotes--marker):target {
|
|
86
|
+
background-color: var(--sd-footnotes--target--inverted-color-background, var(--sd-color-primary-800));
|
|
87
|
+
}
|
|
88
|
+
.sd-2-0-0-next-1-footnotes--marker {
|
|
89
|
+
position: relative;
|
|
90
|
+
bottom: var(--sd-spacing-2);
|
|
91
|
+
display: inline-block;
|
|
92
|
+
--tw-font-weight: var(--sd-font-weight-bold);
|
|
93
|
+
font-weight: var(--sd-font-weight-bold);
|
|
94
|
+
white-space: nowrap;
|
|
95
|
+
text-decoration-line: none !important;
|
|
119
96
|
font-size: x-small;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.sd-1-5-5-footnotes--marker:not(:has(a))::before {
|
|
97
|
+
}
|
|
98
|
+
.sd-2-0-0-next-1-footnotes--marker:target {
|
|
99
|
+
background-color: var(--sd-color-background-neutral-200);
|
|
100
|
+
}
|
|
101
|
+
.sd-2-0-0-next-1-footnotes--marker:not(:has(a))::before {
|
|
128
102
|
content: '[ ';
|
|
129
103
|
display: inline-block;
|
|
130
104
|
}
|
|
131
|
-
|
|
132
|
-
.sd-1-5-5-footnotes--marker:not(:has(a))::after {
|
|
105
|
+
.sd-2-0-0-next-1-footnotes--marker:not(:has(a))::after {
|
|
133
106
|
content: ' ]';
|
|
134
107
|
display: inline-block;
|
|
135
108
|
}
|
|
136
|
-
|
|
137
|
-
.sd-1-5-5-footnotes--marker :is(a) {
|
|
109
|
+
.sd-2-0-0-next-1-footnotes--marker :is(a) {
|
|
138
110
|
display: inline-block;
|
|
111
|
+
--tw-font-weight: var(--sd-font-weight-bold);
|
|
112
|
+
font-weight: var(--sd-font-weight-bold);
|
|
139
113
|
white-space: nowrap;
|
|
140
|
-
font-weight: 700;
|
|
141
114
|
text-decoration-line: none !important;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.sd-1-5-5-footnotes--marker :is(a)::before {
|
|
115
|
+
}
|
|
116
|
+
.sd-2-0-0-next-1-footnotes--marker :is(a)::before {
|
|
145
117
|
content: '[ ';
|
|
146
118
|
display: inline-block;
|
|
147
119
|
}
|
|
148
|
-
|
|
149
|
-
.sd-1-5-5-footnotes--marker :is(a)::after {
|
|
120
|
+
.sd-2-0-0-next-1-footnotes--marker :is(a)::after {
|
|
150
121
|
content: ' ]';
|
|
151
122
|
display: inline-block;
|
|
152
123
|
}
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
.sd-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
.sd-1-5-5-footnotes--marker:focus-visible {
|
|
174
|
-
border-radius: var(--sd-border-radius-default, 0.25rem) /* 4px Default radius for buttons */;
|
|
175
|
-
outline-style: solid;
|
|
124
|
+
.sd-2-0-0-next-1-footnotes--marker :is(a):focus-visible {
|
|
125
|
+
border-radius: var(--sd-radius);
|
|
126
|
+
outline-width: 1px;
|
|
127
|
+
outline-style: var(--tw-outline-style);
|
|
128
|
+
outline-width: 2px;
|
|
129
|
+
outline-offset: 2px;
|
|
130
|
+
outline-color: var(--sd-border-color-primary, var(--sd-color-primary));
|
|
131
|
+
}
|
|
132
|
+
.sd-2-0-0-next-1-footnotes--marker :is(a):link {
|
|
133
|
+
color: var(--sd-color-text-primary);
|
|
134
|
+
}
|
|
135
|
+
.sd-2-0-0-next-1-footnotes--marker:link, .sd-2-0-0-next-1-footnotes--marker:visited {
|
|
136
|
+
color: var(--sd-color-text-primary);
|
|
137
|
+
}
|
|
138
|
+
.sd-2-0-0-next-1-footnotes--marker:focus-visible {
|
|
139
|
+
border-radius: var(--sd-radius);
|
|
140
|
+
outline-width: 1px;
|
|
141
|
+
outline-style: var(--tw-outline-style);
|
|
176
142
|
outline-width: 2px;
|
|
177
143
|
outline-offset: 2px;
|
|
178
|
-
outline-color:
|
|
144
|
+
outline-color: var(--sd-border-color-primary, var(--sd-color-primary));
|
|
145
|
+
}
|
|
146
|
+
@property --tw-leading {
|
|
147
|
+
syntax: "*";
|
|
148
|
+
inherits: false;
|
|
149
|
+
}
|
|
150
|
+
@property --tw-font-weight {
|
|
151
|
+
syntax: "*";
|
|
152
|
+
inherits: false;
|
|
153
|
+
}
|
|
154
|
+
@property --tw-outline-style {
|
|
155
|
+
syntax: "*";
|
|
156
|
+
inherits: false;
|
|
157
|
+
initial-value: solid;
|
|
158
|
+
}
|
|
159
|
+
@layer properties {
|
|
160
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
161
|
+
*, ::before, ::after, ::backdrop {
|
|
162
|
+
--tw-leading: initial;
|
|
163
|
+
--tw-font-weight: initial;
|
|
164
|
+
--tw-outline-style: solid;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
179
167
|
}
|