@digigov/css 0.38.3 → 1.0.0-blabla-test
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/defaultTheme/misc.json +1 -1
- package/defaultTheme/typography.json +7 -7
- package/dist/base/index.css +2 -2
- package/dist/base.js +1 -1
- package/dist/components.js +1 -1
- package/dist/digigov.css +4 -4
- package/dist/utilities/index.css +1 -1
- package/dist/utilities.js +1 -1
- package/package.json +4 -4
- package/src/components/accessibility-menu.css +3 -6
- package/src/components/accordion.css +8 -7
- package/src/components/admin-header.css +0 -6
- package/src/components/admin-layout.css +1 -37
- package/src/components/autocomplete.css +33 -45
- package/src/components/bottom-info.css +2 -4
- package/src/components/breadcrumbs.css +12 -12
- package/src/components/button.css +12 -10
- package/src/components/card.css +41 -43
- package/src/components/checkboxes.css +2 -10
- package/src/components/chip.css +48 -0
- package/src/components/copy-to-clipboard.css +10 -12
- package/src/components/details.css +5 -6
- package/src/components/drawer.css +4 -4
- package/src/components/dropdown.css +26 -34
- package/src/components/filter.css +7 -39
- package/src/components/footer.css +1 -4
- package/src/components/form.css +54 -43
- package/src/components/full-page-background.css +0 -3
- package/src/components/header.css +35 -34
- package/src/components/index.css +2 -3
- package/src/components/kitchensink.css +2 -2
- package/src/components/layout.css +9 -6
- package/src/components/loader.css +11 -12
- package/src/components/misc.css +9 -12
- package/src/components/modal.css +7 -6
- package/src/components/nav.css +5 -44
- package/src/components/notification-banner.css +8 -8
- package/src/components/pagination.css +20 -8
- package/src/components/phase-banner.css +13 -10
- package/src/components/radios.css +9 -1
- package/src/components/skiplink.css +6 -7
- package/src/components/stepnav.css +56 -62
- package/src/components/summary-list.css +25 -32
- package/src/components/svg-icons.css +90 -49
- package/src/components/table.css +111 -59
- package/src/components/tabs.css +7 -12
- package/src/components/task-list.css +11 -10
- package/src/components/timeline.css +9 -7
- package/src/components/typography.css +61 -47
- package/src/pages/admin-filtering-data.js +21 -21
- package/src/pages/admin.js +9 -9
- package/src/pages/dropdown.js +27 -27
- package/src/pages/form.js +26 -26
- package/src/pages/headings/service-heading.js +7 -7
- package/src/pages/index.js +23 -23
- package/src/pages/pagination.js +6 -6
- package/src/pages/table.js +15 -15
- package/src/utilities/index.css +0 -33
- package/src/utilities/utilities.css +0 -33
- package/src/components/admin-footer.css +0 -3
- package/src/components/admin-form.css +0 -5
- package/src/components/cookie.css +0 -3
package/src/components/table.css
CHANGED
|
@@ -1,24 +1,20 @@
|
|
|
1
|
-
/* don't use the .example class */
|
|
2
|
-
.example {
|
|
3
|
-
@apply px-5 py-5;
|
|
4
|
-
}
|
|
5
1
|
.govgr-table__caption {
|
|
6
2
|
@apply table-caption text-left font-bold;
|
|
7
3
|
}
|
|
8
|
-
.govgr-table__caption--
|
|
4
|
+
.govgr-table__caption--sm {
|
|
9
5
|
@apply md:text-2xl text-lg font-bold mx-0 md:mb-6 mb-4 antialiased;
|
|
10
6
|
}
|
|
11
|
-
.govgr-table__caption--
|
|
7
|
+
.govgr-table__caption--md {
|
|
12
8
|
@apply md:text-3xl text-xl font-bold mx-0 md:mb-8 mb-6 antialiased;
|
|
13
9
|
}
|
|
14
|
-
.govgr-table__caption--
|
|
15
|
-
@apply md:text-4xl text-2xl font-bold mx-0
|
|
10
|
+
.govgr-table__caption--lg {
|
|
11
|
+
@apply md:text-4xl text-2xl font-bold mx-0 md:mb-9 mb-7 antialiased;
|
|
16
12
|
}
|
|
17
13
|
.govgr-table__caption--xl {
|
|
18
|
-
@apply md:text-5xl md:leading-tight text-3xl leading-tight font-bold mx-0
|
|
14
|
+
@apply md:text-5xl md:leading-tight text-3xl leading-tight font-bold mx-0 md:mb-10 mb-8 max-w-2xl antialiased;
|
|
19
15
|
}
|
|
20
16
|
.govgr-table-container {
|
|
21
|
-
@apply w-full
|
|
17
|
+
@apply w-full overflow-x-auto md:mb-10 mb-6;
|
|
22
18
|
.govgr-table {
|
|
23
19
|
@apply mb-0;
|
|
24
20
|
}
|
|
@@ -30,8 +26,22 @@
|
|
|
30
26
|
@apply w-full border-collapse table;
|
|
31
27
|
@apply md:mb-10 mb-6 text-base-content md:text-lg text-base font-normal antialiased;
|
|
32
28
|
border-spacing: 0;
|
|
29
|
+
.govgr-dropdown__content {
|
|
30
|
+
@apply mt-0;
|
|
31
|
+
}
|
|
32
|
+
.govgr-dropdown__button {
|
|
33
|
+
@apply mb-0;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
.govgr-table-sort__icons-container {
|
|
37
|
+
@apply flex flex-col;
|
|
33
38
|
}
|
|
34
|
-
|
|
39
|
+
@supports (-moz-appearance: none) {
|
|
40
|
+
.govgr-table {
|
|
41
|
+
border-collapse: unset;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
.govgr-table--vertical-lines {
|
|
35
45
|
.govgr-table__cell,
|
|
36
46
|
.govgr-table__header {
|
|
37
47
|
@apply border-l border-r border-solid border-base-300 px-4;
|
|
@@ -40,33 +50,8 @@
|
|
|
40
50
|
@apply border-t border-base-300 text-base-content !important;
|
|
41
51
|
}
|
|
42
52
|
}
|
|
43
|
-
.govgr-table__header {
|
|
44
|
-
.govgr-dropdown__button {
|
|
45
|
-
@apply no-underline font-bold text-base-content !important;
|
|
46
|
-
}
|
|
47
|
-
.govgr-dropdown__button--underline:not(:focus) {
|
|
48
|
-
@apply underline !important;
|
|
49
|
-
text-decoration-thickness: 2px !important;
|
|
50
|
-
}
|
|
51
|
-
.govgr-dropdown__content {
|
|
52
|
-
@apply py-0;
|
|
53
|
-
}
|
|
54
|
-
.govgr-vertical-nav__item {
|
|
55
|
-
@apply flex font-normal no-underline;
|
|
56
|
-
}
|
|
57
|
-
.govgr-vertical-nav__item--active:not(:focus) {
|
|
58
|
-
@apply bg-base-200 font-normal !important;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
.govgr-table__body {
|
|
62
|
-
@apply relative;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
53
|
@supports (-moz-appearance: none) {
|
|
66
|
-
.govgr-table {
|
|
67
|
-
border-collapse: unset;
|
|
68
|
-
}
|
|
69
|
-
.govgr-table--with-vertical-lines {
|
|
54
|
+
.govgr-table--vertical-lines {
|
|
70
55
|
.govgr-table__header {
|
|
71
56
|
@apply border-t;
|
|
72
57
|
@apply border-r-0 !important;
|
|
@@ -95,7 +80,7 @@
|
|
|
95
80
|
.govgr-btn {
|
|
96
81
|
@apply mb-0;
|
|
97
82
|
}
|
|
98
|
-
.govgr-
|
|
83
|
+
.govgr-btn-group {
|
|
99
84
|
@apply mb-0;
|
|
100
85
|
}
|
|
101
86
|
}
|
|
@@ -106,12 +91,12 @@
|
|
|
106
91
|
@apply px-4 !important;
|
|
107
92
|
}
|
|
108
93
|
}
|
|
109
|
-
.govgr-table--
|
|
94
|
+
.govgr-table--vertical-lines.govgr-table--light {
|
|
110
95
|
.govgr-table__body .govgr-table__header {
|
|
111
96
|
@apply border-l border-solid border-base-300 !important;
|
|
112
97
|
}
|
|
113
98
|
}
|
|
114
|
-
.govgr-table--
|
|
99
|
+
.govgr-table--vertical-lines.govgr-table--dark {
|
|
115
100
|
.govgr-table__header {
|
|
116
101
|
@apply border-0;
|
|
117
102
|
@apply print:border;
|
|
@@ -143,12 +128,14 @@
|
|
|
143
128
|
.govgr-table__header,
|
|
144
129
|
.govgr-table__cell {
|
|
145
130
|
&:last-child {
|
|
146
|
-
@apply border-b-2
|
|
131
|
+
@apply border-b-2;
|
|
132
|
+
border-bottom-color: rgb(var(--color-base-content-rgb));
|
|
147
133
|
}
|
|
148
134
|
}
|
|
149
|
-
.govgr-table__header {
|
|
135
|
+
.govgr-table__head .govgr-table__header {
|
|
150
136
|
@apply hidden;
|
|
151
137
|
}
|
|
138
|
+
.govgr-table__body .govgr-table__header,
|
|
152
139
|
.govgr-table__cell {
|
|
153
140
|
@apply block;
|
|
154
141
|
}
|
|
@@ -157,16 +144,27 @@
|
|
|
157
144
|
@apply block font-semibold;
|
|
158
145
|
}
|
|
159
146
|
}
|
|
160
|
-
.govgr-table--stacked-
|
|
147
|
+
.govgr-table--stacked-sm {
|
|
161
148
|
.govgr-table__header,
|
|
162
149
|
.govgr-table__cell {
|
|
163
150
|
&:last-child {
|
|
164
|
-
@apply border-b-2
|
|
151
|
+
@apply border-b-2 sm:border-b;
|
|
152
|
+
border-bottom-color: rgb(var(--color-base-content-rgb));
|
|
153
|
+
|
|
165
154
|
}
|
|
166
155
|
}
|
|
167
|
-
|
|
156
|
+
@media (min-width: 640px) {
|
|
157
|
+
.govgr-table__header,
|
|
158
|
+
.govgr-table__cell {
|
|
159
|
+
&:last-child {
|
|
160
|
+
border-bottom-color: rgb(var(--color-base-300-rgb));
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
.govgr-table__head .govgr-table__header {
|
|
168
165
|
@apply hidden sm:table-cell;
|
|
169
166
|
}
|
|
167
|
+
.govgr-table__body .govgr-table__header,
|
|
170
168
|
.govgr-table__cell {
|
|
171
169
|
@apply block sm:table-cell;
|
|
172
170
|
}
|
|
@@ -180,16 +178,26 @@
|
|
|
180
178
|
}
|
|
181
179
|
}
|
|
182
180
|
}
|
|
183
|
-
.govgr-table--stacked-
|
|
181
|
+
.govgr-table--stacked-md {
|
|
184
182
|
.govgr-table__header,
|
|
185
183
|
.govgr-table__cell {
|
|
186
184
|
&:last-child {
|
|
187
|
-
@apply border-b-2
|
|
185
|
+
@apply border-b-2 md:border-b;
|
|
186
|
+
border-bottom-color: rgb(var(--color-base-content-rgb));
|
|
188
187
|
}
|
|
189
188
|
}
|
|
190
|
-
|
|
189
|
+
@media (min-width: 768px) {
|
|
190
|
+
.govgr-table__header,
|
|
191
|
+
.govgr-table__cell {
|
|
192
|
+
&:last-child {
|
|
193
|
+
border-bottom-color: rgb(var(--color-base-300-rgb));
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
.govgr-table__head .govgr-table__header {
|
|
191
198
|
@apply hidden md:table-cell;
|
|
192
199
|
}
|
|
200
|
+
.govgr-table__body .govgr-table__header,
|
|
193
201
|
.govgr-table__cell {
|
|
194
202
|
@apply block md:table-cell;
|
|
195
203
|
}
|
|
@@ -203,16 +211,8 @@
|
|
|
203
211
|
}
|
|
204
212
|
}
|
|
205
213
|
}
|
|
206
|
-
.govgr-
|
|
207
|
-
|
|
208
|
-
@apply pr-5 py-2.5 pl-0 border-b border-solid border-base-300 text-left align-middle;
|
|
209
|
-
&:last-child {
|
|
210
|
-
@apply pr-0;
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
.govgr-table__header--numeric,
|
|
214
|
-
.govgr-table__cell--numeric {
|
|
215
|
-
@apply text-right;
|
|
214
|
+
.govgr-table__body {
|
|
215
|
+
@apply relative;
|
|
216
216
|
}
|
|
217
217
|
.govgr-table__body--vertical-top {
|
|
218
218
|
.govgr-table__cell {
|
|
@@ -224,6 +224,52 @@
|
|
|
224
224
|
@apply align-bottom;
|
|
225
225
|
}
|
|
226
226
|
}
|
|
227
|
+
.govgr-table__row {
|
|
228
|
+
@apply bg-base-100;
|
|
229
|
+
}
|
|
230
|
+
.govgr-table__row--warning {
|
|
231
|
+
@apply border-l-4 border-warning;
|
|
232
|
+
.govgr-table__cell:first-child {
|
|
233
|
+
@apply pl-2;
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
.govgr-table__header {
|
|
237
|
+
.govgr-dropdown__button {
|
|
238
|
+
@apply no-underline font-bold text-base-content !important;
|
|
239
|
+
}
|
|
240
|
+
.govgr-dropdown__button--underline:not(:focus) {
|
|
241
|
+
@apply underline !important;
|
|
242
|
+
text-decoration-thickness: 2px !important;
|
|
243
|
+
}
|
|
244
|
+
.govgr-dropdown__content {
|
|
245
|
+
@apply py-0;
|
|
246
|
+
}
|
|
247
|
+
.govgr-vertical-nav__item {
|
|
248
|
+
@apply flex font-normal no-underline;
|
|
249
|
+
}
|
|
250
|
+
.govgr-vertical-nav__item--active:not(:focus) {
|
|
251
|
+
@apply bg-base-200 font-normal !important;
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
.govgr-table__cell {
|
|
255
|
+
.govgr-btn {
|
|
256
|
+
@apply mb-0;
|
|
257
|
+
}
|
|
258
|
+
.govgr-button-group {
|
|
259
|
+
@apply mb-0;
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
.govgr-table__header,
|
|
263
|
+
.govgr-table__cell {
|
|
264
|
+
@apply pr-5 py-2.5 pl-0 border-b border-solid border-base-300 text-left align-middle;
|
|
265
|
+
&:last-child {
|
|
266
|
+
@apply pr-0;
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
.govgr-table__header--numeric,
|
|
270
|
+
.govgr-table__cell--numeric {
|
|
271
|
+
@apply text-right;
|
|
272
|
+
}
|
|
227
273
|
.govgr-table__cell--numeric {
|
|
228
274
|
@apply font-normal;
|
|
229
275
|
font-feature-settings: normal;
|
|
@@ -232,11 +278,17 @@
|
|
|
232
278
|
.govgr-table__cell--no-data {
|
|
233
279
|
@apply border-b-0 pt-2.5;
|
|
234
280
|
}
|
|
281
|
+
.govgr-table--dark,
|
|
282
|
+
.govgr-table--zebra {
|
|
283
|
+
.govgr-table__header,
|
|
284
|
+
.govgr-table__cell {
|
|
285
|
+
@apply px-4 !important;
|
|
286
|
+
}
|
|
287
|
+
}
|
|
235
288
|
.govgr-table__loading {
|
|
236
289
|
@apply h-full w-full absolute right-0 left-0 flex items-center justify-center
|
|
237
290
|
bg-white bg-opacity-50 print:hidden;
|
|
238
291
|
}
|
|
239
|
-
|
|
240
292
|
@supports (
|
|
241
293
|
(-webkit-backdrop-filter: blur(0.6px)) or (backdrop-filter: blur(0.6px))
|
|
242
294
|
) {
|
package/src/components/tabs.css
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
clear: both;
|
|
12
12
|
}
|
|
13
13
|
.govgr-tabs__list-item {
|
|
14
|
-
@apply relative
|
|
15
|
-
@apply md:float-left
|
|
14
|
+
@apply relative px-4 py-2 m-0 shadow-none cursor-pointer;
|
|
15
|
+
@apply md:float-left md:border md:border-base-300 md:bg-base-300 md:rounded-t-sm md:mr-2;
|
|
16
16
|
@apply print:hidden;
|
|
17
17
|
&.govgr-tabs__list-item-selected {
|
|
18
18
|
@apply no-underline md:border-base-400 md:border bg-base-100 md:border-b-0 md:px-5 md:pb-4 md:-mt-1 md:pt-4;
|
|
@@ -24,14 +24,10 @@
|
|
|
24
24
|
}
|
|
25
25
|
.govgr-tabs__tab {
|
|
26
26
|
@apply text-lg no-underline hover:underline focus:underline;
|
|
27
|
-
text-underline-offset: .1em;
|
|
27
|
+
text-underline-offset: 0.1em;
|
|
28
28
|
&:after {
|
|
29
29
|
content: "";
|
|
30
|
-
|
|
31
|
-
top: 0;
|
|
32
|
-
right: 0;
|
|
33
|
-
bottom: 0;
|
|
34
|
-
left: 0;
|
|
30
|
+
@apply absolute top-0 right-0 bottom-0 left-0;
|
|
35
31
|
}
|
|
36
32
|
&:focus {
|
|
37
33
|
background-color: var(--color-focus);
|
|
@@ -39,16 +35,15 @@
|
|
|
39
35
|
-webkit-box-shadow: inset 0 0 0 3px var(--color-focus);
|
|
40
36
|
box-shadow: inset 0 0 0 3px var(--color-focus);
|
|
41
37
|
outline-offset: 0px;
|
|
42
|
-
text-decoration-thickness: .2rem;
|
|
38
|
+
text-decoration-thickness: 0.2rem;
|
|
43
39
|
}
|
|
44
|
-
|
|
45
40
|
}
|
|
46
41
|
}
|
|
47
42
|
.govgr-tabs__panel {
|
|
48
43
|
@apply bg-base-100 md:hidden block md:px-4 py-4 pt-8 md:border md:border-base-400 mb-0
|
|
49
44
|
print:block print:border-0 print:py-3;
|
|
50
|
-
&.govgr-tabs__panel
|
|
45
|
+
&.govgr-tabs__panel--visible {
|
|
51
46
|
@apply block;
|
|
52
47
|
}
|
|
53
48
|
}
|
|
54
|
-
}
|
|
49
|
+
}
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
.govgr-task-list__heading {
|
|
8
8
|
@apply md:text-3xl text-2xl font-bold mx-0 md:mb-4 mb-2;
|
|
9
9
|
}
|
|
10
|
-
.govgr-task-list__heading
|
|
10
|
+
.govgr-task-list__heading--md {
|
|
11
11
|
@apply md:text-2xl text-xl md:mb-4 mb-2;
|
|
12
12
|
}
|
|
13
|
-
.govgr-task-list__heading
|
|
13
|
+
.govgr-task-list__heading--sm {
|
|
14
14
|
@apply md:text-lg text-base md:mb-3 mb-1;
|
|
15
15
|
}
|
|
16
16
|
.govgr-task-list__content {
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
.govgr-body {
|
|
19
19
|
@apply mb-2 md:mb-3;
|
|
20
20
|
}
|
|
21
|
-
.govgr-summary-list__row:first-child
|
|
22
|
-
|
|
21
|
+
.govgr-summary-list__row:first-child {
|
|
22
|
+
& > dt {
|
|
23
23
|
@apply border-t-2 border-base-400;
|
|
24
24
|
}
|
|
25
|
-
|
|
25
|
+
& > dd {
|
|
26
26
|
@apply sm:border-t-2 sm:border-base-400;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -33,12 +33,13 @@
|
|
|
33
33
|
.govgr-task-list__content__tag {
|
|
34
34
|
@apply px-2 py-1 mr-2 inline-block font-sans text-sm uppercase tracking-widest;
|
|
35
35
|
}
|
|
36
|
-
.govgr-
|
|
37
|
-
@apply bg-info text-white print:border-2 print:bg-white print:border-info-hover print:text-info-hover print:mr-4;
|
|
36
|
+
.govgr-task-list__content__tag--primary {
|
|
37
|
+
@apply bg-info text-white print:border-2 print:bg-white print:border-info-hover print:text-info-hover print:mr-4;
|
|
38
38
|
}
|
|
39
|
-
.govgr-
|
|
39
|
+
.govgr-task-list__content__tag--secondary {
|
|
40
40
|
@apply bg-secondary text-base-content print:border-2 print:bg-white print:border-info print:text-info print:mr-4;
|
|
41
41
|
}
|
|
42
|
-
.govgr-
|
|
42
|
+
.govgr-task-list__content__tag--gray {
|
|
43
43
|
@apply bg-base-300 print:border-2 print:bg-white print:border-base-800 print:text-base-800 print:mr-4;
|
|
44
|
-
}
|
|
44
|
+
}
|
|
45
|
+
.govgr-tag {}
|
|
@@ -17,27 +17,29 @@
|
|
|
17
17
|
border-b-4 border-secondary;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
.govgr-timeline__heading-
|
|
21
|
-
@apply md:text-2xl text-xl md:mb-4 mb-2
|
|
20
|
+
.govgr-timeline__heading-md {
|
|
21
|
+
@apply md:text-2xl text-xl md:mb-4 mb-2;
|
|
22
22
|
&::before {
|
|
23
23
|
@apply top-3 w-3;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
-
.govgr-timeline__heading-
|
|
27
|
-
@apply md:text-lg text-base md:mb-3 mb-1
|
|
26
|
+
.govgr-timeline__heading-sm {
|
|
27
|
+
@apply md:text-lg text-base md:mb-3 mb-1;
|
|
28
28
|
&::before {
|
|
29
29
|
@apply top-2.5 w-3;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
.govgr-timeline__content {
|
|
33
33
|
@apply mb-4;
|
|
34
|
-
.govgr-hint,
|
|
34
|
+
.govgr-hint,
|
|
35
|
+
.govgr-body {
|
|
35
36
|
@apply mb-2 md:mb-3;
|
|
36
37
|
}
|
|
37
38
|
}
|
|
38
39
|
.govgr-timeline__actions {
|
|
39
40
|
@apply flex flex-wrap items-center gap-4 mb-6;
|
|
40
|
-
.govgr-btn,
|
|
41
|
+
.govgr-btn,
|
|
42
|
+
.govgr-link {
|
|
41
43
|
@apply mb-0;
|
|
42
44
|
}
|
|
43
|
-
}
|
|
45
|
+
}
|
|
@@ -6,29 +6,29 @@
|
|
|
6
6
|
font-weight: var(--heading-xl-font-weight);
|
|
7
7
|
letter-spacing: var(--heading-xl-letter-spacing);
|
|
8
8
|
}
|
|
9
|
-
.govgr-heading-
|
|
9
|
+
.govgr-heading-lg {
|
|
10
10
|
@apply mx-0;
|
|
11
|
-
font-size: var(--heading-
|
|
12
|
-
line-height:var(--heading-
|
|
13
|
-
margin-bottom:var(--heading-
|
|
14
|
-
font-weight: var(--heading-
|
|
15
|
-
letter-spacing: var(--heading-
|
|
11
|
+
font-size: var(--heading-lg-font-size);
|
|
12
|
+
line-height:var(--heading-lg-line-height);
|
|
13
|
+
margin-bottom:var(--heading-lg-margin-bottom);
|
|
14
|
+
font-weight: var(--heading-lg-font-weight);
|
|
15
|
+
letter-spacing: var(--heading-lg-letter-spacing);
|
|
16
16
|
}
|
|
17
|
-
.govgr-heading-
|
|
17
|
+
.govgr-heading-md {
|
|
18
18
|
@apply mx-0;
|
|
19
|
-
font-size: var(--heading-
|
|
20
|
-
line-height:var(--heading-
|
|
21
|
-
margin-bottom:var(--heading-
|
|
22
|
-
font-weight: var(--heading-
|
|
23
|
-
letter-spacing: var(--heading-
|
|
19
|
+
font-size: var(--heading-md-font-size);
|
|
20
|
+
line-height:var(--heading-md-line-height);
|
|
21
|
+
margin-bottom:var(--heading-md-margin-bottom);
|
|
22
|
+
font-weight: var(--heading-md-font-weight);
|
|
23
|
+
letter-spacing: var(--heading-md-letter-spacing);
|
|
24
24
|
}
|
|
25
|
-
.govgr-heading-
|
|
25
|
+
.govgr-heading-sm {
|
|
26
26
|
@apply mx-0 ;
|
|
27
|
-
font-size: var(--heading-
|
|
28
|
-
line-height:var(--heading-
|
|
29
|
-
margin-bottom:var(--heading-
|
|
30
|
-
font-weight: var(--heading-
|
|
31
|
-
letter-spacing: var(--heading-
|
|
27
|
+
font-size: var(--heading-sm-font-size);
|
|
28
|
+
line-height:var(--heading-sm-line-height);
|
|
29
|
+
margin-bottom:var(--heading-sm-margin-bottom);
|
|
30
|
+
font-weight: var(--heading-sm-font-weight);
|
|
31
|
+
letter-spacing: var(--heading-sm-letter-spacing);
|
|
32
32
|
}
|
|
33
33
|
.govgr-caption-xl {
|
|
34
34
|
@apply block mx-0 font-normal;
|
|
@@ -40,24 +40,24 @@
|
|
|
40
40
|
letter-spacing: var(--heading-xl-letter-spacing);
|
|
41
41
|
|
|
42
42
|
}
|
|
43
|
-
.govgr-caption-
|
|
43
|
+
.govgr-caption-lg {
|
|
44
44
|
@apply block mx-0 font-normal;
|
|
45
|
-
color: var(--caption-
|
|
46
|
-
font-size: var(--caption-
|
|
47
|
-
line-height: var(--caption-
|
|
48
|
-
margin-bottom: var(--caption-
|
|
49
|
-
font-weight: var(--caption-
|
|
50
|
-
letter-spacing: var(--caption-
|
|
45
|
+
color: var(--caption-lg-color);
|
|
46
|
+
font-size: var(--caption-lg-font-size);
|
|
47
|
+
line-height: var(--caption-lg-line-height);
|
|
48
|
+
margin-bottom: var(--caption-lg-margin-bottom);
|
|
49
|
+
font-weight: var(--caption-lg-font-weight);
|
|
50
|
+
letter-spacing: var(--caption-lg-letter-spacing);
|
|
51
51
|
|
|
52
52
|
}
|
|
53
|
-
.govgr-caption-
|
|
53
|
+
.govgr-caption-md {
|
|
54
54
|
@apply block mx-0 font-normal;
|
|
55
|
-
color: var(--caption-
|
|
56
|
-
font-size: var(--caption-
|
|
57
|
-
line-height: var(--caption-
|
|
58
|
-
margin-bottom: var(--caption-
|
|
59
|
-
font-weight: var(--caption-
|
|
60
|
-
letter-spacing: var(--caption-
|
|
55
|
+
color: var(--caption-md-color);
|
|
56
|
+
font-size: var(--caption-md-font-size);
|
|
57
|
+
line-height: var(--caption-md-line-height);
|
|
58
|
+
margin-bottom: var(--caption-md-margin-bottom);
|
|
59
|
+
font-weight: var(--caption-md-font-weight);
|
|
60
|
+
letter-spacing: var(--caption-md-letter-spacing);
|
|
61
61
|
|
|
62
62
|
}
|
|
63
63
|
.govgr-\!-font-size-14 {
|
|
@@ -114,8 +114,21 @@
|
|
|
114
114
|
.govgr-list--number {
|
|
115
115
|
@apply list-decimal list-outside pl-6;
|
|
116
116
|
}
|
|
117
|
-
.govgr-list--spaced>.govgr-list__item {
|
|
117
|
+
.govgr-list--spaced:not(.govgr-list--horizontal)>.govgr-list__item {
|
|
118
118
|
@apply mb-4;
|
|
119
|
+
&:last-child{
|
|
120
|
+
@apply mb-0;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
.govgr-list--horizontal {
|
|
124
|
+
@apply flex flex-wrap gap-x-6 gap-y-3;
|
|
125
|
+
.govgr-list__item {
|
|
126
|
+
@apply w-full sm:w-auto;
|
|
127
|
+
|
|
128
|
+
}
|
|
129
|
+
&.govgr-list--spaced {
|
|
130
|
+
@apply gap-x-10 gap-y-5;
|
|
131
|
+
}
|
|
119
132
|
}
|
|
120
133
|
.govgr-list, .govgr-blockquote {
|
|
121
134
|
@apply md:mb-8 mb-4 text-base-content;
|
|
@@ -131,16 +144,13 @@
|
|
|
131
144
|
color: var(--body-color);
|
|
132
145
|
letter-spacing: var(--body-letter-spacing);
|
|
133
146
|
}
|
|
134
|
-
.govgr-body-
|
|
135
|
-
font-size: var(--body-
|
|
136
|
-
line-height: var(--body-
|
|
147
|
+
.govgr-body-lg {
|
|
148
|
+
font-size: var(--body-lg-font-size);
|
|
149
|
+
line-height: var(--body-lg-line-height);
|
|
137
150
|
}
|
|
138
|
-
.govgr-body-
|
|
139
|
-
font-size: var(--body-
|
|
140
|
-
line-height: var(--body-
|
|
141
|
-
}
|
|
142
|
-
.govgr-hint-l {
|
|
143
|
-
@apply mb-4 lg:text-2xl text-lg text-base-800;
|
|
151
|
+
.govgr-body-sm {
|
|
152
|
+
font-size: var(--body-sm-font-size);
|
|
153
|
+
line-height: var(--body-sm-line-height);
|
|
144
154
|
}
|
|
145
155
|
.govgr-hint {
|
|
146
156
|
font-size: var(--hint-font-size);
|
|
@@ -149,9 +159,6 @@
|
|
|
149
159
|
color: var(--hint-color);
|
|
150
160
|
letter-spacing: var(--hint-letter-spacing);
|
|
151
161
|
}
|
|
152
|
-
.govgr-hint-s {
|
|
153
|
-
@apply mb-4 lg:text-base text-sm text-base-800;
|
|
154
|
-
}
|
|
155
162
|
.govgr-background-dark, .govgr-masthead--primary {
|
|
156
163
|
.govgr-hint {
|
|
157
164
|
@apply opacity-70 text-white print:text-base-content;
|
|
@@ -222,7 +229,7 @@
|
|
|
222
229
|
text-decoration:none;
|
|
223
230
|
outline: none;
|
|
224
231
|
}
|
|
225
|
-
.govgr-caret
|
|
232
|
+
.govgr-svg-icon--caret {
|
|
226
233
|
fill:var(--color-base-content);
|
|
227
234
|
@apply md:w-4 md:h-4 w-3 h-3 inline-block mr-2;
|
|
228
235
|
}
|
|
@@ -243,7 +250,14 @@
|
|
|
243
250
|
}
|
|
244
251
|
}
|
|
245
252
|
}
|
|
246
|
-
|
|
253
|
+
.govgr-visually-hidden {
|
|
254
|
+
@apply absolute m-0 p-0 overflow-hidden border-0 whitespace-nowrap !important;
|
|
255
|
+
width: 1px !important;
|
|
256
|
+
height: 1px !important;
|
|
257
|
+
clip: rect(0 0 0 0) !important;
|
|
258
|
+
-webkit-clip-path: inset(50%) !important;
|
|
259
|
+
clip-path: inset(50%) !important;
|
|
260
|
+
}
|
|
247
261
|
@media print {
|
|
248
262
|
.govgr-body .govgr-link[href^="#"]:after {
|
|
249
263
|
display: none;
|