@solid-design-system/styles 7.0.0 → 7.0.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 +3 -43
- 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-versioned/modules/chip.css +21 -21
- package/dist-versioned/modules/container.css +28 -28
- package/dist-versioned/modules/copyright.css +6 -6
- package/dist-versioned/modules/display.css +6 -6
- package/dist-versioned/modules/footnotes.css +28 -28
- package/dist-versioned/modules/headline.css +30 -30
- package/dist-versioned/modules/hidden-links.css +4 -4
- package/dist-versioned/modules/interactive.css +16 -16
- package/dist-versioned/modules/leadtext.css +3 -3
- package/dist-versioned/modules/list.css +30 -30
- package/dist-versioned/modules/mark.css +1 -1
- package/dist-versioned/modules/media.css +4 -4
- package/dist-versioned/modules/meta.css +7 -7
- package/dist-versioned/modules/pagination.css +61 -61
- package/dist-versioned/modules/paragraph.css +3 -3
- package/dist-versioned/modules/prose.css +125 -125
- package/dist-versioned/modules/status-badge.css +6 -6
- package/dist-versioned/modules/table-cell.css +16 -16
- package/dist-versioned/modules/table.css +2 -2
- package/dist-versioned/solid-styles.css +287 -287
- package/package.json +1 -1
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
|
-
.sd-7-0-
|
|
4
|
+
.sd-7-0-1-pagination > :not(ul) {
|
|
5
5
|
position: absolute;
|
|
6
6
|
height: var(--sd-spacing-0\.25, 0.0625rem);
|
|
7
7
|
width: var(--sd-spacing-0\.25, 0.0625rem);
|
|
8
8
|
overflow: hidden;
|
|
9
9
|
}
|
|
10
|
-
.sd-7-0-
|
|
10
|
+
.sd-7-0-1-pagination ul {
|
|
11
11
|
display: flex;
|
|
12
12
|
align-items: center;
|
|
13
13
|
gap: var(--sd-spacing-2, 0.5rem);
|
|
14
14
|
}
|
|
15
|
-
.sd-7-0-
|
|
15
|
+
.sd-7-0-1-pagination ul li button {
|
|
16
16
|
all: unset;
|
|
17
17
|
border-style: var(--tw-border-style);
|
|
18
18
|
border-width: 0px;
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
border-style: solid;
|
|
21
21
|
border-color: transparent;
|
|
22
22
|
}
|
|
23
|
-
.sd-7-0-
|
|
23
|
+
.sd-7-0-1-pagination ul li button:hover:not([disabled]) {
|
|
24
24
|
cursor: pointer;
|
|
25
25
|
}
|
|
26
|
-
.sd-7-0-
|
|
26
|
+
.sd-7-0-1-pagination ul li:has(button) {
|
|
27
27
|
height: 1.875rem;
|
|
28
28
|
}
|
|
29
|
-
.sd-7-0-
|
|
29
|
+
.sd-7-0-1-pagination ul li a, .sd-7-0-1-pagination ul li button {
|
|
30
30
|
display: flex;
|
|
31
31
|
align-items: center;
|
|
32
32
|
justify-content: center;
|
|
@@ -36,30 +36,30 @@
|
|
|
36
36
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
|
|
37
37
|
transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
|
|
38
38
|
}
|
|
39
|
-
.sd-7-0-
|
|
39
|
+
.sd-7-0-1-pagination ul li a:hover:not([disabled]), .sd-7-0-1-pagination ul li button:hover:not([disabled]) {
|
|
40
40
|
color: rgba(var(--sd-color-text-primary-500, 70 109 175));
|
|
41
41
|
}
|
|
42
|
-
.sd-7-0-
|
|
42
|
+
.sd-7-0-1-pagination ul li a:active:not([disabled]), .sd-7-0-1-pagination ul li button:active:not([disabled]) {
|
|
43
43
|
color: rgba(var(--sd-color-text-primary-800, 5 21 48));
|
|
44
44
|
}
|
|
45
|
-
.sd-7-0-
|
|
45
|
+
.sd-7-0-1-pagination ul li a:focus-visible, .sd-7-0-1-pagination ul li button:focus-visible {
|
|
46
46
|
outline-width: 1px;
|
|
47
47
|
outline-style: var(--tw-outline-style);
|
|
48
48
|
outline-width: 2px;
|
|
49
49
|
outline-offset: 2px;
|
|
50
50
|
outline-color: rgba(var(--sd-color-border-primary, var(--sd-color-primary, 0 53 142)));
|
|
51
51
|
}
|
|
52
|
-
.sd-7-0-
|
|
52
|
+
.sd-7-0-1-pagination ul li:first-child, .sd-7-0-1-pagination ul li:last-child {
|
|
53
53
|
height: var(--sd-spacing-12, 3rem);
|
|
54
54
|
width: var(--sd-spacing-12, 3rem);
|
|
55
55
|
font-size: var(--sd-text-xl, 1.5rem);
|
|
56
56
|
line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
|
|
57
57
|
}
|
|
58
|
-
.sd-7-0-
|
|
58
|
+
.sd-7-0-1-pagination ul li:first-child a, .sd-7-0-1-pagination ul li:first-child button, .sd-7-0-1-pagination ul li:last-child a, .sd-7-0-1-pagination ul li:last-child button {
|
|
59
59
|
height: 100%;
|
|
60
60
|
width: 100%;
|
|
61
61
|
}
|
|
62
|
-
.sd-7-0-
|
|
62
|
+
.sd-7-0-1-pagination ul li {
|
|
63
63
|
display: flex;
|
|
64
64
|
height: var(--sd-spacing-8, 2rem);
|
|
65
65
|
width: var(--sd-spacing-8, 2rem);
|
|
@@ -67,124 +67,124 @@
|
|
|
67
67
|
justify-content: center;
|
|
68
68
|
text-align: center;
|
|
69
69
|
}
|
|
70
|
-
.sd-7-0-
|
|
70
|
+
.sd-7-0-1-pagination ul li:not(:first-child):not(:last-child) a, .sd-7-0-1-pagination ul li:not(:first-child):not(:last-child) button {
|
|
71
71
|
height: 100%;
|
|
72
72
|
width: 100%;
|
|
73
73
|
border-bottom-style: var(--tw-border-style);
|
|
74
74
|
border-bottom-width: var(--sd-border-width-2, 0.125rem);
|
|
75
75
|
border-bottom-color: transparent;
|
|
76
76
|
}
|
|
77
|
-
.sd-7-0-
|
|
77
|
+
.sd-7-0-1-pagination ul li:not(:first-child):not(:last-child) a[aria-current], .sd-7-0-1-pagination ul li:not(:first-child):not(:last-child) button[aria-current] {
|
|
78
78
|
border-color: rgba(var(--sd-pagination--default-border, 45 157 0));
|
|
79
79
|
}
|
|
80
|
-
.sd-7-0-
|
|
80
|
+
.sd-7-0-1-pagination ul li a[aria-current], .sd-7-0-1-pagination ul li button[aria-current] {
|
|
81
81
|
color: rgba(var(--sd-color-text-black, 24 24 24));
|
|
82
82
|
}
|
|
83
|
-
.sd-7-0-
|
|
83
|
+
.sd-7-0-1-pagination ul li a[aria-current]:hover:not([disabled]), .sd-7-0-1-pagination ul li button[aria-current]:hover:not([disabled]) {
|
|
84
84
|
color: rgba(var(--sd-color-text-black, 24 24 24));
|
|
85
85
|
}
|
|
86
|
-
.sd-7-0-
|
|
86
|
+
.sd-7-0-1-pagination ul li:first-child:has(a:not([href])) a, .sd-7-0-1-pagination ul li:last-child:has(a:not([href])) a, .sd-7-0-1-pagination ul li:first-child:has(button[disabled]) button, .sd-7-0-1-pagination ul li:last-child:has(button[disabled]) button {
|
|
87
87
|
cursor: not-allowed;
|
|
88
88
|
color: rgba(var(--sd-form-control--disabled-color-text, 174 174 174));
|
|
89
89
|
}
|
|
90
|
-
.sd-7-0-
|
|
90
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) {
|
|
91
91
|
pointer-events: none;
|
|
92
92
|
position: absolute;
|
|
93
93
|
}
|
|
94
|
-
.sd-7-0-
|
|
94
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) a, .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) button {
|
|
95
95
|
display: none;
|
|
96
96
|
}
|
|
97
|
-
.sd-7-0-
|
|
97
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(+ li + li a[aria-current], + li + li button[aria-current]), .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(a[aria-current], button[aria-current]) + li + li:not(:last-child) {
|
|
98
98
|
pointer-events: auto !important;
|
|
99
99
|
position: relative !important;
|
|
100
100
|
}
|
|
101
|
-
.sd-7-0-
|
|
101
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(+ li + li a[aria-current], + li + li button[aria-current])::after, .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(a[aria-current], button[aria-current]) + li + li:not(:last-child)::after {
|
|
102
102
|
--tw-content: '...';
|
|
103
103
|
content: var(--tw-content);
|
|
104
104
|
}
|
|
105
|
-
.sd-7-0-
|
|
105
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2), .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2), .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):has( + li a[aria-current], + li button[aria-current]), .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):has( a[aria-current], button[aria-current]) + li {
|
|
106
106
|
pointer-events: auto !important;
|
|
107
107
|
position: relative !important;
|
|
108
108
|
}
|
|
109
|
-
.sd-7-0-
|
|
109
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2)::after, .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2)::after, .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):has( + li a[aria-current], + li button[aria-current])::after, .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):has( a[aria-current], button[aria-current]) + li::after {
|
|
110
110
|
content: var(--tw-content);
|
|
111
111
|
display: none !important;
|
|
112
112
|
}
|
|
113
|
-
.sd-7-0-
|
|
113
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2) a, .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2) button, .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2) a, .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2) button, .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):has( + li a[aria-current], + li button[aria-current]) a, .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):has( + li a[aria-current], + li button[aria-current]) button, .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):has( a[aria-current], button[aria-current]) + li a, .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):has( a[aria-current], button[aria-current]) + li button {
|
|
114
114
|
display: flex !important;
|
|
115
115
|
}
|
|
116
|
-
.sd-7-0-
|
|
116
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6) {
|
|
117
117
|
pointer-events: auto;
|
|
118
118
|
position: relative;
|
|
119
119
|
}
|
|
120
|
-
.sd-7-0-
|
|
120
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6)::after {
|
|
121
121
|
content: var(--tw-content);
|
|
122
122
|
display: none;
|
|
123
123
|
}
|
|
124
|
-
.sd-7-0-
|
|
124
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6) a, .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6) button {
|
|
125
125
|
display: flex;
|
|
126
126
|
}
|
|
127
|
-
.sd-7-0-
|
|
127
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(6):not(:last-child) + li {
|
|
128
128
|
pointer-events: none;
|
|
129
129
|
position: relative;
|
|
130
130
|
}
|
|
131
|
-
.sd-7-0-
|
|
131
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(6):not(:last-child) + li::after {
|
|
132
132
|
--tw-content: '...';
|
|
133
133
|
content: var(--tw-content);
|
|
134
134
|
}
|
|
135
|
-
.sd-7-0-
|
|
135
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current]) {
|
|
136
136
|
pointer-events: auto;
|
|
137
137
|
position: relative;
|
|
138
138
|
}
|
|
139
|
-
.sd-7-0-
|
|
139
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current])::after {
|
|
140
140
|
content: var(--tw-content);
|
|
141
141
|
display: none;
|
|
142
142
|
}
|
|
143
|
-
.sd-7-0-
|
|
143
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current]) a, .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current]) button {
|
|
144
144
|
display: flex;
|
|
145
145
|
}
|
|
146
|
-
.sd-7-0-
|
|
146
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child) {
|
|
147
147
|
pointer-events: auto;
|
|
148
148
|
position: relative;
|
|
149
149
|
}
|
|
150
|
-
.sd-7-0-
|
|
150
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child)::after {
|
|
151
151
|
content: var(--tw-content);
|
|
152
152
|
display: none;
|
|
153
153
|
}
|
|
154
|
-
.sd-7-0-
|
|
154
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child) a, .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child) button {
|
|
155
155
|
display: flex;
|
|
156
156
|
}
|
|
157
|
-
.sd-7-0-
|
|
157
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has( ~ :nth-last-child(-n + 5) a[aria-current], ~ :nth-last-child(-n + 5) button[aria-current] ) {
|
|
158
158
|
pointer-events: auto;
|
|
159
159
|
position: relative;
|
|
160
160
|
}
|
|
161
|
-
.sd-7-0-
|
|
161
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has( ~ :nth-last-child(-n + 5) a[aria-current], ~ :nth-last-child(-n + 5) button[aria-current] )::after {
|
|
162
162
|
content: var(--tw-content);
|
|
163
163
|
display: none;
|
|
164
164
|
}
|
|
165
|
-
.sd-7-0-
|
|
165
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has( ~ :nth-last-child(-n + 5) a[aria-current], ~ :nth-last-child(-n + 5) button[aria-current] ) a, .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has( ~ :nth-last-child(-n + 5) a[aria-current], ~ :nth-last-child(-n + 5) button[aria-current] ) button {
|
|
166
166
|
display: flex;
|
|
167
167
|
}
|
|
168
|
-
.sd-7-0-
|
|
168
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(7):has( ~ :nth-last-child(-n + 5) a[aria-current], ~ :nth-last-child(-n + 5) button[aria-current] ) {
|
|
169
169
|
pointer-events: none;
|
|
170
170
|
position: relative;
|
|
171
171
|
}
|
|
172
|
-
.sd-7-0-
|
|
172
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(7):has( ~ :nth-last-child(-n + 5) a[aria-current], ~ :nth-last-child(-n + 5) button[aria-current] )::after {
|
|
173
173
|
--tw-content: '...';
|
|
174
174
|
content: var(--tw-content);
|
|
175
175
|
}
|
|
176
|
-
.sd-7-0-
|
|
176
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li {
|
|
177
177
|
pointer-events: auto;
|
|
178
178
|
position: relative;
|
|
179
179
|
}
|
|
180
|
-
.sd-7-0-
|
|
180
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li::after {
|
|
181
181
|
content: var(--tw-content);
|
|
182
182
|
display: none;
|
|
183
183
|
}
|
|
184
|
-
.sd-7-0-
|
|
184
|
+
.sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li a, .sd-7-0-1-pagination:not(.sd-7-0-1-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li button {
|
|
185
185
|
display: flex;
|
|
186
186
|
}
|
|
187
|
-
.sd-7-0-
|
|
187
|
+
.sd-7-0-1-pagination--simple ul li:nth-child(2) {
|
|
188
188
|
position: relative;
|
|
189
189
|
margin-inline-end: calc(var(--sd-spacing-1, 0.25rem) * 5);
|
|
190
190
|
width: var(--sd-spacing-8, 2rem);
|
|
@@ -192,64 +192,64 @@
|
|
|
192
192
|
border-bottom-width: var(--sd-border-width-2, 0.125rem);
|
|
193
193
|
border-color: rgba(var(--sd-pagination--default-border, 45 157 0));
|
|
194
194
|
}
|
|
195
|
-
.sd-7-0-
|
|
195
|
+
.sd-7-0-1-pagination--simple ul li:nth-child(2)::after {
|
|
196
196
|
content: var(--tw-content);
|
|
197
197
|
position: absolute;
|
|
198
198
|
}
|
|
199
|
-
.sd-7-0-
|
|
199
|
+
.sd-7-0-1-pagination--simple ul li:nth-child(2)::after {
|
|
200
200
|
content: var(--tw-content);
|
|
201
201
|
right: calc(18px * -1);
|
|
202
202
|
}
|
|
203
|
-
.sd-7-0-
|
|
203
|
+
.sd-7-0-1-pagination--simple ul li:nth-child(2)::after {
|
|
204
204
|
content: var(--tw-content);
|
|
205
205
|
--tw-scale-y: 1.5;
|
|
206
206
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
207
207
|
}
|
|
208
|
-
.sd-7-0-
|
|
208
|
+
.sd-7-0-1-pagination--simple ul li:nth-child(2)::after {
|
|
209
209
|
--tw-content: '/';
|
|
210
210
|
content: var(--tw-content);
|
|
211
211
|
}
|
|
212
|
-
.sd-7-0-
|
|
212
|
+
.sd-7-0-1-pagination--simple ul li:nth-child(2){
|
|
213
213
|
border-bottom-style: solid;
|
|
214
214
|
}
|
|
215
|
-
.sd-7-0-
|
|
215
|
+
.sd-7-0-1-pagination--simple ul li:nth-last-child(2) {
|
|
216
216
|
border-bottom-style: var(--tw-border-style);
|
|
217
217
|
border-bottom-width: var(--sd-border-width-2, 0.125rem);
|
|
218
218
|
border-bottom-color: transparent;
|
|
219
219
|
}
|
|
220
|
-
.sd-7-0-
|
|
220
|
+
.sd-7-0-1-pagination--inverted ul li::after {
|
|
221
221
|
content: var(--tw-content);
|
|
222
222
|
color: rgba(var(--sd-color-text-white, 255 255 255));
|
|
223
223
|
}
|
|
224
|
-
.sd-7-0-
|
|
224
|
+
.sd-7-0-1-pagination--inverted ul li:first-child:has(a:not([href])) a, .sd-7-0-1-pagination--inverted ul li:last-child:has(a:not([href])) a, .sd-7-0-1-pagination--inverted ul li:first-child:has(button[disabled]) button, .sd-7-0-1-pagination--inverted ul li:last-child:has(button[disabled]) button {
|
|
225
225
|
color: rgba(var(--sd-color-text-neutral-600, 136 136 136));
|
|
226
226
|
}
|
|
227
|
-
.sd-7-0-
|
|
227
|
+
.sd-7-0-1-pagination--inverted ul li:first-child:has(a:not([href])) a:hover:not([disabled]), .sd-7-0-1-pagination--inverted ul li:last-child:has(a:not([href])) a:hover:not([disabled]), .sd-7-0-1-pagination--inverted ul li:first-child:has(button[disabled]) button:hover:not([disabled]), .sd-7-0-1-pagination--inverted ul li:last-child:has(button[disabled]) button:hover:not([disabled]) {
|
|
228
228
|
color: rgba(var(--sd-color-text-neutral-600, 136 136 136));
|
|
229
229
|
}
|
|
230
|
-
.sd-7-0-
|
|
230
|
+
.sd-7-0-1-pagination--inverted ul li a, .sd-7-0-1-pagination--inverted ul li a[aria-current], .sd-7-0-1-pagination--inverted ul li button, .sd-7-0-1-pagination--inverted ul li button[aria-current] {
|
|
231
231
|
color: rgba(var(--sd-color-text-white, 255 255 255));
|
|
232
232
|
}
|
|
233
|
-
.sd-7-0-
|
|
233
|
+
.sd-7-0-1-pagination--inverted ul li a:hover:not([disabled]), .sd-7-0-1-pagination--inverted ul li a[aria-current]:hover:not([disabled]), .sd-7-0-1-pagination--inverted ul li button:hover:not([disabled]), .sd-7-0-1-pagination--inverted ul li button[aria-current]:hover:not([disabled]) {
|
|
234
234
|
color: rgba(var(--sd-color-text-primary-200, 224 233 243));
|
|
235
235
|
}
|
|
236
|
-
.sd-7-0-
|
|
236
|
+
.sd-7-0-1-pagination--inverted ul li a:active:not([disabled]), .sd-7-0-1-pagination--inverted ul li a[aria-current]:active:not([disabled]), .sd-7-0-1-pagination--inverted ul li button:active:not([disabled]), .sd-7-0-1-pagination--inverted ul li button[aria-current]:active:not([disabled]) {
|
|
237
237
|
color: rgba(var(--sd-color-text-primary-400, 153 171 208));
|
|
238
238
|
}
|
|
239
|
-
.sd-7-0-
|
|
239
|
+
.sd-7-0-1-pagination--inverted ul li a:focus-visible, .sd-7-0-1-pagination--inverted ul li a[aria-current]:focus-visible, .sd-7-0-1-pagination--inverted ul li button:focus-visible, .sd-7-0-1-pagination--inverted ul li button[aria-current]:focus-visible {
|
|
240
240
|
outline-color: rgba(var(--sd-color-border-white, var(--sd-color-white, 255 255 255)));
|
|
241
241
|
}
|
|
242
|
-
.sd-7-0-
|
|
242
|
+
.sd-7-0-1-pagination--inverted ul li:not(:first-child):not(:last-child) a[aria-current], .sd-7-0-1-pagination--inverted ul li:not(:first-child):not(:last-child) button[aria-current] {
|
|
243
243
|
border-color: rgba(var(--sd-pagination--inverted-border, 45 157 0));
|
|
244
244
|
}
|
|
245
|
-
.sd-7-0-
|
|
245
|
+
.sd-7-0-1-pagination--inverted.sd-7-0-1-pagination--simple ul li {
|
|
246
246
|
color: rgba(var(--sd-color-text-white, 255 255 255));
|
|
247
247
|
}
|
|
248
|
-
.sd-7-0-
|
|
248
|
+
.sd-7-0-1-pagination--inverted.sd-7-0-1-pagination--simple ul li::after {
|
|
249
249
|
content: var(--tw-content);
|
|
250
250
|
color: rgba(var(--sd-color-text-white, 255 255 255));
|
|
251
251
|
}
|
|
252
|
-
.sd-7-0-
|
|
252
|
+
.sd-7-0-1-pagination--inverted.sd-7-0-1-pagination--simple ul li:nth-child(2) {
|
|
253
253
|
border-color: rgba(var(--sd-pagination--inverted-border, 45 157 0));
|
|
254
254
|
}
|
|
255
255
|
@property --tw-border-style {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
|
-
.sd-7-0-
|
|
4
|
+
.sd-7-0-1-paragraph, .sd-7-0-1-prose p {
|
|
5
5
|
font-size: var(--sd-text-base, 1rem);
|
|
6
6
|
line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
|
|
7
7
|
--tw-leading: var(--leading-normal, 1.5);
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
font-weight: var(--sd-font-weight-normal, 400);
|
|
11
11
|
color: rgba(var(--sd-color-text-black, 24 24 24));
|
|
12
12
|
}
|
|
13
|
-
.sd-7-0-
|
|
13
|
+
.sd-7-0-1-paragraph--size-sm, .sd-7-0-1-prose p--size-sm {
|
|
14
14
|
font-size: var(--sd-text-sm, 0.875rem);
|
|
15
15
|
line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
|
|
16
16
|
--tw-leading: var(--leading-normal, 1.5);
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
font-weight: var(--sd-font-weight-normal, 400);
|
|
20
20
|
color: rgba(var(--sd-color-text-black, 24 24 24));
|
|
21
21
|
}
|
|
22
|
-
.sd-7-0-
|
|
22
|
+
.sd-7-0-1-paragraph--inverted, .sd-7-0-1-prose--inverted p {
|
|
23
23
|
color: rgba(var(--sd-color-text-white, 255 255 255));
|
|
24
24
|
}
|
|
25
25
|
@property --tw-leading {
|