@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
@@ -1,455 +1,687 @@
|
|
1
|
-
.complaint-links-container {
|
2
|
-
@apply bg-white;
|
3
|
-
border-radius: 4px;
|
4
|
-
.header {
|
5
|
-
@apply flex items-center border-b border-border justify-between;
|
6
|
-
|
7
|
-
.logo {
|
8
|
-
width: 56px;
|
9
|
-
height: 56px;
|
10
|
-
@apply bg-focus;
|
11
|
-
padding: 12px;
|
12
|
-
border-radius: 4px;
|
13
|
-
svg {
|
14
|
-
@apply w-8 h-8;
|
15
|
-
}
|
16
|
-
}
|
17
|
-
|
18
|
-
.text {
|
19
|
-
@apply pl-md text-heading-m font-bold;
|
20
|
-
}
|
21
|
-
}
|
22
|
-
|
23
|
-
.body {
|
24
|
-
padding: 10px;
|
25
|
-
@apply flex items-start flex-col;
|
26
|
-
margin-left: 46px;
|
27
|
-
|
28
|
-
.link {
|
29
|
-
@apply p-sm text-primary-main items-center;
|
30
|
-
display: flex !important;
|
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
|
-
@apply flex
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
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
|
-
@apply
|
252
|
-
}
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
.
|
273
|
-
@apply
|
274
|
-
}
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
display:
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
margin-
|
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
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
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
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
}
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
1
|
+
.complaint-links-container {
|
2
|
+
@apply bg-white;
|
3
|
+
border-radius: 4px;
|
4
|
+
.header {
|
5
|
+
@apply flex items-center border-b border-border justify-between;
|
6
|
+
|
7
|
+
.logo {
|
8
|
+
width: 56px;
|
9
|
+
height: 56px;
|
10
|
+
@apply bg-focus;
|
11
|
+
padding: 12px;
|
12
|
+
border-radius: 4px;
|
13
|
+
svg {
|
14
|
+
@apply w-8 h-8;
|
15
|
+
}
|
16
|
+
}
|
17
|
+
|
18
|
+
.text {
|
19
|
+
@apply pl-md text-heading-m font-bold;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
|
23
|
+
.body {
|
24
|
+
padding: 10px;
|
25
|
+
@apply flex items-start flex-col;
|
26
|
+
margin-left: 46px;
|
27
|
+
|
28
|
+
.link {
|
29
|
+
@apply p-sm text-primary-main items-center;
|
30
|
+
display: flex !important;
|
31
|
+
color: #a82227 !important;
|
32
|
+
}
|
33
|
+
|
34
|
+
.inbox-total {
|
35
|
+
padding: 4px;
|
36
|
+
display: table;
|
37
|
+
@apply whitespace-normal text-center text-white w-8 h-8 bg-primary-main rounded-full ml-xs;
|
38
|
+
background-color: #a82227 !important;
|
39
|
+
}
|
40
|
+
}
|
41
|
+
|
42
|
+
.links-wrapper {
|
43
|
+
@apply pl-md py-sm text-text-btn;
|
44
|
+
.link {
|
45
|
+
padding: 0 !important;
|
46
|
+
padding-bottom: 4px !important;
|
47
|
+
color: #a82227 !important;
|
48
|
+
svg {
|
49
|
+
@apply ml-sm;
|
50
|
+
}
|
51
|
+
}
|
52
|
+
}
|
53
|
+
}
|
54
|
+
|
55
|
+
.MobilePopupHeadingWrapper {
|
56
|
+
@apply flex place-content-between mb-md;
|
57
|
+
h2 {
|
58
|
+
@apply text-heading-l font-bold;
|
59
|
+
}
|
60
|
+
}
|
61
|
+
|
62
|
+
.filter-button {
|
63
|
+
@apply text-primary-main;
|
64
|
+
&:hover {
|
65
|
+
@apply text-primary-dark cursor-pointer;
|
66
|
+
}
|
67
|
+
}
|
68
|
+
|
69
|
+
.employeeCard-info-box {
|
70
|
+
@apply flex justify-end ml-md;
|
71
|
+
background-color: #fafafa;
|
72
|
+
div {
|
73
|
+
margin-right: 32px;
|
74
|
+
span:nth-child(2) {
|
75
|
+
@apply font-bold;
|
76
|
+
color: #4f5a5f;
|
77
|
+
}
|
78
|
+
}
|
79
|
+
.employeeCard-info-data {
|
80
|
+
display: flex;
|
81
|
+
flex-direction: column;
|
82
|
+
}
|
83
|
+
}
|
84
|
+
|
85
|
+
.filter-form {
|
86
|
+
.filter-card {
|
87
|
+
@apply bg-white min-h-full;
|
88
|
+
padding: 10px;
|
89
|
+
|
90
|
+
.heading {
|
91
|
+
justify-content: unset;
|
92
|
+
@apply flex;
|
93
|
+
|
94
|
+
.clearAll {
|
95
|
+
display: none;
|
96
|
+
}
|
97
|
+
}
|
98
|
+
|
99
|
+
.filter-label {
|
100
|
+
@apply font-bold text-heading-l flex gap-3;
|
101
|
+
padding-bottom: 6px;
|
102
|
+
svg {
|
103
|
+
fill: #0b0c0c;
|
104
|
+
}
|
105
|
+
}
|
106
|
+
.sub-filter-label {
|
107
|
+
font-weight: 400;
|
108
|
+
font-size: 16px;
|
109
|
+
}
|
110
|
+
}
|
111
|
+
.filter-form-field {
|
112
|
+
p {
|
113
|
+
@apply text-form-field text-text-primary block mb-md;
|
114
|
+
}
|
115
|
+
}
|
116
|
+
}
|
117
|
+
|
118
|
+
.inbox-container {
|
119
|
+
.filters-container {
|
120
|
+
.filter {
|
121
|
+
.filter-card {
|
122
|
+
@apply bg-white;
|
123
|
+
padding: 10px;
|
124
|
+
.filter-card-close-button {
|
125
|
+
@apply flex flex-row-reverse;
|
126
|
+
}
|
127
|
+
.heading {
|
128
|
+
@apply flex justify-between;
|
129
|
+
|
130
|
+
.clearAll {
|
131
|
+
display: none;
|
132
|
+
}
|
133
|
+
}
|
134
|
+
|
135
|
+
.filter-label {
|
136
|
+
@apply text-heading-m block flex gap-3 items-center;
|
137
|
+
padding-bottom: 6px;
|
138
|
+
svg {
|
139
|
+
fill: #0b0c0c;
|
140
|
+
}
|
141
|
+
}
|
142
|
+
|
143
|
+
.sub-filter-label {
|
144
|
+
font-weight: 400;
|
145
|
+
font-size: 16px;
|
146
|
+
}
|
147
|
+
}
|
148
|
+
}
|
149
|
+
|
150
|
+
.search-complaint-container {
|
151
|
+
@apply items-center bg-white p-md;
|
152
|
+
|
153
|
+
.complaint-input-container {
|
154
|
+
@apply w-full;
|
155
|
+
.complaint-input {
|
156
|
+
@apply flex flex-col;
|
157
|
+
|
158
|
+
.clear-search {
|
159
|
+
@apply text-focus;
|
160
|
+
display: none;
|
161
|
+
&:hover {
|
162
|
+
color: #003078;
|
163
|
+
cursor: pointer;
|
164
|
+
}
|
165
|
+
}
|
166
|
+
}
|
167
|
+
|
168
|
+
.mobile-input {
|
169
|
+
}
|
170
|
+
}
|
171
|
+
}
|
172
|
+
}
|
173
|
+
|
174
|
+
.status-container {
|
175
|
+
margin-bottom: 50px;
|
176
|
+
}
|
177
|
+
}
|
178
|
+
|
179
|
+
.clear-search,
|
180
|
+
.clear-search .link-label {
|
181
|
+
@apply text-focus;
|
182
|
+
@apply block;
|
183
|
+
cursor: pointer;
|
184
|
+
&:hover {
|
185
|
+
color: #000;
|
186
|
+
}
|
187
|
+
}
|
188
|
+
.button-clear {
|
189
|
+
@apply text-focus text-body-s-dt;
|
190
|
+
}
|
191
|
+
|
192
|
+
.inbox-count {
|
193
|
+
@apply inline ml-sm p-sm bg-primary-main rounded-full text-white text-heading-s align-middle text-center font-regular;
|
194
|
+
}
|
195
|
+
|
196
|
+
@screen dt {
|
197
|
+
.complaint-links-container {
|
198
|
+
@apply bg-white;
|
199
|
+
|
200
|
+
.header {
|
201
|
+
@apply flex items-center border-b border-border;
|
202
|
+
|
203
|
+
.logo {
|
204
|
+
@apply bg-focus;
|
205
|
+
padding: 12px;
|
206
|
+
border-radius: 4px;
|
207
|
+
}
|
208
|
+
|
209
|
+
.text {
|
210
|
+
@apply pl-md text-heading-m-dt font-bold;
|
211
|
+
}
|
212
|
+
}
|
213
|
+
|
214
|
+
.body {
|
215
|
+
padding: 10px;
|
216
|
+
@apply flex items-start flex-col;
|
217
|
+
margin-left: 46px;
|
218
|
+
|
219
|
+
.link {
|
220
|
+
color:#a82227 !important;
|
221
|
+
@apply p-sm text-primary-main;
|
222
|
+
}
|
223
|
+
}
|
224
|
+
}
|
225
|
+
|
226
|
+
.inboxLinks {
|
227
|
+
margin: 0 !important;
|
228
|
+
padding: 0 !important;
|
229
|
+
.header {
|
230
|
+
border: none;
|
231
|
+
@apply justify-start;
|
232
|
+
.logo {
|
233
|
+
@apply bg-white;
|
234
|
+
svg {
|
235
|
+
path {
|
236
|
+
fill: #a82227;
|
237
|
+
}
|
238
|
+
}
|
239
|
+
}
|
240
|
+
}
|
241
|
+
.body {
|
242
|
+
margin-left: 0;
|
243
|
+
}
|
244
|
+
}
|
245
|
+
|
246
|
+
.filter-form {
|
247
|
+
.filter-card {
|
248
|
+
@apply p-md bg-white;
|
249
|
+
|
250
|
+
.heading {
|
251
|
+
@apply flex justify-between;
|
252
|
+
}
|
253
|
+
|
254
|
+
.label {
|
255
|
+
@apply text-heading-s;
|
256
|
+
}
|
257
|
+
}
|
258
|
+
}
|
259
|
+
|
260
|
+
.inbox-container {
|
261
|
+
@apply flex;
|
262
|
+
|
263
|
+
.filters-container {
|
264
|
+
width: 270px;
|
265
|
+
|
266
|
+
.filter {
|
267
|
+
@apply mt-md;
|
268
|
+
|
269
|
+
.filter-card {
|
270
|
+
@apply p-md bg-white;
|
271
|
+
|
272
|
+
.heading {
|
273
|
+
@apply flex justify-between;
|
274
|
+
}
|
275
|
+
|
276
|
+
.label {
|
277
|
+
@apply text-heading-s;
|
278
|
+
}
|
279
|
+
}
|
280
|
+
}
|
281
|
+
.citizen-filter {
|
282
|
+
margin-top: unset;
|
283
|
+
}
|
284
|
+
}
|
285
|
+
|
286
|
+
.search-container {
|
287
|
+
width: 874px;
|
288
|
+
|
289
|
+
.search-complaint-container {
|
290
|
+
margin: auto;
|
291
|
+
@apply flex flex-col items-start mb-md bg-white p-md;
|
292
|
+
|
293
|
+
.complaint-header {
|
294
|
+
display: flex;
|
295
|
+
@apply flex justify-between w-full;
|
296
|
+
margin-bottom: 20px;
|
297
|
+
}
|
298
|
+
|
299
|
+
.complaint-input-container {
|
300
|
+
/* display: inline-block !important; */
|
301
|
+
display: grid !important;
|
302
|
+
grid-template-columns: 33.33% 33.33% 33.33%;
|
303
|
+
|
304
|
+
&.for-pt {
|
305
|
+
&.for-search {
|
306
|
+
grid-template-columns: 25% 25% 25% 25%;
|
307
|
+
|
308
|
+
.input-fields:nth-child(3n) {
|
309
|
+
@apply mr-md !important;
|
310
|
+
}
|
311
|
+
|
312
|
+
.input-fields:nth-child(4n) {
|
313
|
+
margin-right: 0 !important;
|
314
|
+
}
|
315
|
+
|
316
|
+
.search-submit-wrapper {
|
317
|
+
grid-column: 4/5;
|
318
|
+
/* margin-top: 56px;*/
|
319
|
+
max-width: unset;
|
320
|
+
margin-left: unset;
|
321
|
+
}
|
322
|
+
}
|
323
|
+
}
|
324
|
+
|
325
|
+
.search-submit-wrapper {
|
326
|
+
grid-column: 3/4;
|
327
|
+
margin-left: 50%;
|
328
|
+
max-width: 50%;
|
329
|
+
grid-column: 3/4;
|
330
|
+
@apply flex flex-col justify-center text-center;
|
331
|
+
|
332
|
+
.submit-bar-search {
|
333
|
+
margin-top: unset;
|
334
|
+
width: 100%;
|
335
|
+
margin-bottom: 20px;
|
336
|
+
margin-left: unset;
|
337
|
+
max-width: 100%;
|
338
|
+
width: 100%;
|
339
|
+
}
|
340
|
+
}
|
341
|
+
|
342
|
+
.input-fields {
|
343
|
+
/*width: calc(50% - 16px);*/
|
344
|
+
|
345
|
+
@apply inline-block mr-md !important;
|
346
|
+
|
347
|
+
.inbox-search-form-error {
|
348
|
+
padding-top: 0;
|
349
|
+
margin-top: 0;
|
350
|
+
@apply absolute;
|
351
|
+
}
|
352
|
+
}
|
353
|
+
|
354
|
+
.input-fields:nth-child(3n) {
|
355
|
+
margin-right: 0 !important;
|
356
|
+
}
|
357
|
+
|
358
|
+
.complaint-input {
|
359
|
+
@apply flex flex-col;
|
360
|
+
|
361
|
+
.clear-search {
|
362
|
+
@apply text-focus;
|
363
|
+
@apply block;
|
364
|
+
cursor: pointer;
|
365
|
+
&:hover {
|
366
|
+
color: #003078;
|
367
|
+
cursor: pointer;
|
368
|
+
}
|
369
|
+
}
|
370
|
+
}
|
371
|
+
|
372
|
+
.mobile-input {
|
373
|
+
@apply ml-sm;
|
374
|
+
}
|
375
|
+
}
|
376
|
+
|
377
|
+
.search-action-wrapper {
|
378
|
+
width: 33%;
|
379
|
+
margin-top: 28px;
|
380
|
+
@apply inline-block align-middle text-center;
|
381
|
+
button {
|
382
|
+
margin: 0;
|
383
|
+
width: 100%;
|
384
|
+
max-width: 300px !important;
|
385
|
+
}
|
386
|
+
}
|
387
|
+
}
|
388
|
+
|
389
|
+
.search-complaint-container-for-search {
|
390
|
+
}
|
391
|
+
}
|
392
|
+
}
|
393
|
+
}
|
394
|
+
|
395
|
+
.document-clear-all {
|
396
|
+
grid-area: 2/2;
|
397
|
+
display: flex;
|
398
|
+
justify-content: flex-end;
|
399
|
+
padding-right: 16px;
|
400
|
+
align-items: center;
|
401
|
+
}
|
402
|
+
|
403
|
+
.cell-text {
|
404
|
+
color: #505a5f;
|
405
|
+
}
|
406
|
+
|
407
|
+
.sla-cell-error {
|
408
|
+
color: #d4351c;
|
409
|
+
background-color: rgba(212, 53, 28, 0.12);
|
410
|
+
padding: 0 24px;
|
411
|
+
border-radius: 11px;
|
412
|
+
}
|
413
|
+
|
414
|
+
.sla-cell-success {
|
415
|
+
color: #00703c;
|
416
|
+
background-color: rgba(0, 112, 60, 0.12);
|
417
|
+
padding: 0 24px;
|
418
|
+
border-radius: 11px;
|
419
|
+
}
|
420
|
+
|
421
|
+
.complain-no-cell-text {
|
422
|
+
margin-top: "4px";
|
423
|
+
color: "#505A5F";
|
424
|
+
}
|
425
|
+
|
426
|
+
.search-error-label {
|
427
|
+
@apply font-bold text-legend text-error mb-sm !important;
|
428
|
+
}
|
429
|
+
|
430
|
+
.inbox-action-container {
|
431
|
+
display: flex;
|
432
|
+
justify-content: flex-end;
|
433
|
+
align-items: flex-start;
|
434
|
+
}
|
435
|
+
.complaint-links-container .header .removeHeight {
|
436
|
+
line-height: 28px;
|
437
|
+
}
|
438
|
+
|
439
|
+
@screen dt {
|
440
|
+
.complaint-links-container .header .removeBorderRadiusLogo {
|
441
|
+
border-radius: 2px !important;
|
442
|
+
background-color: #a82227
|
443
|
+
}
|
444
|
+
}
|
445
|
+
@screen dt {
|
446
|
+
.customEmployeeCard {
|
447
|
+
width: 320px !important;
|
448
|
+
height: 220px !important;
|
449
|
+
padding: 0px !important;
|
450
|
+
}
|
451
|
+
}
|
452
|
+
.employeeTotalLink{
|
453
|
+
color: #a82227;
|
454
|
+
|
455
|
+
font-size: 12px;
|
456
|
+
}
|
457
|
+
|
458
|
+
@screen dt {
|
459
|
+
.groupBill-custom {
|
460
|
+
.custom-group-merge-container {
|
461
|
+
display: flex !important;
|
462
|
+
justify-content: space-between !important;
|
463
|
+
.header {
|
464
|
+
display: flex;
|
465
|
+
align-items: baseline;
|
466
|
+
.logo {
|
467
|
+
margin-right: 1rem;
|
468
|
+
svg {
|
469
|
+
path {
|
470
|
+
fill: #a82227;
|
471
|
+
}
|
472
|
+
}
|
473
|
+
}
|
474
|
+
.h1 {
|
475
|
+
font-size: 24px;
|
476
|
+
line-height: 28px;
|
477
|
+
font-weight: 400;
|
478
|
+
color: #a82227;
|
479
|
+
}
|
480
|
+
}
|
481
|
+
}
|
482
|
+
.inbox-container {
|
483
|
+
.search-container {
|
484
|
+
.search-complaint-container {
|
485
|
+
display: flex;
|
486
|
+
flex-direction: row;
|
487
|
+
}
|
488
|
+
.group-complaint-input-container {
|
489
|
+
width: 33% !important;
|
490
|
+
display: flex;
|
491
|
+
flex-direction: column;
|
492
|
+
}
|
493
|
+
}
|
494
|
+
}
|
495
|
+
.inbox-action-container {
|
496
|
+
display: flex;
|
497
|
+
flex-direction: row-reverse;
|
498
|
+
.clear-search {
|
499
|
+
margin-top: 65px;
|
500
|
+
margin-left: 16px;
|
501
|
+
padding-top: unset !important;
|
502
|
+
}
|
503
|
+
.submit-bar-search {
|
504
|
+
margin-top: 55px !important;
|
505
|
+
}
|
506
|
+
}
|
507
|
+
}
|
508
|
+
}
|
509
|
+
|
510
|
+
@screen dt {
|
511
|
+
.groupBill-custom {
|
512
|
+
.custom-group-merge-container {
|
513
|
+
display: flex !important;
|
514
|
+
justify-content: space-between !important;
|
515
|
+
.header {
|
516
|
+
display: flex;
|
517
|
+
align-items: baseline;
|
518
|
+
.logo {
|
519
|
+
margin-right: 1rem;
|
520
|
+
svg {
|
521
|
+
path {
|
522
|
+
fill: #a82227;
|
523
|
+
}
|
524
|
+
}
|
525
|
+
}
|
526
|
+
.h1 {
|
527
|
+
font-size: 24px;
|
528
|
+
line-height: 28px;
|
529
|
+
font-weight: 400;
|
530
|
+
color: #a82227;
|
531
|
+
}
|
532
|
+
}
|
533
|
+
}
|
534
|
+
.inbox-container {
|
535
|
+
.search-container {
|
536
|
+
.search-complaint-container {
|
537
|
+
display: flex;
|
538
|
+
flex-direction: row;
|
539
|
+
}
|
540
|
+
.group-complaint-input-container {
|
541
|
+
width: 33% !important;
|
542
|
+
display: flex;
|
543
|
+
flex-direction: column;
|
544
|
+
}
|
545
|
+
}
|
546
|
+
}
|
547
|
+
.inbox-action-container {
|
548
|
+
display: flex;
|
549
|
+
flex-direction: row-reverse;
|
550
|
+
.clear-search {
|
551
|
+
margin-top: 65px;
|
552
|
+
margin-left: 16px;
|
553
|
+
padding-top: unset !important;
|
554
|
+
}
|
555
|
+
.submit-bar-search {
|
556
|
+
margin-top: 55px !important;
|
557
|
+
}
|
558
|
+
}
|
559
|
+
}
|
560
|
+
}
|
561
|
+
|
562
|
+
.inboxLinksFSM {
|
563
|
+
margin: 0 !important;
|
564
|
+
}
|
565
|
+
.complaint-links-container .body .link{
|
566
|
+
color: #a82227 !important;
|
567
|
+
}
|
568
|
+
|
569
|
+
.employee .customEmployeeCard:nth-child(odd){
|
570
|
+
.employeeCustomCard{
|
571
|
+
background-image: url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png");
|
572
|
+
background-size: cover
|
573
|
+
}
|
574
|
+
}
|
575
|
+
.employee .customEmployeeCard:nth-child(even){
|
576
|
+
.employeeCustomCard{
|
577
|
+
background-image: url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-green-card.png");
|
578
|
+
background-size: cover
|
579
|
+
}
|
580
|
+
}
|
581
|
+
.employee .employeeCustomCard {
|
582
|
+
border-radius: 4%;
|
583
|
+
.employeeCustomCard {
|
584
|
+
border-radius: 4%;
|
585
|
+
}
|
586
|
+
}
|
587
|
+
.employee-card-banner{
|
588
|
+
background-color: white;
|
589
|
+
width: 88%;
|
590
|
+
margin: 0 auto;
|
591
|
+
bottom: 0px;
|
592
|
+
position: absolute;
|
593
|
+
margin-bottom: -10%;
|
594
|
+
left: 6%;
|
595
|
+
box-shadow: 1px 5px 6px 0px #e3e4e3;
|
596
|
+
border-radius: 10px;
|
597
|
+
}
|
598
|
+
.text-employee-card{
|
599
|
+
font-size: 1.5rem;
|
600
|
+
font-weight: 700;
|
601
|
+
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
602
|
+
position: absolute;
|
603
|
+
top:10%;
|
604
|
+
padding-left: 10%;
|
605
|
+
color: white !important;
|
606
|
+
width: 300px;
|
607
|
+
|
608
|
+
}
|
609
|
+
|
610
|
+
.plumber-details-new-value-wrapper {
|
611
|
+
flex: 2 1 auto;
|
612
|
+
}
|
613
|
+
|
614
|
+
.connection-details-new-value-wrapper {
|
615
|
+
flex: 1 1 auto;
|
616
|
+
}
|
617
|
+
|
618
|
+
.connection-details-old-value-wrapper,
|
619
|
+
.plumber-details-old-value-wrapper {
|
620
|
+
flex: 1 1 auto;
|
621
|
+
|
622
|
+
.old-value-null-wrapper {
|
623
|
+
visibility: hidden;
|
624
|
+
padding-bottom: 8px;
|
625
|
+
margin-bottom: 8px;
|
626
|
+
}
|
627
|
+
.row {
|
628
|
+
color: #b1b4b6;
|
629
|
+
font-weight: 700;
|
630
|
+
font-size: 16px;
|
631
|
+
}
|
632
|
+
}
|
633
|
+
|
634
|
+
.search-tabs-container {
|
635
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
636
|
+
margin-bottom: 35px;
|
637
|
+
display: flex;
|
638
|
+
justify-content: space-between;
|
639
|
+
|
640
|
+
.search-tab-head {
|
641
|
+
padding: 10px 35px;
|
642
|
+
}
|
643
|
+
|
644
|
+
.search-tab-head-selected {
|
645
|
+
padding: 10px 35px;
|
646
|
+
color: rgb(244, 119, 56);
|
647
|
+
border-bottom: 4px solid rgb(244, 119, 56);
|
648
|
+
font-weight: bold;
|
649
|
+
}
|
650
|
+
|
651
|
+
.search-tab-head-selected:focus {
|
652
|
+
outline: 0;
|
653
|
+
}
|
654
|
+
}
|
655
|
+
|
656
|
+
.card-with-background {
|
657
|
+
background: rgb(250, 250, 250);
|
658
|
+
border: 1px solid rgb(214, 213, 212);
|
659
|
+
|
660
|
+
.card-head {
|
661
|
+
display: flex;
|
662
|
+
justify-content: space-between;
|
663
|
+
margin-bottom: 30px;
|
664
|
+
}
|
665
|
+
|
666
|
+
h2 {
|
667
|
+
font-size: 16px;
|
668
|
+
font-weight: 700;
|
669
|
+
}
|
670
|
+
}
|
671
|
+
|
672
|
+
.registryTable {
|
673
|
+
tHead {
|
674
|
+
tr {
|
675
|
+
th {
|
676
|
+
text-align: left;
|
677
|
+
}
|
678
|
+
}
|
679
|
+
}
|
680
|
+
tBody {
|
681
|
+
tr {
|
682
|
+
td {
|
683
|
+
text-align: left;
|
684
|
+
}
|
685
|
+
}
|
686
|
+
}
|
687
|
+
}
|