@digigov/css 1.0.0-88820b1e → 1.0.0-8bbf3ef2
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/dist/base/index.css +1 -3
- package/dist/base.js +1 -1
- package/dist/components.js +1 -1
- package/dist/digigov.css +3 -5
- package/dist/utilities/index.css +1 -1
- package/dist/utilities.js +1 -1
- package/index.js +1 -1
- package/package.json +6 -7
- package/postcss.config.js +15 -14
- package/src/base/index.css +3 -0
- package/src/base/postcss.config.js +23 -22
- package/src/base/tailwind.config.js +19 -15
- package/src/components/accessibility-menu.css +8 -3
- package/src/components/accordion.css +19 -12
- package/src/components/admin-header.css +26 -0
- package/src/components/autocomplete.css +12 -9
- package/src/components/bottom-info.css +2 -1
- package/src/components/button.css +65 -29
- package/src/components/card.css +30 -15
- package/src/components/checkboxes.css +55 -12
- package/src/components/chip.css +31 -11
- package/src/components/copy-to-clipboard.css +28 -13
- package/src/components/drawer.css +18 -6
- package/src/components/dropdown.css +52 -52
- package/src/components/filter.css +67 -38
- package/src/components/footer.css +13 -7
- package/src/components/form.css +56 -29
- package/src/components/header.css +84 -30
- package/src/components/hidden.css +3 -0
- package/src/components/index.css +2 -0
- package/src/components/layout.css +14 -14
- package/src/components/loader.css +5 -16
- package/src/components/masthead.css +78 -0
- package/src/components/misc.css +17 -41
- package/src/components/modal.css +10 -0
- package/src/components/nav.css +93 -126
- package/src/components/notification-banner.css +14 -3
- package/src/components/pagination.css +37 -23
- package/src/components/phase-banner.css +0 -6
- package/src/components/postcss.config.js +15 -16
- package/src/components/radios.css +32 -19
- package/src/components/stack.css +18 -18
- package/src/components/stepnav.css +24 -6
- package/src/components/summary-list.css +22 -15
- package/src/components/svg-icons.css +2 -62
- package/src/components/table.css +34 -40
- package/src/components/tabs.css +19 -0
- package/src/components/tailwind.config.js +12 -6
- package/src/components/task-list.css +28 -14
- package/src/components/timeline.css +21 -6
- package/src/components/typography.css +81 -69
- package/src/components/warning-text.css +23 -0
- package/src/fonts.css +1 -1
- package/src/index.css +0 -2
- package/src/utilities/index.css +121 -1
- package/src/utilities/postcss.config.js +15 -16
- package/src/utilities/tailwind.config.js +10 -1
- package/src/utilities/utilities.css +136 -13
- package/tailwind.config.js +20 -27
- package/themes.plugin.js +95 -100
package/src/components/form.css
CHANGED
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
.govgr-form {
|
|
2
|
-
.govgr-body {
|
|
3
|
-
@apply mb-4;
|
|
4
|
-
}
|
|
5
|
-
&.govgr-grid {
|
|
6
|
-
@apply grid gap-4;
|
|
7
|
-
.govgr-fieldset {
|
|
8
|
-
@apply grid gap-4;
|
|
9
|
-
:not(.govgr-field) {
|
|
10
|
-
@apply col-span-12;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
:not(.govgr-field) {
|
|
14
|
-
@apply col-span-12;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
1
|
+
.govgr-form {}
|
|
18
2
|
.govgr-field {
|
|
19
3
|
@apply mb-8 md:mb-10;
|
|
20
4
|
.govgr-fieldset {
|
|
@@ -40,14 +24,6 @@
|
|
|
40
24
|
font-size: var(--label-font-size);
|
|
41
25
|
line-height: var(--label-line-height);
|
|
42
26
|
letter-spacing: var(--label-letter-spacing);
|
|
43
|
-
.govgr-heading-sm,
|
|
44
|
-
.govgr-heading-md,
|
|
45
|
-
.govgr-heading-lg,
|
|
46
|
-
.govgr-heading-xl,
|
|
47
|
-
.govgr-hint,
|
|
48
|
-
.govgr-error-message {
|
|
49
|
-
@apply mb-0;
|
|
50
|
-
}
|
|
51
27
|
}
|
|
52
28
|
.govgr-input,
|
|
53
29
|
.govgr-select,
|
|
@@ -61,6 +37,17 @@
|
|
|
61
37
|
box-shadow: inset 0 0 0 2px;
|
|
62
38
|
}
|
|
63
39
|
}
|
|
40
|
+
.govgr-input--dense,.govgr-dense .govgr-input ,
|
|
41
|
+
.govgr-textarea--dense, .govgr-dense .govgr-textarea ,
|
|
42
|
+
.govgr-select--dense, .govgr-dense .govgr-select,
|
|
43
|
+
.govgr-date-input--dense .govgr-input, .govgr-dense .govgr-date-input .govgr-input
|
|
44
|
+
{
|
|
45
|
+
@apply p-1;
|
|
46
|
+
&:focus {
|
|
47
|
+
-webkit-box-shadow: inset 0 0 0 1px;
|
|
48
|
+
box-shadow: inset 0 0 0 1px;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
64
51
|
.govgr-label-file {
|
|
65
52
|
@apply mb-0;
|
|
66
53
|
}
|
|
@@ -69,17 +56,22 @@
|
|
|
69
56
|
}
|
|
70
57
|
.govgr-uploaded-file {
|
|
71
58
|
@apply flex flex-wrap gap-x-4 mb-0;
|
|
72
|
-
|
|
73
|
-
|
|
59
|
+
}
|
|
60
|
+
.govgr-date-input {
|
|
61
|
+
@apply flex flex-wrap gap-y-2;
|
|
62
|
+
&.govgr-date-input--dense, .govgr-dense & {
|
|
63
|
+
.govgr-date-input__item {
|
|
64
|
+
@apply mr-2;
|
|
65
|
+
}
|
|
74
66
|
}
|
|
75
67
|
}
|
|
76
|
-
.govgr-date-input,
|
|
77
68
|
.govgr-single-character-input {
|
|
78
69
|
@apply flex flex-wrap gap-y-2;
|
|
79
70
|
}
|
|
80
71
|
.govgr-select {
|
|
81
72
|
@apply w-auto max-w-full;
|
|
82
73
|
}
|
|
74
|
+
.govgr-select__option {}
|
|
83
75
|
.govgr-input--width-20-char {
|
|
84
76
|
max-width: 41ex;
|
|
85
77
|
}
|
|
@@ -175,7 +167,6 @@
|
|
|
175
167
|
.govgr-radios__input:disabled:checked:after {
|
|
176
168
|
@apply opacity-40;
|
|
177
169
|
}
|
|
178
|
-
|
|
179
170
|
.govgr-radios__label--disabled,
|
|
180
171
|
.govgr-checkboxes__label--disabled {
|
|
181
172
|
@apply opacity-40;
|
|
@@ -183,3 +174,39 @@
|
|
|
183
174
|
.govgr-choice-divider-text {
|
|
184
175
|
@apply text-lg text-center min-w-10 w-max mb-4;
|
|
185
176
|
}
|
|
177
|
+
|
|
178
|
+
/* overrides */
|
|
179
|
+
|
|
180
|
+
.govgr-form {
|
|
181
|
+
.govgr-body {
|
|
182
|
+
@apply mb-4;
|
|
183
|
+
}
|
|
184
|
+
&.govgr-grid {
|
|
185
|
+
@apply grid gap-4;
|
|
186
|
+
.govgr-fieldset {
|
|
187
|
+
@apply grid gap-4;
|
|
188
|
+
:not(.govgr-field) {
|
|
189
|
+
@apply col-span-12;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
:not(.govgr-field) {
|
|
193
|
+
@apply col-span-12;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
.govgr-label {
|
|
198
|
+
.govgr-heading-xs,
|
|
199
|
+
.govgr-heading-sm,
|
|
200
|
+
.govgr-heading-md,
|
|
201
|
+
.govgr-heading-lg,
|
|
202
|
+
.govgr-heading-xl,
|
|
203
|
+
.govgr-hint,
|
|
204
|
+
.govgr-error-message {
|
|
205
|
+
@apply mb-0;
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
.govgr-uploaded-file {
|
|
209
|
+
.govgr-link {
|
|
210
|
+
@apply h-fit text-lg;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
.govgr-header {
|
|
2
|
-
@apply bg-primary border-b-8 print:border-b-2 border-tertiary;
|
|
3
|
-
@apply print:bg-white;
|
|
2
|
+
@apply relative bg-primary border-b-8 print:border-b-2 border-tertiary print:bg-white;
|
|
4
3
|
border-bottom-style: solid;
|
|
5
|
-
.govgr-svg-icon--burger {
|
|
6
|
-
fill: var(--color-base-content);
|
|
7
|
-
@apply float-right cursor-pointer;
|
|
8
|
-
}
|
|
9
4
|
}
|
|
10
5
|
.govgr-header__content {
|
|
11
6
|
@apply px-4 py-2 mx-auto max-w-5xl w-full flex justify-between items-center
|
|
@@ -16,8 +11,9 @@
|
|
|
16
11
|
print:gap-1;
|
|
17
12
|
}
|
|
18
13
|
.govgr-header__logo {
|
|
14
|
+
print-color-adjust: exact !important;
|
|
19
15
|
-webkit-print-color-adjust: exact !important;
|
|
20
|
-
@apply h-12 print:hidden;
|
|
16
|
+
@apply max-h-12 print:hidden;
|
|
21
17
|
}
|
|
22
18
|
.govgr-header__logo-inverted {
|
|
23
19
|
@apply h-12 hidden print:block;
|
|
@@ -48,34 +44,92 @@
|
|
|
48
44
|
.govgr-header-nav-menu__content {
|
|
49
45
|
@apply flex justify-start items-center gap-x-4 gap-y-2 print:gap-1;
|
|
50
46
|
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
47
|
+
|
|
48
|
+
/* overrides */
|
|
49
|
+
|
|
50
|
+
.govgr-header {
|
|
51
|
+
.govgr-header__content,
|
|
52
|
+
.govgr-header__section {
|
|
53
|
+
> .govgr-link,
|
|
54
|
+
> .govgr-dropdown .govgr-dropdown__button.govgr-link {
|
|
55
|
+
@apply text-white focus:text-link-active print:text-base-content;
|
|
56
|
+
}
|
|
55
57
|
}
|
|
56
|
-
.govgr-
|
|
57
|
-
@apply
|
|
58
|
+
.govgr-dropdown {
|
|
59
|
+
@apply print:hidden;
|
|
58
60
|
}
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
@apply bg-tertiary text-white;
|
|
62
|
-
.govgr-masthead__body {
|
|
63
|
-
@apply text-white;
|
|
61
|
+
.govgr-dropdown__button {
|
|
62
|
+
@apply sm:w-max;
|
|
64
63
|
}
|
|
65
|
-
.govgr-
|
|
66
|
-
|
|
64
|
+
.govgr-link {
|
|
65
|
+
.govgr-svg-icon {
|
|
66
|
+
fill: var(--color-white);
|
|
67
|
+
}
|
|
68
|
+
&:hover {
|
|
69
|
+
.govgr-svg-icon {
|
|
70
|
+
fill: var(--color-white);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
&:focus {
|
|
74
|
+
.govgr-svg-icon {
|
|
75
|
+
fill: var(--color-link-active);
|
|
76
|
+
}
|
|
77
|
+
}
|
|
67
78
|
}
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
79
|
+
.govgr-phase-banner__text {
|
|
80
|
+
@apply text-white print:text-base-content;
|
|
81
|
+
}
|
|
82
|
+
.govgr-link {
|
|
83
|
+
.govgr-svg-icon {
|
|
84
|
+
fill: var(--color-white);
|
|
85
|
+
}
|
|
86
|
+
&:hover {
|
|
87
|
+
.govgr-svg-icon {
|
|
88
|
+
fill: var(--color-white);
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
&:focus {
|
|
92
|
+
.govgr-svg-icon {
|
|
93
|
+
fill: var(--color-link-active);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
74
96
|
}
|
|
75
97
|
}
|
|
76
|
-
.govgr-
|
|
77
|
-
|
|
98
|
+
.govgr-header__section {
|
|
99
|
+
.govgr-phase-banner {
|
|
100
|
+
@apply mb-0;
|
|
101
|
+
}
|
|
78
102
|
}
|
|
79
|
-
.govgr-
|
|
80
|
-
|
|
103
|
+
.govgr-header-nav-menu__content,
|
|
104
|
+
.govgr-header__content,
|
|
105
|
+
.govgr-header__section {
|
|
106
|
+
> .govgr-svg-icon--burger {
|
|
107
|
+
fill: var(--color-white);
|
|
108
|
+
@apply float-right focus:bg-focus;
|
|
109
|
+
}
|
|
110
|
+
> .govgr-close-btn {
|
|
111
|
+
@apply sm:hidden;
|
|
112
|
+
.govgr-svg-icon--close {
|
|
113
|
+
fill: var(--color-link) !important;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
> .govgr-nav__list {
|
|
117
|
+
> .govgr-nav__list-item {
|
|
118
|
+
> .govgr-nav__list-item-link,
|
|
119
|
+
> .govgr-nav__list-item-btn {
|
|
120
|
+
&:not(:focus) {
|
|
121
|
+
@apply text-white;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
> .govgr-nav__list-item-link--active,
|
|
125
|
+
> .govgr-nav__list-item-btn--active {
|
|
126
|
+
&:not(:focus) {
|
|
127
|
+
@apply text-white !important;
|
|
128
|
+
}
|
|
129
|
+
.govgr-svg-icon {
|
|
130
|
+
fill: var(--color-white);
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
81
135
|
}
|
package/src/components/index.css
CHANGED
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
@import "./card.css";
|
|
23
23
|
@import "./details.css";
|
|
24
24
|
@import "./notification-banner.css";
|
|
25
|
+
@import "./masthead.css";
|
|
25
26
|
@import "./panel.css";
|
|
26
27
|
@import "./phase-banner.css";
|
|
27
28
|
@import "./summary-list.css";
|
|
@@ -43,3 +44,4 @@
|
|
|
43
44
|
@import "./dev-theme.css";
|
|
44
45
|
@import "./kitchensink.css";
|
|
45
46
|
@import "./hidden.css";
|
|
47
|
+
@import "./warning-text.css";
|
|
@@ -13,16 +13,6 @@
|
|
|
13
13
|
.govgr-container--full-width {
|
|
14
14
|
@apply max-w-full;
|
|
15
15
|
}
|
|
16
|
-
.govgr-main-wrapper {
|
|
17
|
-
@apply grid py-4 md:grid-cols-3 md:gap-12 grid-cols-1 gap-y-16
|
|
18
|
-
print:gap-4 print:grid-cols-1;
|
|
19
|
-
}
|
|
20
|
-
.govgr-grid-column-two-thirds {
|
|
21
|
-
@apply col-span-2;
|
|
22
|
-
}
|
|
23
|
-
.govgr-grid-column-one-third {
|
|
24
|
-
@apply col-span-1;
|
|
25
|
-
}
|
|
26
16
|
.govgr-top {
|
|
27
17
|
@apply mb-4;
|
|
28
18
|
}
|
|
@@ -34,9 +24,6 @@
|
|
|
34
24
|
}
|
|
35
25
|
.govgr-btn-group {
|
|
36
26
|
@apply flex flex-wrap items-center gap-4 mb-6 print:items-baseline;
|
|
37
|
-
.govgr-btn, .govgr-link {
|
|
38
|
-
@apply mb-0;
|
|
39
|
-
}
|
|
40
27
|
}
|
|
41
28
|
@media print {
|
|
42
29
|
/* When govgr-btn-group is empty at print, content at :after limits its height. */
|
|
@@ -58,4 +45,17 @@
|
|
|
58
45
|
}
|
|
59
46
|
.govgr-section-break--xl {
|
|
60
47
|
@apply mb-9;
|
|
61
|
-
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/* overrides */
|
|
51
|
+
|
|
52
|
+
.govgr-container {
|
|
53
|
+
&.govgr-grid {
|
|
54
|
+
@apply py-4 print:gap-4 print:grid-cols-1;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
.govgr-btn-group {
|
|
58
|
+
.govgr-btn, .govgr-link {
|
|
59
|
+
@apply mb-0;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -5,15 +5,15 @@
|
|
|
5
5
|
animation: rotate 10s linear infinite;
|
|
6
6
|
@apply w-fit h-10;
|
|
7
7
|
}
|
|
8
|
-
.govgr-
|
|
8
|
+
.govgr-circular-progress__circle {
|
|
9
9
|
fill: none;
|
|
10
10
|
stroke-miterlimit: 10;
|
|
11
11
|
stroke-width: 42px;
|
|
12
12
|
}
|
|
13
|
-
.govgr-
|
|
13
|
+
.govgr-circular-progress__circle--1 {
|
|
14
14
|
stroke: var(--color-secondary);
|
|
15
15
|
}
|
|
16
|
-
.govgr-
|
|
16
|
+
.govgr-circular-progress__circle--2 {
|
|
17
17
|
--full-length: 470;
|
|
18
18
|
stroke: var(--color-primary);
|
|
19
19
|
stroke-dasharray: var(--full-length);
|
|
@@ -21,26 +21,15 @@
|
|
|
21
21
|
animation: dash 4s ease-in-out 0s forwards infinite;
|
|
22
22
|
}
|
|
23
23
|
.govgr-circular-progress--secondary {
|
|
24
|
-
.govgr-
|
|
24
|
+
.govgr-circular_progress__circle--1 {
|
|
25
25
|
@apply opacity-40;
|
|
26
26
|
stroke: var(--color-white);
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.govgr-
|
|
29
|
+
.govgr-circular-progress__circle--2 {
|
|
30
30
|
stroke: var(--color-white);
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
|
-
@media print {
|
|
34
|
-
.govgr-btn {
|
|
35
|
-
.govgr-circular-progress--secondary {
|
|
36
|
-
.govgr-loader__circle--1,
|
|
37
|
-
.govgr-loader__circle--2 {
|
|
38
|
-
stroke: var(--color-base-content);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
33
|
.govgr-circular-progress--sm {
|
|
45
34
|
@apply h-5 w-5;
|
|
46
35
|
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
.govgr-masthead {
|
|
2
|
+
@apply print:border-2 print:bg-white print:border-tertiary-300 print:text-base-content;
|
|
3
|
+
}
|
|
4
|
+
.govgr-masthead--primary {
|
|
5
|
+
@apply bg-tertiary text-white;
|
|
6
|
+
.govgr-masthead__body {
|
|
7
|
+
@apply text-white;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
.govgr-masthead--secondary {
|
|
11
|
+
@apply border-b border-base-400 !important;
|
|
12
|
+
@apply bg-base-200;
|
|
13
|
+
.govgr-masthead__body {
|
|
14
|
+
@apply text-base-content;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
.govgr-masthead__body {
|
|
18
|
+
@apply md:mb-10 mb-6 md:text-lg text-base leading-7 print:text-base-content;
|
|
19
|
+
}
|
|
20
|
+
.govgr-masthead__logo {
|
|
21
|
+
@apply md:mb-6 mb-4 h-10;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/* overrides */
|
|
25
|
+
|
|
26
|
+
.govgr-masthead {
|
|
27
|
+
.govgr-main > *:last-child {
|
|
28
|
+
@apply mb-0;
|
|
29
|
+
}
|
|
30
|
+
.govgr-header__content {
|
|
31
|
+
@apply flex-wrap;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
.govgr-masthead--primary {
|
|
35
|
+
.govgr-body {
|
|
36
|
+
@apply text-white;
|
|
37
|
+
}
|
|
38
|
+
.govgr-link {
|
|
39
|
+
@apply text-white hover:text-white focus:text-base-content print:text-base-content;
|
|
40
|
+
&:hover {
|
|
41
|
+
text-decoration-thickness: 2px;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
.govgr-link--no-underline {
|
|
45
|
+
@apply no-underline hover:underline;
|
|
46
|
+
&:hover {
|
|
47
|
+
text-decoration-thickness: 2px;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
.govgr-back-link {
|
|
51
|
+
@apply text-white print:text-base-content;
|
|
52
|
+
}
|
|
53
|
+
.govgr-phase-banner__text {
|
|
54
|
+
@apply text-white print:text-base-content;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
.govgr-masthead--primary,
|
|
58
|
+
.govgr-background-dark {
|
|
59
|
+
.govgr-btn {
|
|
60
|
+
@apply border-white hover:border-white border-2 shadow-none;
|
|
61
|
+
&:focus {
|
|
62
|
+
-webkit-box-shadow: 0 0 0 4px var(--color-base-content), 0 0 0 8px var(--color-focus);
|
|
63
|
+
box-shadow: 0 0 0 4px var(--color-base-content), 0 0 0 8px var(--color-focus);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
.govgr-btn-primary {
|
|
67
|
+
@apply print:border-0 print:border-b-2 print:border-success print:text-base-content print:bg-white print:shadow-none;
|
|
68
|
+
}
|
|
69
|
+
.govgr-btn-secondary {
|
|
70
|
+
@apply print:border-0 print:border-b-2 print:border-base-500 print:text-base-content print:bg-white print:shadow-none;
|
|
71
|
+
}
|
|
72
|
+
.govgr-btn-warning {
|
|
73
|
+
@apply print:border-0 print:border-b-2 print:border-error print:text-base-content print:bg-white print:shadow-none;
|
|
74
|
+
}
|
|
75
|
+
.govgr-hint {
|
|
76
|
+
@apply opacity-70 text-white print:text-base-content;
|
|
77
|
+
}
|
|
78
|
+
}
|
package/src/components/misc.css
CHANGED
|
@@ -1,35 +1,3 @@
|
|
|
1
|
-
.govgr-blockquote {
|
|
2
|
-
@apply lg:mb-8 mb-4 mt-8 md:mb-8 p-4 border-l-8 border-base-500;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.govgr-warning-text {
|
|
6
|
-
@apply p-4;
|
|
7
|
-
}
|
|
8
|
-
.govgr-warning-text {
|
|
9
|
-
font-size: var(--warning-text-font-size);
|
|
10
|
-
@apply flex pt-4 pb-4 pl-0 pr-0;
|
|
11
|
-
.govgr-warning-text__icon {
|
|
12
|
-
@apply text-base-content-invert font-bold bg-base-content text-3xl leading-10 text-center
|
|
13
|
-
rounded-3xl md:min-h-10 min-w-10 h-fit mr-6 mt-1
|
|
14
|
-
print:bg-white print:border-2 print:border-base-content print:text-base-content;
|
|
15
|
-
}
|
|
16
|
-
.govgr-warning-text__text {
|
|
17
|
-
@apply flex items-center;
|
|
18
|
-
}
|
|
19
|
-
.govgr-warning-text__assistive {
|
|
20
|
-
position: absolute !important;
|
|
21
|
-
width: 1px !important;
|
|
22
|
-
height: 1px !important;
|
|
23
|
-
margin: 0 !important;
|
|
24
|
-
padding: 0 !important;
|
|
25
|
-
overflow: hidden !important;
|
|
26
|
-
clip: rect(0 0 0 0) !important;
|
|
27
|
-
-webkit-clip-path: inset(50%) !important;
|
|
28
|
-
clip-path: inset(50%) !important;
|
|
29
|
-
border: 0 !important;
|
|
30
|
-
white-space: nowrap !important;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
1
|
.tooltip {
|
|
34
2
|
@apply inline-block relative m-0 p-0 underline w-min cursor-pointer;
|
|
35
3
|
text-decoration-style: dotted;
|
|
@@ -52,15 +20,23 @@
|
|
|
52
20
|
}
|
|
53
21
|
}
|
|
54
22
|
}
|
|
55
|
-
.govgr-visually-hidden {
|
|
56
|
-
@apply absolute m-0 p-0 overflow-hidden border-0 whitespace-nowrap !important;
|
|
57
|
-
width: 1px !important;
|
|
58
|
-
height: 1px !important;
|
|
59
|
-
clip: rect(0 0 0 0) !important;
|
|
60
|
-
-webkit-clip-path: inset(50%) !important;
|
|
61
|
-
clip-path: inset(50%) !important;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
23
|
.govgr-cookie-banner {
|
|
65
24
|
@apply bg-base-200;
|
|
66
25
|
}
|
|
26
|
+
|
|
27
|
+
/* overrides */
|
|
28
|
+
|
|
29
|
+
div[class*="govgr-grid__col-span"] {
|
|
30
|
+
>.govgr-card {
|
|
31
|
+
@apply mb-0;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
.govgr-image-logo {
|
|
35
|
+
@apply h-10;
|
|
36
|
+
}
|
|
37
|
+
.govgr-image-logo--light {
|
|
38
|
+
@apply h-10;
|
|
39
|
+
}
|
|
40
|
+
.govgr-image-logo--dark {
|
|
41
|
+
@apply h-10 hidden;
|
|
42
|
+
}
|
package/src/components/modal.css
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
mb-7 text-base-content bg-opacity-50 bg-base-700
|
|
4
4
|
fixed z-50 left-0 top-0 w-full h-full overflow-auto;
|
|
5
5
|
}
|
|
6
|
+
|
|
6
7
|
.govgr-modal--open {
|
|
7
8
|
@apply flex;
|
|
8
9
|
}
|
|
@@ -21,8 +22,17 @@
|
|
|
21
22
|
}
|
|
22
23
|
.govgr-modal__action {
|
|
23
24
|
@apply flex flex-wrap items-center gap-4;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.govgr-modal__action {
|
|
24
28
|
.govgr-link,
|
|
25
29
|
.govgr-btn {
|
|
26
30
|
@apply mb-0;
|
|
27
31
|
}
|
|
28
32
|
}
|
|
33
|
+
|
|
34
|
+
.govgr-modal--dense, .govgr-dense & {
|
|
35
|
+
.govgr-modal__container {
|
|
36
|
+
@apply px-4 py-0 gap-4;
|
|
37
|
+
}
|
|
38
|
+
}
|