@pmidc/upyog-css 1.1.3 → 1.1.5

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