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