@digigov/css 1.2.0-fd2cea11 → 1.2.0-mobile
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/accordion.json +8 -0
- package/defaultTheme/brandConfig.json +14 -2
- package/defaultTheme/button.json +16 -3
- package/defaultTheme/card.json +16 -5
- package/defaultTheme/form.json +15 -0
- package/defaultTheme/globals.json +11 -1
- package/defaultTheme/index.js +1 -1
- package/defaultTheme/layout.json +55 -0
- package/defaultTheme/misc.json +20 -0
- package/defaultTheme/panel.json +5 -0
- package/defaultTheme/typography.json +12 -12
- package/dist/base/index.css +3 -3
- package/dist/base.js +1 -1
- package/dist/components.js +1 -1
- package/dist/digigov.css +5 -5
- package/dist/utilities/index.css +1 -1
- package/dist/utilities.js +1 -1
- package/package.json +19 -14
- package/postcss.config.js +1 -0
- package/src/base/base.css +1 -1
- package/src/base/index.css +5 -5
- package/src/components/accordion.css +76 -73
- package/src/components/admin-header.css +7 -24
- package/src/components/admin-layout.css +13 -22
- package/src/components/autocomplete.css +106 -63
- package/src/components/back-to-top.css +7 -8
- package/src/components/blockquote.common.css +14 -0
- package/src/components/blockquote.css +9 -0
- package/src/components/blockquote.native.css +11 -0
- package/src/components/bottom-info.css +3 -2
- package/src/components/breadcrumbs.css +21 -12
- package/src/components/button.common.css +64 -0
- package/src/components/button.css +79 -95
- package/src/components/button.native.css +42 -0
- package/src/components/card.common.css +33 -0
- package/src/components/card.css +77 -64
- package/src/components/card.native.css +29 -0
- package/src/components/checkboxes.css +34 -37
- package/src/components/chip.css +36 -37
- package/src/components/components.css +2 -2
- package/src/components/copy-to-clipboard.css +39 -38
- package/src/components/details.common.css +26 -0
- package/src/components/details.css +17 -18
- package/src/components/details.native.css +26 -0
- package/src/components/dev-theme.css +3 -4
- package/src/components/drawer.css +58 -59
- package/src/components/dropdown.common.css +58 -0
- package/src/components/dropdown.css +81 -68
- package/src/components/dropdown.native.css +58 -0
- package/src/components/experimental.css +18 -18
- package/src/components/fillable.css +6 -6
- package/src/components/filter.css +58 -63
- package/src/components/footer.css +53 -39
- package/src/components/form.common.css +49 -0
- package/src/components/form.css +125 -113
- package/src/components/form.native.css +58 -0
- package/src/components/full-page-background.css +2 -2
- package/src/components/header.common.css +36 -0
- package/src/components/header.css +78 -77
- package/src/components/header.native.css +34 -0
- package/src/components/hidden.css +23 -23
- package/src/components/index.css +48 -47
- package/src/components/kitchensink.css +41 -41
- package/src/components/layout.common.css +8 -0
- package/src/components/layout.css +56 -56
- package/src/components/layout.native.css +5 -0
- package/src/components/loader.css +31 -31
- package/src/components/masthead.css +60 -59
- package/src/components/misc.css +43 -21
- package/src/components/modal.css +28 -21
- package/src/components/nav.common.css +25 -0
- package/src/components/nav.css +96 -89
- package/src/components/nav.native.css +38 -0
- package/src/components/notification-banner.common.css +46 -0
- package/src/components/notification-banner.css +32 -28
- package/src/components/notification-banner.native.css +42 -0
- package/src/components/pagination.css +40 -41
- package/src/components/panel.common.css +30 -0
- package/src/components/panel.css +12 -20
- package/src/components/panel.native.css +20 -0
- package/src/components/phase-banner.common.css +23 -0
- package/src/components/phase-banner.css +15 -14
- package/src/components/phase-banner.native.css +31 -0
- package/src/components/radios.css +33 -30
- package/src/components/skeleton.css +85 -0
- package/src/components/skiplink.css +3 -3
- package/src/components/stack.css +64 -64
- package/src/components/stepnav.css +68 -64
- package/src/components/summary-list.common.css +25 -0
- package/src/components/summary-list.css +59 -47
- package/src/components/summary-list.native.css +27 -0
- package/src/components/svg-icons.common.css +56 -0
- package/src/components/svg-icons.css +79 -75
- package/src/components/svg-icons.native.css +55 -0
- package/src/components/table.css +189 -208
- package/src/components/tabs.css +52 -68
- package/src/components/task-list.css +31 -31
- package/src/components/test.css +7 -0
- package/src/components/timeline.css +19 -18
- package/src/components/typography.common.css +137 -0
- package/src/components/typography.css +159 -226
- package/src/components/typography.native.css +93 -0
- package/src/components/warning-text.common.css +23 -0
- package/src/components/warning-text.css +11 -11
- package/src/components/warning-text.native.css +22 -0
- package/src/index.native.css +17 -0
- package/src/pages/headings/service-heading.js +9 -9
- package/src/pages/index.js +201 -201
- package/src/utilities/grid.css +221 -0
- package/src/utilities/grid.native.css +274 -0
- package/src/utilities/index.css +3 -585
- package/src/utilities/index.native.css +2 -0
- package/src/utilities/print.css +11 -0
- package/src/utilities/spacing.css +2133 -0
- package/src/utilities/utilities.css +1647 -531
- package/tailwind.config.js +2 -2
- package/themes.plugin.js +1 -1
- package/defaultTheme/footer.json +0 -8
- package/src/pages/admin-filtering-data.js +0 -160
- package/src/pages/admin.js +0 -61
- package/src/pages/dropdown.js +0 -249
- package/src/pages/form.js +0 -400
- package/src/pages/pagination.js +0 -124
- package/src/pages/table.js +0 -308
package/src/utilities/index.css
CHANGED
|
@@ -1,585 +1,3 @@
|
|
|
1
|
-
.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
.govgr-m-1 {
|
|
5
|
-
@apply m-1 !important;
|
|
6
|
-
}
|
|
7
|
-
.govgr-m-2 {
|
|
8
|
-
@apply m-2 !important;
|
|
9
|
-
}
|
|
10
|
-
.govgr-m-3 {
|
|
11
|
-
@apply m-2 md:m-3 !important;
|
|
12
|
-
}
|
|
13
|
-
.govgr-m-4 {
|
|
14
|
-
@apply m-3 md:m-4 !important;
|
|
15
|
-
}
|
|
16
|
-
.govgr-m-5 {
|
|
17
|
-
@apply m-4 md:m-5 !important;
|
|
18
|
-
}
|
|
19
|
-
.govgr-m-6 {
|
|
20
|
-
@apply m-5 md:m-6 !important;
|
|
21
|
-
}
|
|
22
|
-
.govgr-m-7 {
|
|
23
|
-
@apply m-6 md:m-8 !important;
|
|
24
|
-
}
|
|
25
|
-
.govgr-m-8 {
|
|
26
|
-
@apply m-8 md:m-10 !important;
|
|
27
|
-
}
|
|
28
|
-
.govgr-m-9 {
|
|
29
|
-
@apply m-8 md:m-12 !important;
|
|
30
|
-
}
|
|
31
|
-
.govgr-m-10 {
|
|
32
|
-
@apply m-9 md:m-14 !important;
|
|
33
|
-
}
|
|
34
|
-
.govgr-m-11 {
|
|
35
|
-
@apply m-10 md:m-16 !important;
|
|
36
|
-
}
|
|
37
|
-
.govgr-m-12 {
|
|
38
|
-
@apply m-11 md:m-20 !important;
|
|
39
|
-
}
|
|
40
|
-
.govgr-mt-0 {
|
|
41
|
-
@apply mt-0 !important;
|
|
42
|
-
}
|
|
43
|
-
.govgr-mt-1 {
|
|
44
|
-
@apply mt-1 !important;
|
|
45
|
-
}
|
|
46
|
-
.govgr-mt-2 {
|
|
47
|
-
@apply mt-2 !important;
|
|
48
|
-
}
|
|
49
|
-
.govgr-mt-3 {
|
|
50
|
-
@apply mt-2 md:mt-3 !important;
|
|
51
|
-
}
|
|
52
|
-
.govgr-mt-4 {
|
|
53
|
-
@apply mt-3 md:mt-4 !important;
|
|
54
|
-
}
|
|
55
|
-
.govgr-mt-5 {
|
|
56
|
-
@apply mt-4 md:mt-5 !important;
|
|
57
|
-
}
|
|
58
|
-
.govgr-mt-6 {
|
|
59
|
-
@apply mt-5 md:mt-6 !important;
|
|
60
|
-
}
|
|
61
|
-
.govgr-mt-7 {
|
|
62
|
-
@apply mt-6 md:mt-8 !important;
|
|
63
|
-
}
|
|
64
|
-
.govgr-mt-8 {
|
|
65
|
-
@apply mt-8 md:mt-10 !important;
|
|
66
|
-
}
|
|
67
|
-
.govgr-mt-9 {
|
|
68
|
-
@apply mt-8 md:mt-12 !important;
|
|
69
|
-
}
|
|
70
|
-
.govgr-mt-10 {
|
|
71
|
-
@apply mt-9 md:mt-14 !important;
|
|
72
|
-
}
|
|
73
|
-
.govgr-mt-11 {
|
|
74
|
-
@apply mt-10 md:mt-16 !important;
|
|
75
|
-
}
|
|
76
|
-
.govgr-mt-12 {
|
|
77
|
-
@apply mt-11 md:mt-20 !important;
|
|
78
|
-
}
|
|
79
|
-
.govgr-mb-0 {
|
|
80
|
-
@apply mb-0 !important;
|
|
81
|
-
}
|
|
82
|
-
.govgr-mb-1 {
|
|
83
|
-
@apply mb-1 !important;
|
|
84
|
-
}
|
|
85
|
-
.govgr-mb-2 {
|
|
86
|
-
@apply mb-2 !important;
|
|
87
|
-
}
|
|
88
|
-
.govgr-mb-3 {
|
|
89
|
-
@apply mb-2 md:mb-3 !important;
|
|
90
|
-
}
|
|
91
|
-
.govgr-mb-4 {
|
|
92
|
-
@apply mb-3 md:mb-4 !important;
|
|
93
|
-
}
|
|
94
|
-
.govgr-mb-5 {
|
|
95
|
-
@apply mb-4 md:mb-5 !important;
|
|
96
|
-
}
|
|
97
|
-
.govgr-mb-6 {
|
|
98
|
-
@apply mb-5 md:mb-6 !important;
|
|
99
|
-
}
|
|
100
|
-
.govgr-mb-7 {
|
|
101
|
-
@apply mb-6 md:mb-8 !important;
|
|
102
|
-
}
|
|
103
|
-
.govgr-mb-8 {
|
|
104
|
-
@apply mb-8 md:mb-10 !important;
|
|
105
|
-
}
|
|
106
|
-
.govgr-mb-9 {
|
|
107
|
-
@apply mb-8 md:mb-12 !important;
|
|
108
|
-
}
|
|
109
|
-
.govgr-mb-10 {
|
|
110
|
-
@apply mb-9 md:mb-14 !important;
|
|
111
|
-
}
|
|
112
|
-
.govgr-mb-11 {
|
|
113
|
-
@apply mb-10 md:mb-16 !important;
|
|
114
|
-
}
|
|
115
|
-
.govgr-mb-12 {
|
|
116
|
-
@apply mb-11 md:mb-20 !important;
|
|
117
|
-
}
|
|
118
|
-
.govgr-ml-0 {
|
|
119
|
-
@apply ml-0 !important;
|
|
120
|
-
}
|
|
121
|
-
.govgr-ml-1 {
|
|
122
|
-
@apply ml-1 !important;
|
|
123
|
-
}
|
|
124
|
-
.govgr-ml-2 {
|
|
125
|
-
@apply ml-2 !important;
|
|
126
|
-
}
|
|
127
|
-
.govgr-ml-3 {
|
|
128
|
-
@apply ml-2 md:ml-3 !important;
|
|
129
|
-
}
|
|
130
|
-
.govgr-ml-4 {
|
|
131
|
-
@apply ml-3 md:ml-4 !important;
|
|
132
|
-
}
|
|
133
|
-
.govgr-ml-5 {
|
|
134
|
-
@apply ml-4 md:ml-5 !important;
|
|
135
|
-
}
|
|
136
|
-
.govgr-ml-6 {
|
|
137
|
-
@apply ml-5 md:ml-6 !important;
|
|
138
|
-
}
|
|
139
|
-
.govgr-ml-7 {
|
|
140
|
-
@apply ml-6 md:ml-8 !important;
|
|
141
|
-
}
|
|
142
|
-
.govgr-ml-8 {
|
|
143
|
-
@apply ml-8 md:ml-10 !important;
|
|
144
|
-
}
|
|
145
|
-
.govgr-ml-9 {
|
|
146
|
-
@apply ml-8 md:ml-12 !important;
|
|
147
|
-
}
|
|
148
|
-
.govgr-ml-10 {
|
|
149
|
-
@apply ml-9 md:ml-14 !important;
|
|
150
|
-
}
|
|
151
|
-
.govgr-ml-11 {
|
|
152
|
-
@apply ml-10 md:ml-16 !important;
|
|
153
|
-
}
|
|
154
|
-
.govgr-ml-12 {
|
|
155
|
-
@apply ml-11 md:ml-20 !important;
|
|
156
|
-
}
|
|
157
|
-
.govgr-mr-0 {
|
|
158
|
-
@apply mr-0 !important;
|
|
159
|
-
}
|
|
160
|
-
.govgr-mr-1 {
|
|
161
|
-
@apply mr-1 !important;
|
|
162
|
-
}
|
|
163
|
-
.govgr-mr-2 {
|
|
164
|
-
@apply mr-2 !important;
|
|
165
|
-
}
|
|
166
|
-
.govgr-mr-3 {
|
|
167
|
-
@apply mr-2 md:mr-3 !important;
|
|
168
|
-
}
|
|
169
|
-
.govgr-mr-4 {
|
|
170
|
-
@apply mr-3 md:mr-4 !important;
|
|
171
|
-
}
|
|
172
|
-
.govgr-mr-5 {
|
|
173
|
-
@apply mr-4 md:mr-5 !important;
|
|
174
|
-
}
|
|
175
|
-
.govgr-mr-6 {
|
|
176
|
-
@apply mr-5 md:mr-6 !important;
|
|
177
|
-
}
|
|
178
|
-
.govgr-mr-7 {
|
|
179
|
-
@apply mr-6 md:mr-8 !important;
|
|
180
|
-
}
|
|
181
|
-
.govgr-mr-8 {
|
|
182
|
-
@apply mr-8 md:mr-10 !important;
|
|
183
|
-
}
|
|
184
|
-
.govgr-mr-9 {
|
|
185
|
-
@apply mr-8 md:mr-12 !important;
|
|
186
|
-
}
|
|
187
|
-
.govgr-mr-10 {
|
|
188
|
-
@apply mr-9 md:mr-14 !important;
|
|
189
|
-
}
|
|
190
|
-
.govgr-mr-11 {
|
|
191
|
-
@apply mr-10 md:mr-16 !important;
|
|
192
|
-
}
|
|
193
|
-
.govgr-mr-12 {
|
|
194
|
-
@apply mr-11 md:mr-20 !important;
|
|
195
|
-
}
|
|
196
|
-
.govgr-p-0 {
|
|
197
|
-
@apply p-0 !important;
|
|
198
|
-
}
|
|
199
|
-
.govgr-p-1 {
|
|
200
|
-
@apply p-1 !important;
|
|
201
|
-
}
|
|
202
|
-
.govgr-p-2 {
|
|
203
|
-
@apply p-2 !important;
|
|
204
|
-
}
|
|
205
|
-
.govgr-p-3 {
|
|
206
|
-
@apply p-2 md:p-3 !important;
|
|
207
|
-
}
|
|
208
|
-
.govgr-p-4 {
|
|
209
|
-
@apply p-3 md:p-4 !important;
|
|
210
|
-
}
|
|
211
|
-
.govgr-p-5 {
|
|
212
|
-
@apply p-4 md:p-5 !important;
|
|
213
|
-
}
|
|
214
|
-
.govgr-p-6 {
|
|
215
|
-
@apply p-5 md:p-6 !important;
|
|
216
|
-
}
|
|
217
|
-
.govgr-p-7 {
|
|
218
|
-
@apply p-6 md:p-8 !important;
|
|
219
|
-
}
|
|
220
|
-
.govgr-p-8 {
|
|
221
|
-
@apply p-8 md:p-10 !important;
|
|
222
|
-
}
|
|
223
|
-
.govgr-p-9 {
|
|
224
|
-
@apply p-8 md:p-12 !important;
|
|
225
|
-
}
|
|
226
|
-
.govgr-p-10 {
|
|
227
|
-
@apply p-9 md:p-14 !important;
|
|
228
|
-
}
|
|
229
|
-
.govgr-p-11 {
|
|
230
|
-
@apply p-10 md:p-16 !important;
|
|
231
|
-
}
|
|
232
|
-
.govgr-p-12 {
|
|
233
|
-
@apply p-11 md:p-20 !important;
|
|
234
|
-
}
|
|
235
|
-
.govgr-pt-0 {
|
|
236
|
-
@apply pt-0 !important;
|
|
237
|
-
}
|
|
238
|
-
.govgr-pt-1 {
|
|
239
|
-
@apply pt-1 !important;
|
|
240
|
-
}
|
|
241
|
-
.govgr-pt-2 {
|
|
242
|
-
@apply pt-2 !important;
|
|
243
|
-
}
|
|
244
|
-
.govgr-pt-3 {
|
|
245
|
-
@apply pt-2 md:pt-3 !important;
|
|
246
|
-
}
|
|
247
|
-
.govgr-pt-4 {
|
|
248
|
-
@apply pt-3 md:pt-4 !important;
|
|
249
|
-
}
|
|
250
|
-
.govgr-pt-5 {
|
|
251
|
-
@apply pt-4 md:pt-5 !important;
|
|
252
|
-
}
|
|
253
|
-
.govgr-pt-6 {
|
|
254
|
-
@apply pt-5 md:pt-6 !important;
|
|
255
|
-
}
|
|
256
|
-
.govgr-pt-7 {
|
|
257
|
-
@apply pt-6 md:pt-8 !important;
|
|
258
|
-
}
|
|
259
|
-
.govgr-pt-8 {
|
|
260
|
-
@apply pt-8 md:pt-10 !important;
|
|
261
|
-
}
|
|
262
|
-
.govgr-pt-9 {
|
|
263
|
-
@apply pt-8 md:pt-12 !important;
|
|
264
|
-
}
|
|
265
|
-
.govgr-pt-10 {
|
|
266
|
-
@apply pt-9 md:pt-14 !important;
|
|
267
|
-
}
|
|
268
|
-
.govgr-pt-11 {
|
|
269
|
-
@apply pt-10 md:pt-16 !important;
|
|
270
|
-
}
|
|
271
|
-
.govgr-pt-12 {
|
|
272
|
-
@apply pt-11 md:pt-20 !important;
|
|
273
|
-
}
|
|
274
|
-
.govgr-pb-0 {
|
|
275
|
-
@apply pb-0 !important;
|
|
276
|
-
}
|
|
277
|
-
.govgr-pb-1 {
|
|
278
|
-
@apply pb-1 !important;
|
|
279
|
-
}
|
|
280
|
-
.govgr-pb-2 {
|
|
281
|
-
@apply pb-2 !important;
|
|
282
|
-
}
|
|
283
|
-
.govgr-pb-3 {
|
|
284
|
-
@apply pb-2 md:pb-3 !important;
|
|
285
|
-
}
|
|
286
|
-
.govgr-pb-4 {
|
|
287
|
-
@apply pb-3 md:pb-4 !important;
|
|
288
|
-
}
|
|
289
|
-
.govgr-pb-5 {
|
|
290
|
-
@apply pb-4 md:pb-5 !important;
|
|
291
|
-
}
|
|
292
|
-
.govgr-pb-6 {
|
|
293
|
-
@apply pb-5 md:pb-6 !important;
|
|
294
|
-
}
|
|
295
|
-
.govgr-pb-7 {
|
|
296
|
-
@apply pb-6 md:pb-8 !important;
|
|
297
|
-
}
|
|
298
|
-
.govgr-pb-8 {
|
|
299
|
-
@apply pb-8 md:pb-10 !important;
|
|
300
|
-
}
|
|
301
|
-
.govgr-pb-9 {
|
|
302
|
-
@apply pb-8 md:pb-12 !important;
|
|
303
|
-
}
|
|
304
|
-
.govgr-pb-10 {
|
|
305
|
-
@apply pb-9 md:pb-14 !important;
|
|
306
|
-
}
|
|
307
|
-
.govgr-pb-11 {
|
|
308
|
-
@apply pb-10 md:pb-16 !important;
|
|
309
|
-
}
|
|
310
|
-
.govgr-pb-12 {
|
|
311
|
-
@apply pb-11 md:pb-20 !important;
|
|
312
|
-
}
|
|
313
|
-
.govgr-pl-0 {
|
|
314
|
-
@apply pl-0 !important;
|
|
315
|
-
}
|
|
316
|
-
.govgr-pl-1 {
|
|
317
|
-
@apply pl-1 !important;
|
|
318
|
-
}
|
|
319
|
-
.govgr-pl-2 {
|
|
320
|
-
@apply pl-2 !important;
|
|
321
|
-
}
|
|
322
|
-
.govgr-pl-3 {
|
|
323
|
-
@apply pl-2 md:pl-3 !important;
|
|
324
|
-
}
|
|
325
|
-
.govgr-pl-4 {
|
|
326
|
-
@apply pl-3 md:pl-4 !important;
|
|
327
|
-
}
|
|
328
|
-
.govgr-pl-5 {
|
|
329
|
-
@apply pl-4 md:pl-5 !important;
|
|
330
|
-
}
|
|
331
|
-
.govgr-pl-6 {
|
|
332
|
-
@apply pl-5 md:pl-6 !important;
|
|
333
|
-
}
|
|
334
|
-
.govgr-pl-7 {
|
|
335
|
-
@apply pl-6 md:pl-8 !important;
|
|
336
|
-
}
|
|
337
|
-
.govgr-pl-8 {
|
|
338
|
-
@apply pl-8 md:pl-10 !important;
|
|
339
|
-
}
|
|
340
|
-
.govgr-pl-9 {
|
|
341
|
-
@apply pl-8 md:pl-12 !important;
|
|
342
|
-
}
|
|
343
|
-
.govgr-pl-10 {
|
|
344
|
-
@apply pl-9 md:pl-14 !important;
|
|
345
|
-
}
|
|
346
|
-
.govgr-pl-11 {
|
|
347
|
-
@apply pl-10 md:pl-16 !important;
|
|
348
|
-
}
|
|
349
|
-
.govgr-pl-12 {
|
|
350
|
-
@apply pl-11 md:pl-20 !important;
|
|
351
|
-
}
|
|
352
|
-
.govgr-pr-0 {
|
|
353
|
-
@apply pr-0 !important;
|
|
354
|
-
}
|
|
355
|
-
.govgr-pr-1 {
|
|
356
|
-
@apply pr-1 !important;
|
|
357
|
-
}
|
|
358
|
-
.govgr-pr-2 {
|
|
359
|
-
@apply pr-2 !important;
|
|
360
|
-
}
|
|
361
|
-
.govgr-pr-3 {
|
|
362
|
-
@apply pr-2 md:pr-3 !important;
|
|
363
|
-
}
|
|
364
|
-
.govgr-pr-4 {
|
|
365
|
-
@apply pr-3 md:pr-4 !important;
|
|
366
|
-
}
|
|
367
|
-
.govgr-pr-5 {
|
|
368
|
-
@apply pr-4 md:pr-5 !important;
|
|
369
|
-
}
|
|
370
|
-
.govgr-pr-6 {
|
|
371
|
-
@apply pr-5 md:pr-6 !important;
|
|
372
|
-
}
|
|
373
|
-
.govgr-pr-7 {
|
|
374
|
-
@apply pr-6 md:pr-8 !important;
|
|
375
|
-
}
|
|
376
|
-
.govgr-pr-8 {
|
|
377
|
-
@apply pr-8 md:pr-10 !important;
|
|
378
|
-
}
|
|
379
|
-
.govgr-pr-9 {
|
|
380
|
-
@apply pr-8 md:pr-12 !important;
|
|
381
|
-
}
|
|
382
|
-
.govgr-pr-10 {
|
|
383
|
-
@apply pr-9 md:pr-14 !important;
|
|
384
|
-
}
|
|
385
|
-
.govgr-pr-11 {
|
|
386
|
-
@apply pr-10 md:pr-16 !important;
|
|
387
|
-
}
|
|
388
|
-
.govgr-pr-12 {
|
|
389
|
-
@apply pr-11 md:pr-20 !important;
|
|
390
|
-
}
|
|
391
|
-
.govgr-grid {
|
|
392
|
-
@apply grid grid-cols-12;
|
|
393
|
-
}
|
|
394
|
-
.govgr-grid-inline {
|
|
395
|
-
@apply inline-grid;
|
|
396
|
-
}
|
|
397
|
-
.govgr-grid__col-auto {
|
|
398
|
-
@apply col-auto;
|
|
399
|
-
}
|
|
400
|
-
.govgr-grid__col-span-1 {
|
|
401
|
-
@apply col-span-1;
|
|
402
|
-
}
|
|
403
|
-
.govgr-grid__col-span-2 {
|
|
404
|
-
@apply col-span-2;
|
|
405
|
-
}
|
|
406
|
-
.govgr-grid__col-span-3 {
|
|
407
|
-
@apply col-span-3;
|
|
408
|
-
}
|
|
409
|
-
.govgr-grid__col-span-4 {
|
|
410
|
-
@apply col-span-4;
|
|
411
|
-
}
|
|
412
|
-
.govgr-grid__col-span-5 {
|
|
413
|
-
@apply col-span-5;
|
|
414
|
-
}
|
|
415
|
-
.govgr-grid__col-span-6 {
|
|
416
|
-
@apply col-span-6;
|
|
417
|
-
}
|
|
418
|
-
.govgr-grid__col-span-7 {
|
|
419
|
-
@apply col-span-7;
|
|
420
|
-
}
|
|
421
|
-
.govgr-grid__col-span-8 {
|
|
422
|
-
@apply col-span-8;
|
|
423
|
-
}
|
|
424
|
-
.govgr-grid__col-span-9 {
|
|
425
|
-
@apply col-span-9;
|
|
426
|
-
}
|
|
427
|
-
.govgr-grid__col-span-10 {
|
|
428
|
-
@apply col-span-10;
|
|
429
|
-
}
|
|
430
|
-
.govgr-grid__col-span-11 {
|
|
431
|
-
@apply col-span-11;
|
|
432
|
-
}
|
|
433
|
-
.govgr-grid__col-span-12 {
|
|
434
|
-
@apply col-span-12;
|
|
435
|
-
}
|
|
436
|
-
.govgr-print-hidden {
|
|
437
|
-
@apply print:hidden !important;
|
|
438
|
-
}
|
|
439
|
-
.govgr-print-visible-block {
|
|
440
|
-
@apply print:block !important;
|
|
441
|
-
}
|
|
442
|
-
.govgr-print-visible-inline {
|
|
443
|
-
@apply print:inline !important;
|
|
444
|
-
}
|
|
445
|
-
.govgr-gap-1 {
|
|
446
|
-
@apply gap-1;
|
|
447
|
-
}
|
|
448
|
-
.govgr-gap-2 {
|
|
449
|
-
@apply gap-2;
|
|
450
|
-
}
|
|
451
|
-
.govgr-gap-4 {
|
|
452
|
-
@apply gap-4;
|
|
453
|
-
}
|
|
454
|
-
.govgr-gap-6 {
|
|
455
|
-
@apply gap-6;
|
|
456
|
-
}
|
|
457
|
-
.govgr-gap-8 {
|
|
458
|
-
@apply gap-8;
|
|
459
|
-
}
|
|
460
|
-
.govgr-gap-10 {
|
|
461
|
-
@apply gap-10;
|
|
462
|
-
}
|
|
463
|
-
.govgr-gap-12 {
|
|
464
|
-
@apply gap-12;
|
|
465
|
-
}
|
|
466
|
-
.govgr-gap-xs-1 {
|
|
467
|
-
@apply gap-1;
|
|
468
|
-
}
|
|
469
|
-
.govgr-gap-xs-2 {
|
|
470
|
-
@apply gap-2;
|
|
471
|
-
}
|
|
472
|
-
.govgr-gap-xs-4 {
|
|
473
|
-
@apply gap-4;
|
|
474
|
-
}
|
|
475
|
-
.govgr-gap-xs-5 {
|
|
476
|
-
@apply gap-5;
|
|
477
|
-
}
|
|
478
|
-
.govgr-gap-xs-6 {
|
|
479
|
-
@apply gap-6;
|
|
480
|
-
}
|
|
481
|
-
.govgr-gap-xs-8 {
|
|
482
|
-
@apply gap-8;
|
|
483
|
-
}
|
|
484
|
-
.govgr-gap-xs-10 {
|
|
485
|
-
@apply gap-10;
|
|
486
|
-
}
|
|
487
|
-
.govgr-gap-xs-12 {
|
|
488
|
-
@apply gap-12;
|
|
489
|
-
}
|
|
490
|
-
.govgr-gap-sm-1 {
|
|
491
|
-
@apply sm:gap-1;
|
|
492
|
-
}
|
|
493
|
-
.govgr-gap-sm-2 {
|
|
494
|
-
@apply sm:gap-2;
|
|
495
|
-
}
|
|
496
|
-
.govgr-gap-sm-4 {
|
|
497
|
-
@apply sm:gap-4;
|
|
498
|
-
}
|
|
499
|
-
.govgr-gap-sm-5 {
|
|
500
|
-
@apply sm:gap-5;
|
|
501
|
-
}
|
|
502
|
-
.govgr-gap-sm-6 {
|
|
503
|
-
@apply sm:gap-6;
|
|
504
|
-
}
|
|
505
|
-
.govgr-gap-sm-8 {
|
|
506
|
-
@apply sm:gap-8;
|
|
507
|
-
}
|
|
508
|
-
.govgr-gap-sm-10 {
|
|
509
|
-
@apply sm:gap-10;
|
|
510
|
-
}
|
|
511
|
-
.govgr-gap-sm-12 {
|
|
512
|
-
@apply sm:gap-12;
|
|
513
|
-
}
|
|
514
|
-
.govgr-gap-md-1 {
|
|
515
|
-
@apply md:gap-1;
|
|
516
|
-
}
|
|
517
|
-
.govgr-gap-md-2 {
|
|
518
|
-
@apply md:gap-2;
|
|
519
|
-
}
|
|
520
|
-
.govgr-gap-md-4 {
|
|
521
|
-
@apply md:gap-4;
|
|
522
|
-
}
|
|
523
|
-
.govgr-gap-md-5 {
|
|
524
|
-
@apply md:gap-5;
|
|
525
|
-
}
|
|
526
|
-
.govgr-gap-md-6 {
|
|
527
|
-
@apply md:gap-6;
|
|
528
|
-
}
|
|
529
|
-
.govgr-gap-md-8 {
|
|
530
|
-
@apply md:gap-8;
|
|
531
|
-
}
|
|
532
|
-
.govgr-gap-md-10 {
|
|
533
|
-
@apply md:gap-10;
|
|
534
|
-
}
|
|
535
|
-
.govgr-gap-md-12 {
|
|
536
|
-
@apply md:gap-12;
|
|
537
|
-
}
|
|
538
|
-
.govgr-gap-lg-1 {
|
|
539
|
-
@apply lg:gap-1;
|
|
540
|
-
}
|
|
541
|
-
.govgr-gap-lg-2 {
|
|
542
|
-
@apply lg:gap-2;
|
|
543
|
-
}
|
|
544
|
-
.govgr-gap-lg-4 {
|
|
545
|
-
@apply lg:gap-4;
|
|
546
|
-
}
|
|
547
|
-
.govgr-gap-lg-5 {
|
|
548
|
-
@apply lg:gap-5;
|
|
549
|
-
}
|
|
550
|
-
.govgr-gap-lg-6 {
|
|
551
|
-
@apply lg:gap-6;
|
|
552
|
-
}
|
|
553
|
-
.govgr-gap-lg-8 {
|
|
554
|
-
@apply lg:gap-8;
|
|
555
|
-
}
|
|
556
|
-
.govgr-gap-lg-10 {
|
|
557
|
-
@apply lg:gap-10;
|
|
558
|
-
}
|
|
559
|
-
.govgr-gap-lg-12 {
|
|
560
|
-
@apply lg:gap-12;
|
|
561
|
-
}
|
|
562
|
-
.govgr-gap-xl-1 {
|
|
563
|
-
@apply xl:gap-1;
|
|
564
|
-
}
|
|
565
|
-
.govgr-gap-xl-2 {
|
|
566
|
-
@apply xl:gap-2;
|
|
567
|
-
}
|
|
568
|
-
.govgr-gap-xl-4 {
|
|
569
|
-
@apply xl:gap-4;
|
|
570
|
-
}
|
|
571
|
-
.govgr-gap-xl-5 {
|
|
572
|
-
@apply xl:gap-5;
|
|
573
|
-
}
|
|
574
|
-
.govgr-gap-xl-6 {
|
|
575
|
-
@apply xl:gap-6;
|
|
576
|
-
}
|
|
577
|
-
.govgr-gap-xl-8 {
|
|
578
|
-
@apply xl:gap-8;
|
|
579
|
-
}
|
|
580
|
-
.govgr-gap-xl-10 {
|
|
581
|
-
@apply xl:gap-10;
|
|
582
|
-
}
|
|
583
|
-
.govgr-gap-xl-12 {
|
|
584
|
-
@apply xl:gap-12;
|
|
585
|
-
}
|
|
1
|
+
@import "./grid.css";
|
|
2
|
+
@import "./spacing.css";
|
|
3
|
+
@import "./print.css";
|