@digigov/css 1.0.0-079f34f3d → 1.0.0-266e80f3
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 -1
- package/dist/base.js +1 -1
- package/dist/components.js +1 -1
- package/dist/digigov.css +3 -3
- package/dist/utilities/index.css +1 -1
- package/dist/utilities.js +1 -1
- package/package.json +4 -4
- 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 +57 -31
- package/src/components/card.css +17 -14
- package/src/components/checkboxes.css +8 -3
- package/src/components/chip.css +24 -9
- package/src/components/copy-to-clipboard.css +16 -9
- package/src/components/drawer.css +18 -6
- package/src/components/dropdown.css +45 -44
- package/src/components/filter.css +66 -37
- package/src/components/footer.css +12 -7
- package/src/components/form.css +38 -29
- package/src/components/header.css +57 -37
- 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 +5 -0
- package/src/components/nav.css +8 -6
- package/src/components/pagination.css +37 -23
- package/src/components/phase-banner.css +0 -11
- package/src/components/radios.css +12 -18
- package/src/components/stepnav.css +13 -6
- package/src/components/summary-list.css +22 -15
- package/src/components/svg-icons.css +0 -59
- package/src/components/table.css +34 -37
- package/src/components/task-list.css +20 -14
- package/src/components/timeline.css +8 -1
- package/src/components/typography.css +65 -70
- package/src/components/warning-text.css +19 -0
- package/src/utilities/index.css +120 -0
- package/src/utilities/utilities.css +126 -3
|
@@ -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
package/src/components/nav.css
CHANGED
|
@@ -61,9 +61,6 @@
|
|
|
61
61
|
}
|
|
62
62
|
.govgr-nav-menu--horizontal {
|
|
63
63
|
@apply sm:order-2 sm:left-0 sm:right-0 sm:relative sm:mt-3 sm:bg-base-100;
|
|
64
|
-
.govgr-main-wrapper {
|
|
65
|
-
@apply gap-y-2;
|
|
66
|
-
}
|
|
67
64
|
.govgr-nav-menu__content-list {
|
|
68
65
|
@apply sm:grid-rows-1 sm:grid-cols-3;
|
|
69
66
|
}
|
|
@@ -99,12 +96,12 @@
|
|
|
99
96
|
@apply mb-2 md:mb-0;
|
|
100
97
|
}
|
|
101
98
|
}
|
|
102
|
-
.govgr-nav__list,
|
|
103
|
-
.govgr-
|
|
99
|
+
/* .govgr-nav__list,
|
|
100
|
+
.govgr-grid {
|
|
104
101
|
.govgr-drawer__heading {
|
|
105
102
|
@apply flex-row-reverse;
|
|
106
103
|
}
|
|
107
|
-
}
|
|
104
|
+
} */
|
|
108
105
|
.govgr-nav__list-item-link,
|
|
109
106
|
.govgr-nav__list-item-btn {
|
|
110
107
|
> .govgr-svg-icon {
|
|
@@ -117,3 +114,8 @@
|
|
|
117
114
|
fill: var(--color-base-content) !important;
|
|
118
115
|
}
|
|
119
116
|
}
|
|
117
|
+
.govgr-nav-menu--horizontal {
|
|
118
|
+
.govgr-grid {
|
|
119
|
+
@apply gap-y-2;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
@@ -3,31 +3,16 @@
|
|
|
3
3
|
.govgr-pagination__label {
|
|
4
4
|
@apply md:text-lg text-base;
|
|
5
5
|
}
|
|
6
|
-
.govgr-label {
|
|
7
|
-
@apply text-base-content md:leading-normal flex-row items-center gap-2 md:text-lg text-base;
|
|
8
|
-
}
|
|
9
6
|
.govgr-pagination__item--current {
|
|
10
7
|
@apply md:text-lg text-base;
|
|
11
8
|
}
|
|
12
|
-
.govgr-select {
|
|
13
|
-
text-indent: 0px;
|
|
14
|
-
@apply flex text-base-content md:leading-normal border md:text-lg text-base;
|
|
15
|
-
&:focus {
|
|
16
|
-
-webkit-box-shadow: inset 0 0 0 1px;
|
|
17
|
-
box-shadow: inset 0 0 0 1px;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
9
|
}
|
|
21
10
|
.govgr-pagination--sm {
|
|
22
|
-
.govgr-pagination__label,
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
.govgr-pagination__list {
|
|
26
|
-
.govgr-link{
|
|
27
|
-
@apply md:text-base text-sm !important;
|
|
28
|
-
}
|
|
11
|
+
.govgr-pagination__label,
|
|
12
|
+
.govgr-pagination__item--current {
|
|
13
|
+
@apply md:text-base text-sm;
|
|
29
14
|
}
|
|
30
|
-
|
|
15
|
+
}
|
|
31
16
|
.govgr-pagination__label {
|
|
32
17
|
@apply text-base-content md:leading-normal;
|
|
33
18
|
}
|
|
@@ -35,9 +20,6 @@
|
|
|
35
20
|
@apply flex items-center;
|
|
36
21
|
}
|
|
37
22
|
.govgr-pagination__item {
|
|
38
|
-
.govgr-link{
|
|
39
|
-
@apply flex items-center no-underline;
|
|
40
|
-
}
|
|
41
23
|
@apply inline-block p-2 m-0;
|
|
42
24
|
&:first-child {
|
|
43
25
|
@apply pl-0;
|
|
@@ -50,9 +32,41 @@
|
|
|
50
32
|
.govgr-pagination__item--dots {
|
|
51
33
|
@apply font-bold;
|
|
52
34
|
}
|
|
35
|
+
|
|
36
|
+
/* overrides */
|
|
37
|
+
|
|
38
|
+
.govgr-pagination {
|
|
39
|
+
.govgr-label {
|
|
40
|
+
@apply text-base-content md:leading-normal flex-row items-center gap-2 md:text-lg text-base;
|
|
41
|
+
}
|
|
42
|
+
.govgr-select {
|
|
43
|
+
text-indent: 0px;
|
|
44
|
+
@apply flex text-base-content md:leading-normal border md:text-lg text-base;
|
|
45
|
+
&:focus {
|
|
46
|
+
-webkit-box-shadow: inset 0 0 0 1px;
|
|
47
|
+
box-shadow: inset 0 0 0 1px;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
.govgr-pagination--sm {
|
|
52
|
+
.govgr-label,
|
|
53
|
+
.govgr-select {
|
|
54
|
+
@apply md:text-base text-sm;
|
|
55
|
+
}
|
|
56
|
+
.govgr-pagination__list {
|
|
57
|
+
.govgr-link {
|
|
58
|
+
@apply md:text-base text-sm !important;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
.govgr-pagination__item {
|
|
63
|
+
.govgr-link {
|
|
64
|
+
@apply flex items-center no-underline;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
53
67
|
.govgr-pagination__item--inactive {
|
|
54
68
|
.govgr-link {
|
|
55
69
|
pointer-events: none;
|
|
56
70
|
@apply text-base-800;
|
|
57
71
|
}
|
|
58
|
-
}
|
|
72
|
+
}
|
|
@@ -8,11 +8,6 @@
|
|
|
8
8
|
.govgr-phase-banner {
|
|
9
9
|
@apply py-2 mb-4;
|
|
10
10
|
}
|
|
11
|
-
.govgr-header__section {
|
|
12
|
-
.govgr-phase-banner {
|
|
13
|
-
@apply mb-0;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
11
|
.govgr-phase-banner--underline {
|
|
17
12
|
@apply border-base-500 border-b;
|
|
18
13
|
}
|
|
@@ -27,9 +22,3 @@
|
|
|
27
22
|
.govgr-phase-banner__text {
|
|
28
23
|
@apply table-cell text-base-content;
|
|
29
24
|
}
|
|
30
|
-
.govgr-header,
|
|
31
|
-
.govgr-masthead--primary {
|
|
32
|
-
.govgr-phase-banner__text {
|
|
33
|
-
@apply text-white print:text-base-content;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
@@ -5,9 +5,6 @@
|
|
|
5
5
|
}
|
|
6
6
|
.govgr-radios--horizontal {
|
|
7
7
|
@apply inline-flex flex-wrap items-baseline gap-4 md:gap-6;
|
|
8
|
-
.govgr-choice-divider-text {
|
|
9
|
-
@apply min-w-max mx-2;
|
|
10
|
-
}
|
|
11
8
|
}
|
|
12
9
|
.govgr-radios__item {
|
|
13
10
|
@apply block relative mb-4 pl-12;
|
|
@@ -18,7 +15,7 @@
|
|
|
18
15
|
@apply inline-block py-1 px-2 cursor-pointer;
|
|
19
16
|
}
|
|
20
17
|
.govgr-radios__input {
|
|
21
|
-
@apply absolute z-1 left-0.5 -top-1 m-0
|
|
18
|
+
@apply absolute z-1 left-0.5 -top-1 m-0
|
|
22
19
|
w-10 h-10 opacity-100 cursor-pointer
|
|
23
20
|
bg-base-100;
|
|
24
21
|
appearance: none;
|
|
@@ -26,17 +23,10 @@
|
|
|
26
23
|
height: 40px;
|
|
27
24
|
border: 2px solid currentColor;
|
|
28
25
|
border-radius: 50%;
|
|
29
|
-
&::before {
|
|
30
|
-
content: "";
|
|
31
|
-
@apply absolute bg-base-100 opacity-0 w-0 h-0;
|
|
32
|
-
top: 6px;
|
|
33
|
-
left: 6px;
|
|
34
|
-
border: 12px solid currentColor;
|
|
35
|
-
border-radius: 50%;
|
|
36
|
-
}
|
|
37
26
|
&:checked {
|
|
38
|
-
|
|
39
|
-
|
|
27
|
+
box-shadow: inset 0 0 0px 6px var(--color-base-100), inset 0 0 0 20px var(--color-base-content);
|
|
28
|
+
&:focus {
|
|
29
|
+
box-shadow: 0 0 0 4px var(--color-focus), inset 0 0 0px 4px var(--color-base-100), inset 0 0 0 20px var(--color-base-content);
|
|
40
30
|
}
|
|
41
31
|
}
|
|
42
32
|
&:focus {
|
|
@@ -44,12 +34,16 @@
|
|
|
44
34
|
outline-offset: 1px;
|
|
45
35
|
box-shadow: 0 0 0 4px var(--color-focus);
|
|
46
36
|
border-width: 4px;
|
|
47
|
-
&::before {
|
|
48
|
-
top: 4px;
|
|
49
|
-
left: 4px;
|
|
50
|
-
}
|
|
51
37
|
}
|
|
52
38
|
}
|
|
53
39
|
.govgr-radios__conditional {
|
|
54
40
|
@apply border-l-4 border-base-500 ml-4 pl-6;
|
|
55
41
|
}
|
|
42
|
+
|
|
43
|
+
/* overrides */
|
|
44
|
+
|
|
45
|
+
.govgr-radios--horizontal {
|
|
46
|
+
.govgr-choice-divider-text {
|
|
47
|
+
@apply min-w-max mx-2;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
.govgr-step-nav {
|
|
2
2
|
@apply mb-8 md:mb-12;
|
|
3
|
-
.govgr-link {
|
|
4
|
-
@apply md:text-base text-sm;
|
|
5
|
-
}
|
|
6
3
|
}
|
|
7
4
|
.govgr-step-nav__controls {
|
|
8
5
|
@apply text-right;
|
|
@@ -62,9 +59,6 @@
|
|
|
62
59
|
|
|
63
60
|
.govgr-step-nav__accordion__summary {
|
|
64
61
|
@apply list-none w-fit mb-0 py-4 pr-8 cursor-pointer;
|
|
65
|
-
.govgr-hint {
|
|
66
|
-
@apply mb-0 mt-1;
|
|
67
|
-
}
|
|
68
62
|
&::-webkit-details-marker {
|
|
69
63
|
@apply hidden;
|
|
70
64
|
}
|
|
@@ -147,3 +141,16 @@
|
|
|
147
141
|
@apply mb-0;
|
|
148
142
|
}
|
|
149
143
|
}
|
|
144
|
+
|
|
145
|
+
/* overrides */
|
|
146
|
+
|
|
147
|
+
.govgr-step-nav {
|
|
148
|
+
.govgr-link {
|
|
149
|
+
@apply md:text-base text-sm;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
.govgr-step-nav__accordion__summary {
|
|
153
|
+
.govgr-hint {
|
|
154
|
+
@apply mb-0 mt-1;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
@@ -2,15 +2,6 @@
|
|
|
2
2
|
font-size: var(--summary-list-font-size);
|
|
3
3
|
@apply m-0 mb-6 sm:mb-8 w-full
|
|
4
4
|
sm:table sm:w-full sm:table-fixed;
|
|
5
|
-
.govgr-btn {
|
|
6
|
-
@apply m-0 inline-flex;
|
|
7
|
-
}
|
|
8
|
-
.govgr-dropdown__content {
|
|
9
|
-
@apply mt-2;
|
|
10
|
-
}
|
|
11
|
-
.govgr-btn-group {
|
|
12
|
-
@apply mb-0 text-right sm:justify-end gap-y-2;
|
|
13
|
-
}
|
|
14
5
|
}
|
|
15
6
|
.govgr-summary-list--no-border {
|
|
16
7
|
.govgr-summary-list__key,
|
|
@@ -41,12 +32,6 @@
|
|
|
41
32
|
}
|
|
42
33
|
.govgr-summary-list__value {
|
|
43
34
|
@apply sm:w-6/12;
|
|
44
|
-
.govgr-link {
|
|
45
|
-
@apply pl-4;
|
|
46
|
-
}
|
|
47
|
-
.govgr-btn {
|
|
48
|
-
@apply ml-4;
|
|
49
|
-
}
|
|
50
35
|
}
|
|
51
36
|
.govgr-summary-list__actions {
|
|
52
37
|
@apply sm:w-3/12 sm:pr-0 sm:text-right;
|
|
@@ -76,3 +61,25 @@
|
|
|
76
61
|
@apply m-0
|
|
77
62
|
sm:table-cell sm:py-2 sm:pr-4 sm:border-b sm:border-solid sm:border-base-300;
|
|
78
63
|
}
|
|
64
|
+
|
|
65
|
+
/* overrides */
|
|
66
|
+
|
|
67
|
+
.govgr-summary-list {
|
|
68
|
+
.govgr-dropdown__content {
|
|
69
|
+
@apply mt-2;
|
|
70
|
+
}
|
|
71
|
+
.govgr-btn {
|
|
72
|
+
@apply m-0 inline-flex;
|
|
73
|
+
}
|
|
74
|
+
.govgr-btn-group {
|
|
75
|
+
@apply mb-0 text-right sm:justify-end gap-y-2;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
.govgr-summary-list__value {
|
|
79
|
+
.govgr-btn {
|
|
80
|
+
@apply ml-4;
|
|
81
|
+
}
|
|
82
|
+
.govgr-link {
|
|
83
|
+
@apply pl-4;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
@@ -44,65 +44,6 @@
|
|
|
44
44
|
.govgr-svg-icon--xl {
|
|
45
45
|
@apply h-10 w-10 !important;
|
|
46
46
|
}
|
|
47
|
-
.govgr-btn-primary,
|
|
48
|
-
.govgr-btn-warning {
|
|
49
|
-
.govgr-svg-icon {
|
|
50
|
-
fill: var(--color-white);
|
|
51
|
-
}
|
|
52
|
-
.govgr-svg-icon--more-vert {
|
|
53
|
-
@apply h-6 w-6 md:h-8 md:w-8;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
.govgr-btn-secondary {
|
|
57
|
-
.govgr-svg-icon {
|
|
58
|
-
fill: var(--color-base-content);
|
|
59
|
-
}
|
|
60
|
-
.govgr-svg-icon--more-vert {
|
|
61
|
-
@apply h-6 w-6;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
@media print {
|
|
65
|
-
.govgr-btn-primary,
|
|
66
|
-
.govgr-btn-warning,
|
|
67
|
-
.govgr-btn-secondary {
|
|
68
|
-
.govgr-svg-icon {
|
|
69
|
-
fill: var(--color-base-content);
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
.govgr-link {
|
|
74
|
-
.govgr-svg-icon {
|
|
75
|
-
fill: var(--color-link);
|
|
76
|
-
}
|
|
77
|
-
&:hover {
|
|
78
|
-
.govgr-svg-icon {
|
|
79
|
-
fill: var(--color-link-hover);
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
&:focus {
|
|
83
|
-
.govgr-svg-icon {
|
|
84
|
-
fill: var(--color-link-active);
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
.govgr-header,
|
|
89
|
-
.govgr-admin-header {
|
|
90
|
-
.govgr-link {
|
|
91
|
-
.govgr-svg-icon {
|
|
92
|
-
fill: var(--color-white);
|
|
93
|
-
}
|
|
94
|
-
&:hover {
|
|
95
|
-
.govgr-svg-icon {
|
|
96
|
-
fill: var(--color-white);
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
&:focus {
|
|
100
|
-
.govgr-svg-icon {
|
|
101
|
-
fill: var(--color-link-active);
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
47
|
.govgr-svg-icon--burger {
|
|
107
48
|
fill: var(--color-base-content);
|
|
108
49
|
/* @apply w-8 h-8 float-right cursor-pointer transition-all */
|
package/src/components/table.css
CHANGED
|
@@ -26,12 +26,6 @@
|
|
|
26
26
|
@apply w-full border-collapse table;
|
|
27
27
|
@apply md:mb-10 mb-6 text-base-content md:text-lg text-base font-normal antialiased;
|
|
28
28
|
border-spacing: 0;
|
|
29
|
-
.govgr-dropdown__content {
|
|
30
|
-
@apply mt-0;
|
|
31
|
-
}
|
|
32
|
-
.govgr-dropdown__button {
|
|
33
|
-
@apply mb-0;
|
|
34
|
-
}
|
|
35
29
|
}
|
|
36
30
|
.govgr-table-sort__icons-container {
|
|
37
31
|
@apply flex flex-col;
|
|
@@ -76,14 +70,6 @@
|
|
|
76
70
|
@apply pl-2;
|
|
77
71
|
}
|
|
78
72
|
}
|
|
79
|
-
.govgr-table__cell {
|
|
80
|
-
.govgr-btn {
|
|
81
|
-
@apply mb-0;
|
|
82
|
-
}
|
|
83
|
-
.govgr-btn-group {
|
|
84
|
-
@apply mb-0;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
73
|
.govgr-table--dark,
|
|
88
74
|
.govgr-table--zebra {
|
|
89
75
|
.govgr-table__header,
|
|
@@ -235,29 +221,6 @@
|
|
|
235
221
|
.govgr-table__row {
|
|
236
222
|
@apply bg-base-100;
|
|
237
223
|
}
|
|
238
|
-
.govgr-table__header {
|
|
239
|
-
.govgr-dropdown__button:not(:focus) {
|
|
240
|
-
@apply no-underline font-bold text-base-content !important;
|
|
241
|
-
}
|
|
242
|
-
.govgr-dropdown__button--underline:not(:focus) {
|
|
243
|
-
@apply underline !important;
|
|
244
|
-
text-decoration-thickness: 2px !important;
|
|
245
|
-
}
|
|
246
|
-
.govgr-dropdown__content {
|
|
247
|
-
@apply py-0;
|
|
248
|
-
}
|
|
249
|
-
.govgr-nav__list-item-link, .govgr-nav__list-item-btn {
|
|
250
|
-
@apply flex no-underline;
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
.govgr-table__cell {
|
|
254
|
-
.govgr-btn {
|
|
255
|
-
@apply mb-0;
|
|
256
|
-
}
|
|
257
|
-
.govgr-btn-group {
|
|
258
|
-
@apply mb-0;
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
224
|
.govgr-table__header,
|
|
262
225
|
.govgr-table__cell {
|
|
263
226
|
@apply pr-5 py-2.5 pl-0 border-b border-solid border-base-300 text-left align-middle;
|
|
@@ -297,3 +260,37 @@
|
|
|
297
260
|
backdrop-filter: blur(0.6px);
|
|
298
261
|
}
|
|
299
262
|
}
|
|
263
|
+
|
|
264
|
+
/* overrides */
|
|
265
|
+
|
|
266
|
+
.govgr-table {
|
|
267
|
+
.govgr-dropdown__content {
|
|
268
|
+
@apply mt-0;
|
|
269
|
+
}
|
|
270
|
+
.govgr-dropdown__button {
|
|
271
|
+
@apply mb-0;
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
.govgr-table__cell {
|
|
275
|
+
.govgr-btn {
|
|
276
|
+
@apply mb-0;
|
|
277
|
+
}
|
|
278
|
+
.govgr-btn-group {
|
|
279
|
+
@apply mb-0;
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
.govgr-table__header {
|
|
283
|
+
.govgr-dropdown__content {
|
|
284
|
+
@apply py-0;
|
|
285
|
+
}
|
|
286
|
+
.govgr-dropdown__button:not(:focus) {
|
|
287
|
+
@apply no-underline font-bold text-base-content !important;
|
|
288
|
+
}
|
|
289
|
+
.govgr-dropdown__button--underline:not(:focus) {
|
|
290
|
+
@apply underline !important;
|
|
291
|
+
text-decoration-thickness: 2px !important;
|
|
292
|
+
}
|
|
293
|
+
.govgr-nav__list-item-link, .govgr-nav__list-item-btn {
|
|
294
|
+
@apply flex no-underline;
|
|
295
|
+
}
|
|
296
|
+
}
|
|
@@ -15,14 +15,32 @@
|
|
|
15
15
|
}
|
|
16
16
|
.govgr-task-list__content {
|
|
17
17
|
@apply mb-4;
|
|
18
|
+
}
|
|
19
|
+
.govgr-task-list__content__tag {
|
|
20
|
+
@apply px-2 py-1 mr-2 inline-block font-sans text-sm uppercase tracking-widest print:border-2 print:bg-white print:mr-4;
|
|
21
|
+
}
|
|
22
|
+
.govgr-task-list__content__tag--info {
|
|
23
|
+
@apply bg-info text-white print:border-info-hover print:text-info-hover;
|
|
24
|
+
}
|
|
25
|
+
.govgr-task-list__content__tag--primary {
|
|
26
|
+
@apply bg-secondary text-base-content print:border-info print:text-info;
|
|
27
|
+
}
|
|
28
|
+
.govgr-task-list__content__tag--secondary {
|
|
29
|
+
@apply bg-base-300 print:border-base-800 print:text-base-800;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
/* overrides */
|
|
33
|
+
|
|
34
|
+
.govgr-task-list__content {
|
|
18
35
|
.govgr-body {
|
|
19
36
|
@apply mb-2 md:mb-3;
|
|
20
37
|
}
|
|
21
38
|
.govgr-summary-list__row:first-child {
|
|
22
|
-
& >
|
|
39
|
+
& > .govgr-summary-list__key {
|
|
23
40
|
@apply border-t-2 border-base-400;
|
|
24
41
|
}
|
|
25
|
-
& >
|
|
42
|
+
& > .govgr-summary-list__value,
|
|
43
|
+
& > .govgr-summary-list__actions {
|
|
26
44
|
@apply sm:border-t-2 sm:border-base-400;
|
|
27
45
|
}
|
|
28
46
|
}
|
|
@@ -30,15 +48,3 @@
|
|
|
30
48
|
@apply font-normal sm:mb-0 mb-2 pt-2;
|
|
31
49
|
}
|
|
32
50
|
}
|
|
33
|
-
.govgr-task-list__content__tag {
|
|
34
|
-
@apply px-2 py-1 mr-2 inline-block font-sans text-sm uppercase tracking-widest;
|
|
35
|
-
}
|
|
36
|
-
.govgr-task-list__content__tag--info {
|
|
37
|
-
@apply bg-info text-white print:border-2 print:bg-white print:border-info-hover print:text-info-hover print:mr-4;
|
|
38
|
-
}
|
|
39
|
-
.govgr-task-list__content__tag--primary {
|
|
40
|
-
@apply bg-secondary text-base-content print:border-2 print:bg-white print:border-info print:text-info print:mr-4;
|
|
41
|
-
}
|
|
42
|
-
.govgr-task-list__content__tag--secondary {
|
|
43
|
-
@apply bg-base-300 print:border-2 print:bg-white print:border-base-800 print:text-base-800 print:mr-4;
|
|
44
|
-
}
|
|
@@ -31,13 +31,20 @@
|
|
|
31
31
|
}
|
|
32
32
|
.govgr-timeline__content {
|
|
33
33
|
@apply mb-4;
|
|
34
|
+
}
|
|
35
|
+
.govgr-timeline__actions {
|
|
36
|
+
@apply flex flex-wrap items-center gap-4 mb-6;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
/* overrides */
|
|
40
|
+
|
|
41
|
+
.govgr-timeline__content {
|
|
34
42
|
.govgr-hint,
|
|
35
43
|
.govgr-body {
|
|
36
44
|
@apply mb-2 md:mb-3;
|
|
37
45
|
}
|
|
38
46
|
}
|
|
39
47
|
.govgr-timeline__actions {
|
|
40
|
-
@apply flex flex-wrap items-center gap-4 mb-6;
|
|
41
48
|
.govgr-btn,
|
|
42
49
|
.govgr-link {
|
|
43
50
|
@apply mb-0;
|