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