@entit/digit-ui-css 1.5.6 → 2.0.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/index.css +2302 -400
- package/dist/index.min.css +1 -1
- package/package.json +64 -64
- package/src/components/CardBasedOptions.scss +110 -44
- package/src/components/CitizenHomeCard.scss +57 -46
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +64 -0
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +31 -23
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +55 -55
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/TimeLine.scss +67 -67
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +97 -58
- package/src/components/bannercomponents.scss +137 -131
- package/src/components/body.scss +146 -118
- package/src/components/buttons.scss +50 -47
- package/src/components/card.scss +412 -389
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +318 -185
- package/src/components/checkbox.scss +84 -53
- package/src/components/checkpoint.scss +65 -63
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +11 -11
- package/src/components/datatable.scss +76 -72
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +115 -22
- package/src/components/howItWorks.scss +71 -0
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -34
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +27 -27
- package/src/components/languageSelector.scss +24 -23
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +30 -30
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +87 -72
- package/src/components/multiSelectDropdown.scss +72 -72
- package/src/components/navbar.scss +308 -110
- package/src/components/plusMinus.scss +15 -0
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +56 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +20 -20
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +199 -173
- package/src/components/staticDynamicMessages.scss +107 -0
- package/src/components/staticSideBar.scss +27 -0
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -25
- package/src/components/table.scss +178 -167
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +108 -90
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +41 -0
- package/src/components/topbar.scss +148 -134
- package/src/components/uploadcomponents.scss +113 -95
- package/src/index.scss +768 -544
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -5
- package/src/pages/citizen/DocumentList.scss +304 -304
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +163 -99
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +21 -21
- package/src/pages/citizen/container.scss +19 -19
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -12
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dss.scss +249 -116
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +687 -455
- package/src/pages/employee/index.scss +625 -337
- package/src/pages/employee/login.scss +260 -185
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -34
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +272 -273
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
package/src/components/card.scss
CHANGED
@@ -1,390 +1,413 @@
|
|
1
|
-
.card {
|
2
|
-
@apply bg-white m-sm px-md pt-md pb-lg shadow-card;
|
3
|
-
border-radius: 4px;
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
}
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
.
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
.
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
.header-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
}
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
@
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
@apply
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
@apply
|
162
|
-
}
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
}
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
.header-
|
303
|
-
margin-
|
304
|
-
}
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
}
|
339
|
-
.info-banner-wrap
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
}
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
margin-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
1
|
+
.card {
|
2
|
+
@apply bg-white m-sm px-md pt-md pb-lg shadow-card;
|
3
|
+
border-radius: 4px;
|
4
|
+
max-width: 960px;
|
5
|
+
|
6
|
+
.card-header {
|
7
|
+
@apply text-text-primary text-heading-xl font-bold font-rc align-middle text-left mb-md;
|
8
|
+
}
|
9
|
+
|
10
|
+
.card-sub-header {
|
11
|
+
@apply text-text-primary text-caption-xl font-bold align-middle text-left mb-sm;
|
12
|
+
}
|
13
|
+
|
14
|
+
.card-caption {
|
15
|
+
@apply text-text-secondary text-caption-xl mb-sm;
|
16
|
+
}
|
17
|
+
|
18
|
+
.card-text {
|
19
|
+
@apply text-text-secondary text-body-l align-middle text-left mb-lg;
|
20
|
+
|
21
|
+
span {
|
22
|
+
@apply text-text-primary;
|
23
|
+
}
|
24
|
+
}
|
25
|
+
|
26
|
+
.card-text-primary {
|
27
|
+
@apply text-text-primary text-body-l;
|
28
|
+
}
|
29
|
+
|
30
|
+
.card-text-button {
|
31
|
+
@apply text-primary-main text-text-btn;
|
32
|
+
}
|
33
|
+
|
34
|
+
.card-label {
|
35
|
+
@apply text-legend text-text-primary mb-sm;
|
36
|
+
}
|
37
|
+
|
38
|
+
.card-label-error {
|
39
|
+
@apply block text-body-s text-error mb-md;
|
40
|
+
}
|
41
|
+
|
42
|
+
.card-label-desc {
|
43
|
+
@apply font-bold text-text-secondary text-heading-s mb-md;
|
44
|
+
}
|
45
|
+
|
46
|
+
.card-link {
|
47
|
+
@apply block text-center text-link text-primary-main mt-md cursor-pointer;
|
48
|
+
}
|
49
|
+
}
|
50
|
+
|
51
|
+
.validation-error {
|
52
|
+
@apply block text-body-s text-error;
|
53
|
+
}
|
54
|
+
|
55
|
+
.docsDescription {
|
56
|
+
color: #0b0c0c !important;
|
57
|
+
}
|
58
|
+
|
59
|
+
.field-container {
|
60
|
+
@apply flex items-center;
|
61
|
+
/*@apply flex justify-center items-center;*/
|
62
|
+
}
|
63
|
+
|
64
|
+
.employeeCard {
|
65
|
+
@apply bg-white shadow-card p-md mb-xl;
|
66
|
+
border-radius: 4px;
|
67
|
+
|
68
|
+
.card-header {
|
69
|
+
@apply text-text-primary text-heading-xl font-bold font-rc align-middle text-left mb-md;
|
70
|
+
}
|
71
|
+
|
72
|
+
.card-sub-header,
|
73
|
+
.employee-card-sub-header {
|
74
|
+
@apply text-text-primary text-caption-xl font-bold align-middle text-left;
|
75
|
+
}
|
76
|
+
|
77
|
+
.card-section-header {
|
78
|
+
@apply text-text-primary text-heading-m font-bold;
|
79
|
+
}
|
80
|
+
|
81
|
+
.card-section-sub-text{
|
82
|
+
@apply text-text-primary text-body-s;
|
83
|
+
}
|
84
|
+
|
85
|
+
.card-caption {
|
86
|
+
@apply text-text-secondary text-caption-xl mb-sm;
|
87
|
+
}
|
88
|
+
|
89
|
+
.card-text {
|
90
|
+
@apply text-text-secondary text-body-l align-middle text-left mb-lg;
|
91
|
+
|
92
|
+
span {
|
93
|
+
@apply text-text-primary;
|
94
|
+
}
|
95
|
+
}
|
96
|
+
|
97
|
+
.card-text-primary {
|
98
|
+
@apply text-text-primary text-body-l;
|
99
|
+
}
|
100
|
+
|
101
|
+
.card-text-button {
|
102
|
+
@apply text-primary-main text-text-btn;
|
103
|
+
}
|
104
|
+
|
105
|
+
.card-label {
|
106
|
+
@apply text-legend text-text-primary mb-md;
|
107
|
+
}
|
108
|
+
|
109
|
+
.card-label-error {
|
110
|
+
@apply block text-body-s text-error mb-md;
|
111
|
+
}
|
112
|
+
|
113
|
+
.card-label-desc {
|
114
|
+
@apply font-bold text-text-secondary text-heading-s mb-md;
|
115
|
+
}
|
116
|
+
|
117
|
+
.card-link {
|
118
|
+
@apply block text-center text-link text-link-normal mt-md;
|
119
|
+
}
|
120
|
+
|
121
|
+
.card-search-heading {
|
122
|
+
margin-right: 0px !important;
|
123
|
+
margin-left: 0px !important;
|
124
|
+
margin-bottom: 0px !important;
|
125
|
+
padding-bottom: 0px;
|
126
|
+
padding-left: 25px;
|
127
|
+
}
|
128
|
+
}
|
129
|
+
.employeeCard.fsm {
|
130
|
+
margin-bottom: 64px !important;
|
131
|
+
margin-left: 0px !important;
|
132
|
+
margin-right: 16px !important; }
|
133
|
+
.header-wrap {
|
134
|
+
@apply flex mb-md;
|
135
|
+
|
136
|
+
.header-start {
|
137
|
+
margin-right: auto;
|
138
|
+
}
|
139
|
+
|
140
|
+
.header-content {
|
141
|
+
}
|
142
|
+
|
143
|
+
.header-end {
|
144
|
+
margin-left: auto;
|
145
|
+
}
|
146
|
+
}
|
147
|
+
|
148
|
+
.card-emp {
|
149
|
+
@extend .card;
|
150
|
+
padding-right: 0;
|
151
|
+
padding-top: 0;
|
152
|
+
padding-left: 0;
|
153
|
+
@apply bg-white m-sm;
|
154
|
+
}
|
155
|
+
|
156
|
+
.submit-bar {
|
157
|
+
@apply h-10 bg-primary-main text-center w-full outline-none;
|
158
|
+
box-shadow: inset 0px -2px 0px #0b0c0c;
|
159
|
+
|
160
|
+
&:focus {
|
161
|
+
@apply outline-none;
|
162
|
+
}
|
163
|
+
|
164
|
+
header {
|
165
|
+
@apply font-rc font-medium text-legend text-white leading-10;
|
166
|
+
}
|
167
|
+
}
|
168
|
+
|
169
|
+
.submit-bar-disabled {
|
170
|
+
@apply h-10 bg-primary-main text-center w-full outline-none opacity-50;
|
171
|
+
background-color: #882636 !important;
|
172
|
+
|
173
|
+
&:focus {
|
174
|
+
@apply outline-none;
|
175
|
+
}
|
176
|
+
|
177
|
+
header {
|
178
|
+
@apply font-rc font-medium text-legend text-white leading-10;
|
179
|
+
line-height: 2rem !important;
|
180
|
+
}
|
181
|
+
}
|
182
|
+
|
183
|
+
@screen dt {
|
184
|
+
.submit-bar,
|
185
|
+
.submit-bar-disabled {
|
186
|
+
width: 240px;
|
187
|
+
background-color: #882636 !important;
|
188
|
+
height: 2rem !important
|
189
|
+
}
|
190
|
+
|
191
|
+
.card {
|
192
|
+
display: flex;
|
193
|
+
flex-direction: column;
|
194
|
+
|
195
|
+
.card-header {
|
196
|
+
@apply text-heading-xl-dt;
|
197
|
+
}
|
198
|
+
|
199
|
+
.card-sub-header {
|
200
|
+
@apply text-heading-l-dt;
|
201
|
+
}
|
202
|
+
|
203
|
+
.card-caption {
|
204
|
+
@apply text-caption-xl-dt;
|
205
|
+
}
|
206
|
+
|
207
|
+
.card-text,
|
208
|
+
.card-text-primary {
|
209
|
+
@apply text-body-l-dt;
|
210
|
+
}
|
211
|
+
|
212
|
+
.card-link {
|
213
|
+
@apply text-left;
|
214
|
+
}
|
215
|
+
}
|
216
|
+
|
217
|
+
.employeeCard {
|
218
|
+
@apply mb-md mx-md !important;
|
219
|
+
|
220
|
+
&.filter {
|
221
|
+
margin-left: auto;
|
222
|
+
margin-right: auto;
|
223
|
+
}
|
224
|
+
|
225
|
+
.card-header {
|
226
|
+
@apply text-heading-xl-dt;
|
227
|
+
}
|
228
|
+
|
229
|
+
.card-sub-header {
|
230
|
+
@apply text-heading-l-dt;
|
231
|
+
}
|
232
|
+
|
233
|
+
.employee-card-sub-header {
|
234
|
+
margin-bottom: 40px;
|
235
|
+
@apply text-heading-l-dt;
|
236
|
+
}
|
237
|
+
|
238
|
+
.card-section-header {
|
239
|
+
margin-bottom: 40px;
|
240
|
+
@apply text-heading-m-dt;
|
241
|
+
}
|
242
|
+
|
243
|
+
.card-section-sub-text{
|
244
|
+
@apply text-text-primary text-body-s-dt;
|
245
|
+
}
|
246
|
+
|
247
|
+
.card-search-heading {
|
248
|
+
margin-right: 0px !important;
|
249
|
+
margin-left: 0px !important;
|
250
|
+
margin-bottom: 0px !important;
|
251
|
+
padding-bottom: 0px;
|
252
|
+
padding-left: 25px;
|
253
|
+
}
|
254
|
+
|
255
|
+
.card-caption {
|
256
|
+
@apply text-caption-xl-dt;
|
257
|
+
}
|
258
|
+
|
259
|
+
.card-text,
|
260
|
+
.card-text-primary {
|
261
|
+
@apply text-body-l-dt;
|
262
|
+
}
|
263
|
+
|
264
|
+
.card-link {
|
265
|
+
@apply text-left;
|
266
|
+
}
|
267
|
+
|
268
|
+
.label-field-pair {
|
269
|
+
@apply flex items-center;
|
270
|
+
|
271
|
+
h2 {
|
272
|
+
width: 30%;
|
273
|
+
}
|
274
|
+
|
275
|
+
.field {
|
276
|
+
width: 50%;
|
277
|
+
margin-right: 20%;
|
278
|
+
.field {
|
279
|
+
margin-right: unset;
|
280
|
+
}
|
281
|
+
}
|
282
|
+
}
|
283
|
+
|
284
|
+
.field-container {
|
285
|
+
span {
|
286
|
+
border: 2px solid black;
|
287
|
+
background: rgb(247, 247, 247);
|
288
|
+
width: 40px;
|
289
|
+
height: 40px;
|
290
|
+
display: flex;
|
291
|
+
justify-content: center;
|
292
|
+
align-items: center;
|
293
|
+
margin-top: -16px;
|
294
|
+
border-right: none;
|
295
|
+
}
|
296
|
+
}
|
297
|
+
}
|
298
|
+
|
299
|
+
.header-wrap {
|
300
|
+
@apply flex mb-md;
|
301
|
+
|
302
|
+
.header-start {
|
303
|
+
margin-right: auto;
|
304
|
+
}
|
305
|
+
|
306
|
+
.header-content {
|
307
|
+
}
|
308
|
+
|
309
|
+
.header-end {
|
310
|
+
margin-left: auto;
|
311
|
+
}
|
312
|
+
}
|
313
|
+
}
|
314
|
+
|
315
|
+
.card-section-header {
|
316
|
+
@apply text-text-primary text-heading-m font-bold;
|
317
|
+
}
|
318
|
+
|
319
|
+
.card-search-heading {
|
320
|
+
margin-right: 0px !important;
|
321
|
+
margin-left: 0px !important;
|
322
|
+
margin-bottom: 0px !important;
|
323
|
+
padding-bottom: 0px;
|
324
|
+
padding-left: 25px;
|
325
|
+
}
|
326
|
+
|
327
|
+
.button-sub-text {
|
328
|
+
width: 100%;
|
329
|
+
}
|
330
|
+
|
331
|
+
.home-page-info-banner-wrap {
|
332
|
+
margin: "0px 16px 24px 16px";
|
333
|
+
}
|
334
|
+
|
335
|
+
@media (min-width: 780px) {
|
336
|
+
.button-sub-text {
|
337
|
+
width: 240px;
|
338
|
+
}
|
339
|
+
.home-page-info-banner-wrap {
|
340
|
+
max-width: 45%;
|
341
|
+
min-width: 100%;
|
342
|
+
margin-left: 0;
|
343
|
+
margin-right: 24px;
|
344
|
+
margin-bottom: 24px;
|
345
|
+
}
|
346
|
+
.info-banner-wrap-citizen-override {
|
347
|
+
}
|
348
|
+
.oc-aknowledgement-screen {
|
349
|
+
width: auto;
|
350
|
+
min-width: 240px;
|
351
|
+
max-width: 100%;
|
352
|
+
padding: 0px 10px;
|
353
|
+
}
|
354
|
+
}
|
355
|
+
|
356
|
+
.card-label-error {
|
357
|
+
@apply block text-body-s text-error mb-md;
|
358
|
+
}
|
359
|
+
|
360
|
+
.employeeCard-override {
|
361
|
+
margin-left: 0px !important;
|
362
|
+
}
|
363
|
+
|
364
|
+
.BPAemployeeCard {
|
365
|
+
margin-left: 0px !important;
|
366
|
+
margin-right: 0px !important;
|
367
|
+
margin-bottom: 0px !important;
|
368
|
+
}
|
369
|
+
|
370
|
+
.employee-application-details {
|
371
|
+
display: flex !important;
|
372
|
+
flex-direction: column !important;
|
373
|
+
justify-content: space-between !important;
|
374
|
+
max-height: 70px !important;
|
375
|
+
height: 70px !important;
|
376
|
+
margin-bottom: 15px !important;
|
377
|
+
}
|
378
|
+
.employee-main-application-details {
|
379
|
+
padding: 10px !important;
|
380
|
+
}
|
381
|
+
|
382
|
+
.employee-mulitlink-main-div {
|
383
|
+
z-index: 10 !important;
|
384
|
+
max-width: 41% !important;
|
385
|
+
}
|
386
|
+
|
387
|
+
.employee-download-btn-className {
|
388
|
+
position: unset !important;
|
389
|
+
display: flex !important;
|
390
|
+
justify-content: flex-end !important;
|
391
|
+
}
|
392
|
+
|
393
|
+
.employee-options-btn-className {
|
394
|
+
position: unset !important;
|
395
|
+
margin: 0 !important;
|
396
|
+
width: 100% !important;
|
397
|
+
}
|
398
|
+
|
399
|
+
.language-selector .submit-bar, .submit-bar-disabled{
|
400
|
+
background-color: #5a1166 !important;
|
401
|
+
}
|
402
|
+
|
403
|
+
.owner-details{
|
404
|
+
display: flex;
|
405
|
+
flex-direction: row;
|
406
|
+
width: 100%;
|
407
|
+
flex-wrap: wrap;
|
408
|
+
justify-content: space-between
|
409
|
+
}
|
410
|
+
|
411
|
+
.owner-details-child{
|
412
|
+
width: 50%;
|
390
413
|
}
|