@verisoft/ui-govcz 18.8.0 → 19.0.0-1
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/assets/i18n/cs.json +10 -0
- package/assets/i18n/en.json +8 -0
- package/assets/sass/main.scss +6 -242
- package/assets/sass/utils/_utils.scss +3 -0
- package/assets/sass/utils/_variables.scss +3 -0
- package/assets/sass/utils/index.scss +2 -0
- package/assets/sass/vendors/_bootstrap.scss +2 -2
- package/fesm2022/verisoft-ui-govcz.mjs +253 -393
- package/fesm2022/verisoft-ui-govcz.mjs.map +1 -1
- package/lib/components/checkbox/checkbox.component.d.ts +2 -2
- package/lib/components/dropdown-button/dropdown-button.component.d.ts +15 -0
- package/lib/components/dropdown-button/index.d.ts +1 -0
- package/lib/components/errors/error.component.d.ts +1 -1
- package/lib/components/index.d.ts +1 -1
- package/lib/components/shared-components/action-button-group/action-button-group.component.d.ts +1 -2
- package/lib/components/tab-view/index.d.ts +0 -1
- package/lib/components/tab-view/tab-view-item.component.d.ts +1 -1
- package/lib/components/tab-view/tab-view.component.d.ts +1 -1
- package/lib/components/textarea/textarea.component.d.ts +5 -4
- package/lib/components/tooltip/tooltip.component.d.ts +7 -15
- package/package.json +14 -16
- package/assets/sass/sidemenu.css +0 -205
- package/esm2022/index.mjs +0 -2
- package/esm2022/lib/components/breadcrumb/breadcrumb.component.mjs +0 -34
- package/esm2022/lib/components/breadcrumb/index.mjs +0 -2
- package/esm2022/lib/components/button/button.component.mjs +0 -87
- package/esm2022/lib/components/button/index.mjs +0 -2
- package/esm2022/lib/components/calendar/calendar.component.mjs +0 -87
- package/esm2022/lib/components/calendar/index.mjs +0 -2
- package/esm2022/lib/components/checkbox/checkbox.component.mjs +0 -62
- package/esm2022/lib/components/checkbox/index.mjs +0 -2
- package/esm2022/lib/components/confirm-dialog/confirm-dialog.component.mjs +0 -72
- package/esm2022/lib/components/confirm-dialog/index.mjs +0 -2
- package/esm2022/lib/components/dropdown/dropdown-item.component.mjs +0 -14
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +0 -280
- package/esm2022/lib/components/dropdown/dropdown.model.mjs +0 -2
- package/esm2022/lib/components/dropdown/index.mjs +0 -2
- package/esm2022/lib/components/errors/error.component.mjs +0 -34
- package/esm2022/lib/components/errors/index.mjs +0 -2
- package/esm2022/lib/components/form-field/form-field.component.mjs +0 -92
- package/esm2022/lib/components/form-field/index.mjs +0 -2
- package/esm2022/lib/components/header/header.component.mjs +0 -85
- package/esm2022/lib/components/header/index.mjs +0 -2
- package/esm2022/lib/components/index.mjs +0 -34
- package/esm2022/lib/components/input-group/index.mjs +0 -2
- package/esm2022/lib/components/input-group/input-group.component.mjs +0 -89
- package/esm2022/lib/components/loader/index.mjs +0 -2
- package/esm2022/lib/components/loader/loader.component.mjs +0 -34
- package/esm2022/lib/components/multiselect/index.mjs +0 -2
- package/esm2022/lib/components/multiselect/multiselect.component.mjs +0 -121
- package/esm2022/lib/components/number-input/index.mjs +0 -2
- package/esm2022/lib/components/number-input/number-input.component.mjs +0 -104
- package/esm2022/lib/components/page-header/index.mjs +0 -2
- package/esm2022/lib/components/page-header/page-header.component.mjs +0 -28
- package/esm2022/lib/components/password/index.mjs +0 -2
- package/esm2022/lib/components/password/password.component.mjs +0 -94
- package/esm2022/lib/components/radiobutton/index.mjs +0 -2
- package/esm2022/lib/components/radiobutton/radiobutton.component.mjs +0 -50
- package/esm2022/lib/components/search/index.mjs +0 -2
- package/esm2022/lib/components/search/search.component.mjs +0 -40
- package/esm2022/lib/components/section/index.mjs +0 -2
- package/esm2022/lib/components/section/section.component.mjs +0 -70
- package/esm2022/lib/components/shared-components/action-button-group/action-button-group.component.mjs +0 -97
- package/esm2022/lib/components/shared-components/action-button-group/components/action-button/action-button.component.mjs +0 -64
- package/esm2022/lib/components/shared-components/action-button-group/index.mjs +0 -3
- package/esm2022/lib/components/shared-components/dynamic-component/dynamic-component-factory.service.mjs +0 -91
- package/esm2022/lib/components/shared-components/dynamic-component/dynamic-component.component.mjs +0 -42
- package/esm2022/lib/components/shared-components/dynamic-component/index.mjs +0 -3
- package/esm2022/lib/components/shared-components/feature-list/directives/feature-list-column.directive.mjs +0 -43
- package/esm2022/lib/components/shared-components/feature-list/directives/feature-list-filter-field.directive.mjs +0 -16
- package/esm2022/lib/components/shared-components/feature-list/feature-list-filter.pipe.mjs +0 -24
- package/esm2022/lib/components/shared-components/feature-list/feature-list-page.component.mjs +0 -43
- package/esm2022/lib/components/shared-components/feature-list/feature-list-page.model.mjs +0 -16
- package/esm2022/lib/components/shared-components/feature-list/feature-list.component.mjs +0 -285
- package/esm2022/lib/components/shared-components/feature-list/index.mjs +0 -6
- package/esm2022/lib/components/shared-components/filter/directives/filter-field.directive.mjs +0 -53
- package/esm2022/lib/components/shared-components/filter/filter.component.mjs +0 -195
- package/esm2022/lib/components/shared-components/filter/filter.model.mjs +0 -16
- package/esm2022/lib/components/shared-components/filter/index.mjs +0 -3
- package/esm2022/lib/components/shared-components/generic-field/generic-field.component.mjs +0 -98
- package/esm2022/lib/components/shared-components/generic-field/index.mjs +0 -2
- package/esm2022/lib/components/shared-components/generic-form/generic-form.component.mjs +0 -46
- package/esm2022/lib/components/shared-components/generic-form/generic-form.model.mjs +0 -50
- package/esm2022/lib/components/shared-components/generic-form/index.mjs +0 -3
- package/esm2022/lib/components/shared-components/index.mjs +0 -7
- package/esm2022/lib/components/side-menu/index.mjs +0 -3
- package/esm2022/lib/components/side-menu/side-menu.component.mjs +0 -48
- package/esm2022/lib/components/side-menu/side-menu.module.mjs +0 -59
- package/esm2022/lib/components/snackbar/index.mjs +0 -3
- package/esm2022/lib/components/snackbar/services/snackbar.service.mjs +0 -75
- package/esm2022/lib/components/snackbar/snackbar.component.mjs +0 -61
- package/esm2022/lib/components/snackbar/snackbar.model.mjs +0 -2
- package/esm2022/lib/components/stepper/index.mjs +0 -2
- package/esm2022/lib/components/stepper/stepper.component.mjs +0 -66
- package/esm2022/lib/components/switch/index.mjs +0 -2
- package/esm2022/lib/components/switch/switch.component.mjs +0 -45
- package/esm2022/lib/components/tab-view/index.mjs +0 -4
- package/esm2022/lib/components/tab-view/tab-view-item.component.mjs +0 -41
- package/esm2022/lib/components/tab-view/tab-view.component.mjs +0 -56
- package/esm2022/lib/components/tab-view/tab-view.module.mjs +0 -41
- package/esm2022/lib/components/table/index.mjs +0 -2
- package/esm2022/lib/components/table/table-pagination-info.component.mjs +0 -32
- package/esm2022/lib/components/table/table.component.mjs +0 -359
- package/esm2022/lib/components/table/table.model.mjs +0 -14
- package/esm2022/lib/components/textarea/index.mjs +0 -2
- package/esm2022/lib/components/textarea/textarea.component.mjs +0 -95
- package/esm2022/lib/components/textfield/index.mjs +0 -2
- package/esm2022/lib/components/textfield/textfield.component.mjs +0 -124
- package/esm2022/lib/components/tooltip/index.mjs +0 -2
- package/esm2022/lib/components/tooltip/tooltip.component.mjs +0 -66
- package/esm2022/lib/components/tristatecheckbox/index.mjs +0 -2
- package/esm2022/lib/components/tristatecheckbox/tristatecheckbox.component.mjs +0 -89
- package/esm2022/lib/icons.mjs +0 -35
- package/esm2022/lib/index.mjs +0 -6
- package/esm2022/lib/init.service.mjs +0 -17
- package/esm2022/lib/pages/index.mjs +0 -4
- package/esm2022/lib/pages/not-authenticated/index.mjs +0 -2
- package/esm2022/lib/pages/not-authenticated/not-authenticated.component.mjs +0 -17
- package/esm2022/lib/pages/not-authorized/index.mjs +0 -2
- package/esm2022/lib/pages/not-authorized/not-authorized.component.mjs +0 -20
- package/esm2022/lib/pages/not-found/index.mjs +0 -2
- package/esm2022/lib/pages/not-found/not-found.component.mjs +0 -20
- package/esm2022/lib/pipes/color/color.pipe.mjs +0 -27
- package/esm2022/lib/pipes/index.mjs +0 -4
- package/esm2022/lib/pipes/multiselect/multiselect-options.pipe.mjs +0 -52
- package/esm2022/lib/pipes/size/size.pipe.mjs +0 -23
- package/esm2022/verisoft-ui-govcz.mjs +0 -5
- package/lib/components/tab-view/tab-view.module.d.ts +0 -12
- package/lib/components/tristatecheckbox/index.d.ts +0 -1
- package/lib/components/tristatecheckbox/tristatecheckbox.component.d.ts +0 -27
package/assets/i18n/cs.json
CHANGED
|
@@ -5,5 +5,15 @@
|
|
|
5
5
|
"PATTERN": "Input neodpovídá vzoru!",
|
|
6
6
|
"MIN_LENGTH": "Hodnota nemá dostatek znaků!",
|
|
7
7
|
"MAX_LENGTH": "Hodnota přesahuje maximum znaků!"
|
|
8
|
+
}, "TABLES": {
|
|
9
|
+
"NO_DATA": "Žádná data k zobrazení",
|
|
10
|
+
"LOADING": "Načítání dat...",
|
|
11
|
+
"ERROR": "Chyba při načítání dat",
|
|
12
|
+
"PAGINATION": {
|
|
13
|
+
"SHOWING": "Zobrazeno",
|
|
14
|
+
"TO": "až",
|
|
15
|
+
"OF": "z",
|
|
16
|
+
"ENTRIES": "záznamů"
|
|
17
|
+
}
|
|
8
18
|
}
|
|
9
19
|
}
|
package/assets/i18n/en.json
CHANGED
|
@@ -5,5 +5,13 @@
|
|
|
5
5
|
"PATTERN": "Input doesn't match the pattern",
|
|
6
6
|
"MIN_LENGTH": "Value doesn't have enough characters",
|
|
7
7
|
"MAX_LENGTH": "Value exceeds the maximum amount of characters"
|
|
8
|
+
}, "TABLES": {
|
|
9
|
+
"EMPTY": "No data to display",
|
|
10
|
+
"PAGINATION": {
|
|
11
|
+
"SHOWING": "showing",
|
|
12
|
+
"TO": "to",
|
|
13
|
+
"OF": "of",
|
|
14
|
+
"ENTRIES": "entries"
|
|
15
|
+
}
|
|
8
16
|
}
|
|
9
17
|
}
|
package/assets/sass/main.scss
CHANGED
|
@@ -1,246 +1,10 @@
|
|
|
1
1
|
$version: '0.0.1';
|
|
2
2
|
|
|
3
|
-
@
|
|
3
|
+
@use './vendors/bootstrap';
|
|
4
4
|
|
|
5
|
-
@
|
|
5
|
+
@use "@gov-design-system-ce/styles/lib/tokens.css";
|
|
6
|
+
@use "@gov-design-system-ce/styles/lib/styles.css";
|
|
7
|
+
@use "@gov-design-system-ce/styles/lib/layout.css";
|
|
6
8
|
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
|
|
10
|
-
@import '@gov-design-system-ce/styles/lib/styles.css';
|
|
11
|
-
@import '@gov-design-system-ce/styles/lib/layout.css';
|
|
12
|
-
@import '@gov-design-system-ce/styles/lib/components.css';
|
|
13
|
-
|
|
14
|
-
@import '@gov-design-system-ce/fonts/lib/roboto.css';
|
|
15
|
-
|
|
16
|
-
:root {
|
|
17
|
-
--color-primary-600: var(--color-primary-700);
|
|
18
|
-
--gov-color-blue: var(--color-primary-700);
|
|
19
|
-
--color-evaluatin-pink: #e7877891;
|
|
20
|
-
--gov-app-max-width: 100%;
|
|
21
|
-
--layout-gap: var(--templates-margin-l);
|
|
22
|
-
--container-width: var(--templates-layout-page-limit-max);
|
|
23
|
-
--container-padding-horizontal: var(--templates-margin-l);
|
|
24
|
-
--container-padding-top: var(--templates-margin-l);
|
|
25
|
-
--container-padding-bottom: var(--templates-margin-8xl);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
@media (max-width: 29.99em) {
|
|
29
|
-
:root {
|
|
30
|
-
--templates-layout-image-highlighted-height: 17.5rem;
|
|
31
|
-
--templates-layout-image-small-height: 17.5rem;
|
|
32
|
-
--templates-layout-page-limit-max: 40rem;
|
|
33
|
-
--templates-margin-none: 0rem;
|
|
34
|
-
--templates-margin-s: 0.375rem;
|
|
35
|
-
--templates-margin-m: 0.75rem;
|
|
36
|
-
--templates-margin-l: 1rem;
|
|
37
|
-
--templates-margin-xl: 1.75rem;
|
|
38
|
-
--templates-margin-2xl: 2.25rem;
|
|
39
|
-
--templates-margin-3xl: 2.625rem;
|
|
40
|
-
--templates-margin-4xl: 3rem;
|
|
41
|
-
--templates-margin-5xl: 3.625rem;
|
|
42
|
-
--templates-margin-6xl: 4rem;
|
|
43
|
-
--templates-margin-7xl: 4.5rem;
|
|
44
|
-
--templates-margin-8xl: 6.25rem;
|
|
45
|
-
--templates-margin-9xl: 9.25rem;
|
|
46
|
-
--templates-viewport-min: 18.75rem;
|
|
47
|
-
--templates-viewport-default: 22.5rem;
|
|
48
|
-
--templates-viewport-max: 50rem;
|
|
49
|
-
--templates-width-max-xs: 6.25rem;
|
|
50
|
-
--templates-width-max-s: 12.5rem;
|
|
51
|
-
--templates-width-max-m: 18.75rem;
|
|
52
|
-
--templates-width-max-l: 25rem;
|
|
53
|
-
--templates-width-max-xl: 31.25rem;
|
|
54
|
-
--templates-width-max-2xl: 37.5rem;
|
|
55
|
-
--templates-width-max-3xl: 43.75rem;
|
|
56
|
-
--templates-width-max-4xl: 50rem;
|
|
57
|
-
--templates-width-max-5xl: 50rem;
|
|
58
|
-
--templates-width-max-6xl: 50rem;
|
|
59
|
-
--templates-width-max-7xl: 50rem;
|
|
60
|
-
--templates-width-max-8xl: 50rem;
|
|
61
|
-
--templates-width-min-xs: 6.25rem;
|
|
62
|
-
--templates-width-min-s: 12.5rem;
|
|
63
|
-
--templates-width-min-m: 18.75rem;
|
|
64
|
-
--templates-width-min-l: 18.75rem;
|
|
65
|
-
--templates-width-min-2xl: 18.75rem;
|
|
66
|
-
--templates-width-min-3xl: 18.75rem;
|
|
67
|
-
--templates-width-min-4xl: 18.75rem;
|
|
68
|
-
--templates-width-min-5xl: 18.75rem;
|
|
69
|
-
--templates-width-min-6xl: 18.75rem;
|
|
70
|
-
--templates-width-min-7xl: 18.75rem;
|
|
71
|
-
--templates-width-min-8xl: 18.75rem;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
@media (min-width: 30em) and (max-width: 63.99em) {
|
|
76
|
-
:root {
|
|
77
|
-
--templates-layout-image-small-height: 11.75rem;
|
|
78
|
-
--templates-layout-image-highlighted-height: 35.75rem;
|
|
79
|
-
--templates-layout-page-limit-max: 75rem;
|
|
80
|
-
--templates-margin-none: 0rem;
|
|
81
|
-
--templates-margin-s: 0.5rem;
|
|
82
|
-
--templates-margin-m: 1rem;
|
|
83
|
-
--templates-margin-l: 1.5rem;
|
|
84
|
-
--templates-margin-xl: 2rem;
|
|
85
|
-
--templates-margin-2xl: 2.5rem;
|
|
86
|
-
--templates-margin-3xl: 3rem;
|
|
87
|
-
--templates-margin-4xl: 3.5rem;
|
|
88
|
-
--templates-margin-5xl: 4rem;
|
|
89
|
-
--templates-margin-6xl: 4.5rem;
|
|
90
|
-
--templates-margin-7xl: 5rem;
|
|
91
|
-
--templates-margin-8xl: 7.5rem;
|
|
92
|
-
--templates-margin-9xl: 10rem;
|
|
93
|
-
--templates-viewport-min: 40rem;
|
|
94
|
-
--templates-viewport-default: 64rem;
|
|
95
|
-
--templates-viewport-max: 90rem;
|
|
96
|
-
--templates-width-max-xs: 6.25rem;
|
|
97
|
-
--templates-width-max-s: 12.5rem;
|
|
98
|
-
--templates-width-max-m: 18.75rem;
|
|
99
|
-
--templates-width-max-l: 25rem;
|
|
100
|
-
--templates-width-max-xl: 31.25rem;
|
|
101
|
-
--templates-width-max-2xl: 37.5rem;
|
|
102
|
-
--templates-width-max-3xl: 43.75rem;
|
|
103
|
-
--templates-width-max-4xl: 50rem;
|
|
104
|
-
--templates-width-max-5xl: 56.25rem;
|
|
105
|
-
--templates-width-max-6xl: 62.5rem;
|
|
106
|
-
--templates-width-max-7xl: 68.75rem;
|
|
107
|
-
--templates-width-max-8xl: 75rem;
|
|
108
|
-
--templates-width-min-xs: 6.25rem;
|
|
109
|
-
--templates-width-min-s: 12.5rem;
|
|
110
|
-
--templates-width-min-m: 18.75rem;
|
|
111
|
-
--templates-width-min-l: 25rem;
|
|
112
|
-
--templates-width-min-xl: 31.25rem;
|
|
113
|
-
--templates-width-min-2xl: 37.5rem;
|
|
114
|
-
--templates-width-min-3xl: 43.75rem;
|
|
115
|
-
--templates-width-min-4xl: 50rem;
|
|
116
|
-
--templates-width-min-5xl: 56.25rem;
|
|
117
|
-
--templates-width-min-6xl: 62.5rem;
|
|
118
|
-
--templates-width-min-7xl: 68.75rem;
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
@media (min-width: 64em) {
|
|
123
|
-
:root {
|
|
124
|
-
--templates-layout-image-small-height: 11.75rem;
|
|
125
|
-
--templates-layout-image-highlighted-height: 35.75rem;
|
|
126
|
-
--templates-layout-page-limit-max: 75rem;
|
|
127
|
-
--templates-margin-none: 0rem;
|
|
128
|
-
--templates-margin-s: 0.5rem;
|
|
129
|
-
--templates-margin-m: 1rem;
|
|
130
|
-
--templates-margin-l: 1.5rem;
|
|
131
|
-
--templates-margin-xl: 2rem;
|
|
132
|
-
--templates-margin-2xl: 2.5rem;
|
|
133
|
-
--templates-margin-3xl: 3rem;
|
|
134
|
-
--templates-margin-4xl: 3.5rem;
|
|
135
|
-
--templates-margin-5xl: 4rem;
|
|
136
|
-
--templates-margin-6xl: 4.5rem;
|
|
137
|
-
--templates-margin-7xl: 5rem;
|
|
138
|
-
--templates-margin-8xl: 7.5rem;
|
|
139
|
-
--templates-margin-9xl: 10rem;
|
|
140
|
-
--templates-viewport-min: 50rem;
|
|
141
|
-
--templates-viewport-default: 90rem;
|
|
142
|
-
--templates-viewport-max: 128.75rem;
|
|
143
|
-
--templates-width-max-xs: 6.25rem;
|
|
144
|
-
--templates-width-max-s: 12.5rem;
|
|
145
|
-
--templates-width-max-m: 18.75rem;
|
|
146
|
-
--templates-width-max-l: 25rem;
|
|
147
|
-
--templates-width-max-xl: 31.25rem;
|
|
148
|
-
--templates-width-max-2xl: 37.5rem;
|
|
149
|
-
--templates-width-max-3xl: 43.75rem;
|
|
150
|
-
--templates-width-max-4xl: 50rem;
|
|
151
|
-
--templates-width-max-5xl: 56.25rem;
|
|
152
|
-
--templates-width-max-6xl: 62.5rem;
|
|
153
|
-
--templates-width-max-7xl: 68.75rem;
|
|
154
|
-
--templates-width-max-8xl: 75rem;
|
|
155
|
-
--templates-width-min-xs: 6.25rem;
|
|
156
|
-
--templates-width-min-s: 12.5rem;
|
|
157
|
-
--templates-width-min-m: 18.75rem;
|
|
158
|
-
--templates-width-min-l: 25rem;
|
|
159
|
-
--templates-width-min-xl: 31.25rem;
|
|
160
|
-
--templates-width-min-2xl: 37.5rem;
|
|
161
|
-
--templates-width-min-3xl: 43.75rem;
|
|
162
|
-
--templates-width-min-4xl: 50rem;
|
|
163
|
-
--templates-width-min-5xl: 56.25rem;
|
|
164
|
-
--templates-width-min-6xl: 62.5rem;
|
|
165
|
-
--templates-width-min-7xl: 68.75rem;
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.gov-header {
|
|
170
|
-
max-height: 8.5rem;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
.gov-header,
|
|
174
|
-
.gov-header__submenu {
|
|
175
|
-
box-shadow: 0 1px 1px hsla(0deg 0% 0% / 0.075), 0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075), 0 8px 8px hsl(0deg 0% 0% / 0.075);
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
body {
|
|
179
|
-
overflow: hidden;
|
|
180
|
-
max-height: 100vh;
|
|
181
|
-
background-color: var(--background-page-white);
|
|
182
|
-
font-family: 'Roboto', sans-serif;
|
|
183
|
-
font-size: 0.9375rem;
|
|
184
|
-
font-weight: 400;
|
|
185
|
-
letter-spacing: 0.0125em;
|
|
186
|
-
-webkit-font-smoothing: antialiased;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.gov-main-container {
|
|
190
|
-
max-width: var(--gov-app-max-width);
|
|
191
|
-
margin: 0 auto;
|
|
192
|
-
flex-wrap: wrap;
|
|
193
|
-
|
|
194
|
-
&-content {
|
|
195
|
-
overflow: auto;
|
|
196
|
-
overflow-x: hidden;
|
|
197
|
-
height: calc(100vh - 12rem);
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.gov-sidemenu {
|
|
202
|
-
max-width: 12rem;
|
|
203
|
-
overflow: auto;
|
|
204
|
-
height: calc(100vh - 8.5rem);
|
|
205
|
-
box-shadow: 1px 4px 1px hsla(0deg 0% 0% / 0.075), 2px 4px 2px hsl(0deg 0% 0% / 0.075), 4px 4px 4px hsl(0deg 0% 0% / 0.075),
|
|
206
|
-
8px 4px 8px hsl(0deg 0% 0% / 0.075);
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.gov-breadcrums {
|
|
210
|
-
height: 1.5rem;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
.gov-accordion-item__summary {
|
|
214
|
-
background-color: var(--color-primary-200);
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.gov-clickable {
|
|
218
|
-
cursor: pointer;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
.bg-primary {
|
|
222
|
-
background-color: var(--color-primary-600) !important;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
.v-filter h2 {
|
|
226
|
-
font-size: var(--font-size-1xl);
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.v-filter_action-buttons button {
|
|
230
|
-
background-color: var(--color-primary-50) !important;
|
|
231
|
-
border: 1px solid var(--border-primary);
|
|
232
|
-
color: var(--color-primary-600) !important;
|
|
233
|
-
|
|
234
|
-
&:hover {
|
|
235
|
-
background-color: var(--color-primary-200) !important;
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.v-action-button-group button {
|
|
240
|
-
background-color: var(--color-primary-50) !important;
|
|
241
|
-
color: var(--color-primary-600) !important;
|
|
242
|
-
|
|
243
|
-
&:hover {
|
|
244
|
-
background-color: var(--color-primary-200) !important;
|
|
245
|
-
}
|
|
246
|
-
}
|
|
9
|
+
@use './utils';
|
|
10
|
+
@use "@gov-design-system-ce/styles/lib/components.css";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@use 'bootstrap/scss/bootstrap-grid.scss';
|
|
2
|
+
@use 'bootstrap/scss/bootstrap-utilities.scss';
|