@digigov/css 0.37.0 → 0.38.0
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 +2 -2
- package/dist/components.js +1 -1
- package/dist/digigov.css +3 -3
- package/package.json +1 -1
- package/src/components/modal.css +3 -6
package/package.json
CHANGED
package/src/components/modal.css
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
border border-solid border-base-500;
|
|
11
11
|
max-height:95vh;
|
|
12
12
|
}
|
|
13
|
-
.govgr-
|
|
13
|
+
.govgr-modal__container {
|
|
14
14
|
@apply grid p-10 gap-6 px-6 py-2;
|
|
15
15
|
}
|
|
16
16
|
.govgr-modal__open {
|
|
@@ -19,15 +19,12 @@
|
|
|
19
19
|
.govgr-modal__heading {
|
|
20
20
|
@apply md:text-2xl text-xl font-bold;
|
|
21
21
|
}
|
|
22
|
-
.govgr-
|
|
22
|
+
.govgr-modal__content {
|
|
23
23
|
@apply text-base lg:text-xl text-lg;
|
|
24
|
-
.govgr-field, .govgr-body {
|
|
25
|
-
@apply mb-0;
|
|
26
|
-
}
|
|
27
24
|
}
|
|
28
25
|
.govgr-modal__action {
|
|
29
26
|
@apply flex flex-wrap items-center gap-4;
|
|
30
27
|
.govgr-link, .govgr-btn {
|
|
31
28
|
@apply mb-0;
|
|
32
29
|
}
|
|
33
|
-
}
|
|
30
|
+
}
|