@nudmcdgnpm/cnd-css 1.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.
Files changed (113) hide show
  1. package/dist/index.css +9640 -0
  2. package/dist/index.min.css +1 -0
  3. package/img/browser-icon.png +0 -0
  4. package/img/m_seva_white_logo.png +0 -0
  5. package/img/mseva-demo.png +0 -0
  6. package/package.json +66 -0
  7. package/src/components/CardBasedOptions.scss +111 -0
  8. package/src/components/CitizenHomeCard.scss +58 -0
  9. package/src/components/EllipsisMenu.scss +17 -0
  10. package/src/components/EventCalendarView.scss +10 -0
  11. package/src/components/FAQ.scss +64 -0
  12. package/src/components/OnGroundEventCard.scss +72 -0
  13. package/src/components/PageBasedInput.scss +31 -0
  14. package/src/components/PopupHeadingLabel.scss +15 -0
  15. package/src/components/PropertySearchForm.scss +58 -0
  16. package/src/components/SearchForm.scss +56 -0
  17. package/src/components/SearchOnRadioButton.scss +10 -0
  18. package/src/components/StandaloneSearchBar.scss +10 -0
  19. package/src/components/TimeLine.scss +68 -0
  20. package/src/components/WhatsNewCard.scss +13 -0
  21. package/src/components/actionLink.scss +3 -0
  22. package/src/components/actionbar.scss +97 -0
  23. package/src/components/bannercomponents.scss +137 -0
  24. package/src/components/body.scss +147 -0
  25. package/src/components/buttons.scss +50 -0
  26. package/src/components/card.scss +413 -0
  27. package/src/components/cardHeaderWithOptions.scss +14 -0
  28. package/src/components/changeLanguage.scss +3 -0
  29. package/src/components/charts.scss +333 -0
  30. package/src/components/checkbox.scss +84 -0
  31. package/src/components/checkpoint.scss +65 -0
  32. package/src/components/citizenInfoLabel.scss +14 -0
  33. package/src/components/custombtn.scss +11 -0
  34. package/src/components/datatable.scss +76 -0
  35. package/src/components/datewrap.scss +21 -0
  36. package/src/components/detailscard.scss +6 -0
  37. package/src/components/detailscontainer.scss +13 -0
  38. package/src/components/filters.scss +98 -0
  39. package/src/components/grey.scss +3 -0
  40. package/src/components/hoc/InboxComposer.scss +115 -0
  41. package/src/components/hoc/index.scss +1 -0
  42. package/src/components/howItWorks.scss +71 -0
  43. package/src/components/imageviewer.scss +33 -0
  44. package/src/components/info-banner.scss +35 -0
  45. package/src/components/inputotp.scss +15 -0
  46. package/src/components/keynote.scss +27 -0
  47. package/src/components/languageSelector.scss +24 -0
  48. package/src/components/loader.scss +96 -0
  49. package/src/components/map.scss +30 -0
  50. package/src/components/menu.scss +0 -0
  51. package/src/components/metricsTable.scss +27 -0
  52. package/src/components/multiLink.scss +88 -0
  53. package/src/components/multiSelectDropdown.scss +73 -0
  54. package/src/components/navbar.scss +308 -0
  55. package/src/components/plusMinus.scss +15 -0
  56. package/src/components/popup.scss +16 -0
  57. package/src/components/radiobtn.scss +57 -0
  58. package/src/components/ratingstar.scss +33 -0
  59. package/src/components/roundedLabel.scss +10 -0
  60. package/src/components/searchAction.scss +20 -0
  61. package/src/components/sectionalDropdown.scss +43 -0
  62. package/src/components/selectdropdown.scss +199 -0
  63. package/src/components/staticDynamicMessages.scss +107 -0
  64. package/src/components/staticSideBar.scss +27 -0
  65. package/src/components/statushighlight.scss +17 -0
  66. package/src/components/submiterrors.scss +11 -0
  67. package/src/components/summary.scss +29 -0
  68. package/src/components/table.scss +178 -0
  69. package/src/components/tag.scss +27 -0
  70. package/src/components/telephone.scss +17 -0
  71. package/src/components/textfields.scss +108 -0
  72. package/src/components/toast.scss +31 -0
  73. package/src/components/toggleSwitch.scss +41 -0
  74. package/src/components/topbar.scss +148 -0
  75. package/src/components/uploadcomponents.scss +113 -0
  76. package/src/index.scss +768 -0
  77. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  78. package/src/pages/citizen/DocumentList.scss +305 -0
  79. package/src/pages/citizen/Events.scss +47 -0
  80. package/src/pages/citizen/HomePageWrapper.scss +163 -0
  81. package/src/pages/citizen/SurveyList.scss +22 -0
  82. package/src/pages/citizen/citizenDocument.scss +22 -0
  83. package/src/pages/citizen/container.scss +19 -0
  84. package/src/pages/citizen/payment/payment-type.scss +3 -0
  85. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  86. package/src/pages/employee/EmployeeLogin.scss +7 -0
  87. package/src/pages/employee/cardfix.scss +14 -0
  88. package/src/pages/employee/container.scss +73 -0
  89. package/src/pages/employee/dss.scss +249 -0
  90. package/src/pages/employee/form-fields.scss +13 -0
  91. package/src/pages/employee/iframe.scss +66 -0
  92. package/src/pages/employee/inbox.scss +687 -0
  93. package/src/pages/employee/index.scss +625 -0
  94. package/src/pages/employee/login.scss +260 -0
  95. package/src/pages/employee/oldMobileInbox.scss +5 -0
  96. package/src/pages/employee/popupmodule.scss +47 -0
  97. package/src/pages/employee/response.scss +3 -0
  98. package/src/pages/employee/scroll-table.scss +114 -0
  99. package/src/pages/employee/surveys.scss +272 -0
  100. package/src/pages/employee/tooltip.scss +36 -0
  101. package/src/pages/employee/updateNumber.scss +13 -0
  102. package/svg/arrowdown.svg +1 -0
  103. package/svg/arrowleft.svg +1 -0
  104. package/svg/calendar.svg +1 -0
  105. package/svg/camera.svg +4 -0
  106. package/svg/check.svg +4 -0
  107. package/svg/close.svg +4 -0
  108. package/svg/error.svg +4 -0
  109. package/svg/error2.svg +5 -0
  110. package/svg/searchicon.svg +4 -0
  111. package/svg/starempty.svg +4 -0
  112. package/svg/starfilled.svg +5 -0
  113. package/svg/success.svg +4 -0
