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