package/src/index.scss ADDED
@@ -0,0 +1,768 @@
1
+ /*@import 'normalize.css';*/
2
+
3
+ /*@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");*/
4
+
5
+ @import "tailwindcss/base";
6
+
7
+ @import "tailwindcss/components";
8
+
9
+ @import "tailwindcss/utilities";
10
+
11
+ @import "react-date-range/dist/styles.css";
12
+ @import "react-date-range/dist/theme/default.css";
13
+
14
+ @import "./components/loader.scss";
15
+
16
+ @import "./components/body.scss";
17
+ @import "./components/navbar.scss";
18
+ @import "./components/card.scss";
19
+ @import "./components/buttons.scss";
20
+ @import "./components/radiobtn.scss";
21
+ @import "./components/selectdropdown.scss";
22
+ @import "./components/textfields.scss";
23
+ @import "./components/bannercomponents.scss";
24
+ @import "./components/datewrap.scss";
25
+ @import "./components/datatable.scss";
26
+ @import "./components/checkpoint.scss";
27
+ @import "./components/checkbox.scss";
28
+ @import "./components/inputotp.scss";
29
+ @import "./components/map.scss";
30
+ @import "./pages/employee/tooltip.scss";
31
+ @import "./components/menu.scss";
32
+ @import "./components/submiterrors.scss";
33
+ @import "./components/ratingstar.scss";
34
+ @import "./components/keynote.scss";
35
+ @import "./components/statushighlight.scss";
36
+ @import "./components/imageviewer.scss";
37
+ @import "./components/actionbar.scss";
38
+ @import "./components/table.scss";
39
+ @import "./components/popup.scss";
40
+ @import "./components/uploadcomponents.scss";
41
+ @import "./components/toast.scss";
42
+ @import "./components/detailscontainer.scss";
43
+ @import "./components/telephone.scss";
44
+ @import "./components/grey.scss";
45
+ @import "./components/actionLink.scss";
46
+ @import "./components/sectionalDropdown.scss";
47
+ @import "./components/detailscard.scss";
48
+ @import "./components/searchAction.scss";
49
+ @import "./components/tag.scss";
50
+ @import "./components/topbar.scss";
51
+ @import "./components/languageSelector.scss";
52
+ @import "./components/custombtn.scss";
53
+ @import "./components/citizenInfoLabel.scss";
54
+ @import "./components/roundedLabel.scss";
55
+ @import "./components/changeLanguage.scss";
56
+ @import "./components//metricsTable.scss";
57
+ @import "./components/filters.scss";
58
+ @import "./components//charts.scss";
59
+ @import "./components/summary.scss";
60
+ @import "./components/multiLink.scss";
61
+ @import "./components/info-banner.scss";
62
+ @import "./components/multiSelectDropdown.scss";
63
+ @import "./components/EllipsisMenu.scss";
64
+ @import "./components/CitizenHomeCard.scss";
65
+ @import "./components/PropertySearchForm.scss";
66
+ @import "./components/SearchForm.scss";
67
+ @import "./components/cardHeaderWithOptions.scss";
68
+ @import "./components/TimeLine.scss";
69
+ @import "./components/PageBasedInput.scss";
70
+ @import "./components/StandaloneSearchBar.scss";
71
+ @import "./components/CardBasedOptions.scss";
72
+ @import "./components/WhatsNewCard.scss";
73
+ @import "./components/SearchOnRadioButton.scss";
74
+ @import "./components/EventCalendarView.scss";
75
+ @import "./components/OnGroundEventCard.scss";
76
+ @import "./components/PopupHeadingLabel.scss";
77
+ @import "./components/staticSideBar.scss";
78
+ @import "./components/hoc/index.scss";
79
+ @import "./components/FAQ.scss";
80
+ @import "./components//howItWorks.scss";
81
+ @import "./components/staticDynamicMessages.scss";
82
+ @import "./components/toggleSwitch.scss";
83
+ @import "./components/plusMinus.scss";
84
+
85
+ @import "./pages/employee/index.scss";
86
+ @import "./pages/employee/cardfix.scss";
87
+ @import "./pages/employee/popupmodule.scss";
88
+ @import "./pages/employee/container.scss";
89
+ @import "./pages/employee/inbox.scss";
90
+ @import "./pages/employee/response.scss";
91
+ @import "./pages/employee/form-fields.scss";
92
+ @import "./pages/employee/scroll-table.scss";
93
+ @import "./pages/employee/EmployeeLogin.scss";
94
+ @import "./pages/employee/updateNumber.scss";
95
+ @import "./pages/employee/oldMobileInbox.scss";
96
+ @import "./pages/employee/dss.scss";
97
+ @import "./pages/employee/iframe.scss";
98
+
99
+ @import "./pages/citizen/payment/payment-type.scss";
100
+ @import "./pages/citizen/container.scss";
101
+ @import "./pages/citizen/HomePageWrapper.scss";
102
+ @import "./pages/citizen/CitizenEngagementNotificationWrapper.scss";
103
+ @import "./pages/citizen/Events.scss";
104
+ @import "./pages/citizen/DocumentList.scss";
105
+ @import "./pages/citizen/SurveyList.scss";
106
+ @import "./pages/citizen/updatePropertyNumber.scss";
107
+ @import "./pages/citizen/citizenDocument.scss";
108
+ @import "./pages/employee/surveys.scss";
109
+
110
+ .display-none {
111
+ display: none;
112
+ }
113
+ .primary-label-btn{
114
+ margin: 10px auto 0px !important;
115
+ }
116
+ .p-unset {
117
+ padding: unset !important;
118
+ }
119
+
120
+ .flex-one {
121
+ @apply flex-1;
122
+ }
123
+
124
+ .display-flex-gap-2 {
125
+ @apply flex gap-3;
126
+ }
127
+ .rm-mb {
128
+ margin-bottom: unset !important;
129
+ }
130
+
131
+ .w-fullwidth {
132
+ @apply w-full;
133
+ }
134
+
135
+ .margin-unset {
136
+ margin: unset !important;
137
+ }
138
+
139
+ .text-align-center {
140
+ @apply text-center;
141
+ }
142
+
143
+ .desktop-only {
144
+ @apply hidden;
145
+ }
146
+
147
+ @screen dt {
148
+ .desktop-only {
149
+ @apply block;
150
+ }
151
+ }
152
+
153
+ .mobile-only {
154
+ @apply block;
155
+ }
156
+
157
+ @screen dt {
158
+ .mobile-only {
159
+ @apply hidden;
160
+ }
161
+ }
162
+
163
+ .dark {
164
+ @apply text-text-primary;
165
+ }
166
+
167
+ .mrlg {
168
+ @apply mr-lg;
169
+ }
170
+
171
+ .mrsm {
172
+ @apply mr-sm;
173
+ }
174
+
175
+ .mbsm {
176
+ @apply mb-sm;
177
+ }
178
+
179
+ .home-link {
180
+ margin-left: 16px;
181
+ margin-bottom: 16px;
182
+
183
+ a {
184
+ color: #1d70b8;
185
+ }
186
+ }
187
+
188
+ .clear-search-label {
189
+ color: #a82227;
190
+ cursor: pointer;
191
+ }
192
+
193
+ .search-submit-bar {
194
+ margin-top: 32;
195
+ margin-left: auto;
196
+ }
197
+
198
+ .application-details-link-button {
199
+ @apply flex justify-between items-center;
200
+
201
+ .download-button {
202
+ color: a82227;
203
+ margin-left: 8px;
204
+ }
205
+ }
206
+
207
+ .response-download-button {
208
+ @apply flex mb-sm;
209
+
210
+ .download-button {
211
+ color: #a82227;
212
+ margin-left: 8px;
213
+ white-space: nowrap;
214
+
215
+ }
216
+ }
217
+
218
+ .check-page-link-button {
219
+ color: #a82227 !important;
220
+ }
221
+
222
+ .pt-application-download-btn {
223
+ display: flex;
224
+ justify-content: flex-end;
225
+ margin: 0px 8px;
226
+ }
227
+
228
+ .form-pt-dropdown-only {
229
+ .options-card {
230
+ position: unset;
231
+ }
232
+ }
233
+ .application-table-container {
234
+ @apply mt-lg ml-lg flex-1;
235
+ }
236
+
237
+ .primary-label-btn {
238
+ @apply flex;
239
+ gap: 10px;
240
+
241
+ svg {
242
+ fill: #a82227;
243
+ }
244
+
245
+ color: #5a1166;
246
+
247
+ cursor: pointer;
248
+ font-weight: 500;
249
+ width: fit-content;
250
+ }
251
+
252
+ .primaryColor {
253
+ color: #0b0c0c !important;
254
+ }
255
+
256
+ @media (hover: hover) {
257
+ .primary-label-btn {
258
+ &:hover {
259
+ color: #000;
260
+
261
+ svg {
262
+ fill: #000;
263
+ }
264
+ }
265
+ }
266
+ }
267
+
268
+ .disabled {
269
+ @apply border-grey-dark text-grey-dark !important;
270
+ pointer-events: none !important;
271
+ }
272
+
273
+ .card-date-input {
274
+ @apply absolute top-0 left-0 w-3/4 bg-white pl-sm border border-input-border border-solid border-r-0;
275
+ outline: transparent solid 1px;
276
+ height: 2.5rem;
277
+ }
278
+
279
+ .h4 {
280
+ @apply mb-sm;
281
+ }
282
+
283
+ .react-time-picker {
284
+ width: 194px;
285
+ height: 2.5rem;
286
+ &__wrapper {
287
+ border: 2px solid #0b0c0c;
288
+ padding-left: 16px;
289
+ }
290
+ &__inputGroup__input {
291
+ @apply px-sm;
292
+ line-height: 2.5rem;
293
+ min-width: 16px;
294
+ &:focus {
295
+ outline: 2px solid black;
296
+ }
297
+ }
298
+ }
299
+
300
+ .border-none {
301
+ border: none;
302
+ justify-content: space-between;
303
+ }
304
+
305
+ input[type="number"]::-webkit-inner-spin-button,
306
+ input[type="number"]::-webkit-outer-spin-button {
307
+ -webkit-appearance: none;
308
+ margin: 0;
309
+ }
310
+ input[type="number"] {
311
+ -moz-appearance: textfield;
312
+ }
313
+
314
+ .static {
315
+ @apply flex flex-col;
316
+ min-height: 85vh;
317
+
318
+ &-wrapper {
319
+ flex: 1;
320
+ max-height: 75vh;
321
+ overflow: scroll;
322
+ -ms-overflow-style: none; /* IE and Edge */
323
+ scrollbar-width: none; /* Firefox */
324
+
325
+ &::-webkit-scrollbar {
326
+ display: none;
327
+ }
328
+ }
329
+ }
330
+
331
+ .bill-summary {
332
+ border: #e8e7e6 solid 1px;
333
+ @apply bg-grey-light w-full;
334
+
335
+ .bill-account-details {
336
+ @apply flex mb-md;
337
+ padding: 5px;
338
+
339
+ .label {
340
+ @apply w-1/2 font-bold;
341
+ }
342
+
343
+ .value {
344
+ @apply w-1/2 text-right;
345
+ }
346
+ }
347
+
348
+ .amount-details {
349
+ @apply flex mb-md items-center;
350
+ padding: 5px;
351
+
352
+ .label {
353
+ @apply w-1/2 font-bold;
354
+ }
355
+
356
+ .value {
357
+ @apply w-1/2 font-bold text-right;
358
+ font-size: 18px;
359
+ }
360
+ }
361
+ }
362
+
363
+ .bill-payment-amount {
364
+ @apply sticky bottom-0 bg-white;
365
+ padding-bottom: 32px;
366
+
367
+ .payment-amount-front {
368
+ @apply absolute z-10 w-10 flex justify-center items-center;
369
+ background-color: #efefef;
370
+ padding: 7px 12px;
371
+ color: #9a9a9a;
372
+ }
373
+ }
374
+
375
+ .text-indent-xl input {
376
+ text-indent: 40px;
377
+ }
378
+
379
+ .select-payment-type {
380
+ @apply flex justify-center font-bold items-center;
381
+ padding-top: 10px;
382
+ padding-bottom: 25px;
383
+
384
+ .value {
385
+ font-size: 20px;
386
+ }
387
+ }
388
+
389
+ .cheque-date {
390
+ @apply flex items-center mb-lg;
391
+ border: 2px solid #0b0c0c;
392
+ border-radius: 2px;
393
+
394
+ input {
395
+ @apply outline-none w-full;
396
+ border: 0px;
397
+ background: transparent;
398
+ text-indent: 5px;
399
+ padding: 6px 0px;
400
+ }
401
+
402
+ button {
403
+ @apply outline-none;
404
+ border: 0px;
405
+ background: transparent;
406
+ text-indent: 2px;
407
+ }
408
+ }
409
+
410
+ .w-half {
411
+ @apply w-1/2;
412
+ }
413
+
414
+ .ifsc-field {
415
+ @apply flex items-center mb-lg;
416
+ border: 2px solid #0b0c0c;
417
+ border-radius: 2px;
418
+
419
+ input {
420
+ @apply outline-none w-full;
421
+ border: 0px;
422
+ background: transparent;
423
+ text-indent: 5px;
424
+ padding: 6px 0px;
425
+ }
426
+ button {
427
+ @apply outline-none;
428
+ border: 0px;
429
+ background: transparent;
430
+ text-indent: 2px;
431
+ }
432
+ }
433
+
434
+ .text-input {
435
+ @apply relative w-full;
436
+ input {
437
+ &:hover {
438
+ @apply border-2 border-solid border-primary-main;
439
+ }
440
+ }
441
+ }
442
+
443
+ .text-input-width {
444
+ max-width: 540px;
445
+ }
446
+
447
+ .text-mobile-input-width {
448
+ max-width: 500px;
449
+ }
450
+
451
+ .custom-time-picker {
452
+ @apply w-full;
453
+ max-width: 200px;
454
+ }
455
+
456
+ .sla-cell {
457
+ @apply text-text-secondary;
458
+ }
459
+
460
+ .submit-bar-search {
461
+ margin-top: 32px;
462
+ margin-left: 16px;
463
+ max-width: 256px;
464
+ }
465
+
466
+ .clear-search-container {
467
+ @apply flex justify-between items-center;
468
+ }
469
+
470
+ .card-label-smaller {
471
+ @apply w-1/3;
472
+ margin-bottom: revert;
473
+ }
474
+
475
+ .card-label-APK {
476
+ @apply w-1/3;
477
+ margin-bottom: revert;
478
+ width: 100%;
479
+ }
480
+
481
+ .underline {
482
+ border-color: #e7e6e6;
483
+ @apply mb-sm;
484
+ }
485
+
486
+ .box-shadow-none {
487
+ box-shadow: none;
488
+ }
489
+
490
+ .component-in-front {
491
+ @apply flex justify-center items-center;
492
+ }
493
+
494
+ .subform-composer {
495
+ @apply flex;
496
+ }
497
+
498
+ .inbox-search-container {
499
+ .result {
500
+ @apply mt-lg;
501
+ }
502
+ }
503
+
504
+ .payment-form-text-input-correction {
505
+ width: 100% !important;
506
+ }
507
+
508
+
509
+ .edcr-citizen-inbox{
510
+ thead th:first-child{
511
+ min-width:100px;
512
+ }
513
+
514
+ }
515
+
516
+ .error-boundary {
517
+ width: 100vw;
518
+ height: 100vh;
519
+ font-size: 16px;
520
+ font-family: sans-serif;
521
+ display: flex;
522
+ justify-content: center;
523
+ align-items: center;
524
+ flex-direction: column;
525
+ position: absolute !important;
526
+ .error-container {
527
+ display: flex;
528
+ width: 400px;
529
+ justify-content: center;
530
+ align-items: center;
531
+ flex-direction: column;
532
+ h1 {
533
+ font-size: 32px;
534
+ font-weight: bold;
535
+ }
536
+ button {
537
+ height: 40px;
538
+ width: 153px;
539
+ border-radius: 0px;
540
+ padding: 8px 24px;
541
+ color: white;
542
+ cursor: pointer;
543
+ background-color: #a82227;
544
+ }
545
+ }
546
+ }
547
+
548
+ .error-boundary summary,
549
+ .error-boundary details {
550
+ width: 300px;
551
+ background-color: rgb(218, 100, 100);
552
+ margin: 5px;
553
+ border: 2px solid #222;
554
+ border-radius: 3px;
555
+ padding: 3px;
556
+ }
557
+
558
+ .full-width-card {
559
+ width: 92vw !important;
560
+ }
561
+ .full-employee-card-link {
562
+ width: 100% !important;
563
+ margin: 7px 0px;
564
+ }
565
+ .full-employee-card-height {
566
+ height: unset !important;
567
+ }
568
+
569
+ @media (min-width: 640px) {
570
+ .full-employee-card-height {
571
+ height: 196px !important;
572
+ }
573
+ .full-employee-card-link {
574
+ width: 30% !important;
575
+ }
576
+ .full-width-card {
577
+ @apply w-full !important;
578
+ }
579
+ }
580
+ .applications-list-container {
581
+ }
582
+ .complaint-summary {
583
+ @media (min-width: 780px) {
584
+ flex: 1 0 auto;
585
+ margin-left: 1rem;
586
+ margin-top: 1rem;
587
+ }
588
+ }
589
+
590
+ @media (min-width: 780px) {
591
+ .citizen-form-wrapper {
592
+ width: calc(100% - 219px);
593
+ display: flex;
594
+ justify-content: center;
595
+ margin-top: 1rem;
596
+ padding-left: 16px;
597
+ padding-right: 16px;
598
+ }
599
+ }
600
+ @media (min-width: 780px) {
601
+ .citizen-card-container {
602
+ padding-left: 15px;
603
+ padding-right: 15px;
604
+ margin-top: 1rem;
605
+ }
606
+ }
607
+
608
+ @media (min-width: 780px) {
609
+ .citizen-obps-wrapper,
610
+ .selection-card-wrapper,
611
+ .fsm-citizen-wrapper,
612
+ .pgr-citizen-wrapper,
613
+ .pt-citizen,
614
+ .bill-citizen,
615
+ .bills-citizen-wrapper,
616
+ .payer-bills-citizen-wrapper,
617
+ .engagement-citizen-wrapper,
618
+ .citizen-all-services-wrapper,
619
+ .mcollect-citizen,
620
+ .ws-citizen-wrapper,
621
+ .tl-citizen {
622
+ width: calc(100% - 219px);
623
+ padding-left: 16px;
624
+ padding-right: 16px;
625
+ margin-top: 1rem;
626
+ }
627
+ }
628
+ @media only screen and (max-width: 768px) {
629
+ /* For mobile phones: */
630
+ .error-boundary {
631
+ height: 75vh;
632
+ }
633
+ }
634
+ .employee-app-wrapper {
635
+ min-height: calc(100vh - 8em);
636
+ }
637
+
638
+ .ws-custom-wrapper {
639
+ .submit {
640
+ display: flex !important;
641
+ flex-direction: row-reverse !important;
642
+ width: 100% !important;
643
+ align-items: center;
644
+ button {
645
+ width: 240px !important;
646
+ }
647
+ p {
648
+ width: unset;
649
+ margin-right: 1rem;
650
+ }
651
+ }
652
+ }
653
+
654
+ .plumber-details-new-value-wrapper {
655
+ flex: 2 1 auto;
656
+ }
657
+
658
+ .connection-details-new-value-wrapper {
659
+ flex: 1 1 auto;
660
+ }
661
+
662
+ .connection-details-old-value-wrapper,
663
+ .plumber-details-old-value-wrapper {
664
+ flex: 1 1 auto;
665
+
666
+ .old-value-null-wrapper {
667
+ visibility: hidden;
668
+ padding-bottom: 8px;
669
+ margin-bottom: 8px;
670
+ }
671
+ .row {
672
+ color: #b1b4b6;
673
+ font-weight: 700;
674
+ font-size: 16px;
675
+ }
676
+ }
677
+
678
+ .plumber-details-new-value-wrapper {
679
+ flex: 2 1 auto;
680
+ }
681
+
682
+ .connection-details-new-value-wrapper {
683
+ flex: 1 1 auto;
684
+ }
685
+
686
+ .connection-details-old-value-wrapper,
687
+ .plumber-details-old-value-wrapper {
688
+ flex: 1 1 auto;
689
+ .old-value-null-wrapper {
690
+ visibility: hidden;
691
+ padding-bottom: 8px;
692
+ margin-bottom: 8px;
693
+ }
694
+ .row {
695
+ color: #b1b4b6;
696
+ font-weight: 700;
697
+ font-size: 16px;
698
+ }
699
+ }
700
+
701
+ .modal-header-ws {
702
+ padding: 1rem;
703
+ font-weight: 400;
704
+ }
705
+ .modal-body-ws {
706
+ padding: 1rem;
707
+ font-weight: 700;
708
+ color: #0b0c0c;
709
+ font-size: 24px;
710
+ margin-bottom: 1rem;
711
+ }
712
+ .privacy-icon {
713
+ cursor: pointer;
714
+ }
715
+ .privacy-icon:hover {
716
+ path {
717
+ fill: rgba(244, 119, 56, 1);
718
+ }
719
+ }
720
+
721
+ .employee-app-wrapper{
722
+ min-height: calc(100vh - 8em);
723
+ }
724
+ .submit-bar header{
725
+ line-height: 2.0rem !important;
726
+ }
727
+ .logo-removeBorderRadiusLogo svg{
728
+ width: 50px;
729
+ height: 60px;
730
+ }
731
+
732
+ .icon-banner-employee {
733
+ background-color:#d7aefc !important;
734
+ }
735
+ .icon-banner-employee svg{
736
+ background-color:#bf2f3b !important;
737
+ width: 40px;
738
+ height: 40px;
739
+ }
740
+ .inboxButton{
741
+ border: none;
742
+ color: white;
743
+ text-align: center;
744
+ text-decoration: none;
745
+ display: inline-block;
746
+ font-size: 14px;
747
+ margin: 4px 2px;
748
+ cursor: pointer;
749
+ height: fit-content;
750
+ border-radius: 5px;
751
+ font-family: sans-serif;
752
+ font-weight: 700;
753
+ }
754
+ .employee .inboxButton{
755
+ padding: 5px 15px;
756
+ background: #ba2b36
757
+ }
758
+ .citizen .inboxButton{
759
+ padding: 15px;
760
+ font-size: 1.2rem
761
+ }
762
+
763
+ @media screen and (max-width: 768px) {
764
+ .citizen .inboxButton{
765
+ font-size: 1rem;
766
+ }
767
+ }
768
+