@egovernments/digit-ui-components-css 0.0.2-beta.11 → 0.0.2-beta.13

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 (51) hide show
  1. package/CHANGELOG.md +92 -88
  2. package/README.md +80 -80
  3. package/dist/index.css +810 -16
  4. package/dist/index.min.css +2 -2
  5. package/package.json +69 -69
  6. package/src/digitv2/components/FormComposerV2.scss +118 -118
  7. package/src/digitv2/components/actionbarV2.scss +206 -206
  8. package/src/digitv2/components/backLinkV2.scss +36 -36
  9. package/src/digitv2/components/bodyContainerV2.scss +39 -39
  10. package/src/digitv2/components/breadcrumbV2.scss +56 -56
  11. package/src/digitv2/components/buttonsV2.scss +450 -451
  12. package/src/digitv2/components/cardV2.scss +497 -497
  13. package/src/digitv2/components/cardbasedoptionsV2.scss +46 -46
  14. package/src/digitv2/components/cardlabelV2.scss +7 -7
  15. package/src/digitv2/components/checkboxV2.scss +83 -83
  16. package/src/digitv2/components/chipV2.scss +129 -129
  17. package/src/digitv2/components/dividerV2.scss +10 -10
  18. package/src/digitv2/components/errorMessageV2.scss +20 -20
  19. package/src/digitv2/components/fieldV1.scss +96 -96
  20. package/src/digitv2/components/headerdropdownV2.scss +151 -151
  21. package/src/digitv2/components/infoCardV2.scss +139 -139
  22. package/src/digitv2/components/infobuttonV2.scss +75 -75
  23. package/src/digitv2/components/labelFieldPairV2.scss +66 -66
  24. package/src/digitv2/components/mobileNumberV2.scss +65 -65
  25. package/src/digitv2/components/mobilesidebarV2.scss +439 -0
  26. package/src/digitv2/components/multiSelectDropdownV2.scss +315 -315
  27. package/src/digitv2/components/panelCardV2.scss +160 -160
  28. package/src/digitv2/components/panelV2.scss +114 -114
  29. package/src/digitv2/components/popUpV2.scss +330 -330
  30. package/src/digitv2/components/radiobtnV2.scss +115 -115
  31. package/src/digitv2/components/selectDropdownV2.scss +364 -364
  32. package/src/digitv2/components/sidebarV2.scss +409 -0
  33. package/src/digitv2/components/stepperV2.scss +147 -147
  34. package/src/digitv2/components/textInputV2.scss +462 -462
  35. package/src/digitv2/components/textareaV2.scss +99 -99
  36. package/src/digitv2/components/textblockV2.scss +46 -46
  37. package/src/digitv2/components/timelineV2.scss +170 -170
  38. package/src/digitv2/components/toastV2.scss +80 -80
  39. package/src/digitv2/components/toggleV2.scss +72 -72
  40. package/src/digitv2/components/tooltipwrapperV2.scss +96 -0
  41. package/src/digitv2/components/topbarV2.scss +387 -387
  42. package/src/digitv2/components/treeSelectV2.scss +132 -132
  43. package/src/digitv2/components/uploaderV2.scss +556 -556
  44. package/src/digitv2/components/viewCardFieldPairV2.scss +44 -44
  45. package/src/digitv2/index.scss +172 -169
  46. package/src/digitv2/pages/employee/index.scss +1 -1
  47. package/src/digitv2/pages/employee/workbench.scss +615 -615
  48. package/src/digitv2/typography.scss +638 -638
  49. package/src/index.scss +677 -681
  50. package/src/pages/employee/index.scss +625 -625
  51. package/src/pages/employee/login.scss +220 -220
package/src/index.scss CHANGED
@@ -1,681 +1,677 @@
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 "./pages/employee/index.scss";
15
- @import "./pages/employee/login.scss";
16
-
17
- @import "./digitv2/index.scss";
18
- @import "./digitv2/typography.scss";
19
-
20
-
21
- .display-none {
22
- display: none;
23
- }
24
-
25
- .p-unset {
26
- padding: unset !important;
27
- }
28
-
29
- h1, h2, h3, h4, h5, h6 {
30
- font-size: inherit;
31
- font-weight: inherit; }
32
-
33
-
34
- .flex-one {
35
- @apply flex-1;
36
- }
37
-
38
- .display-flex-gap-2 {
39
- @apply flex gap-3;
40
- }
41
- .rm-mb {
42
- margin-bottom: unset !important;
43
- }
44
-
45
- .w-fullwidth {
46
- @apply w-full;
47
- }
48
-
49
- .margin-unset {
50
- margin: unset !important;
51
- }
52
-
53
- .text-align-center {
54
- @apply text-center;
55
- }
56
-
57
- .desktop-only {
58
- @apply hidden;
59
- }
60
-
61
- @screen dt {
62
- .desktop-only {
63
- @apply block;
64
- }
65
- }
66
-
67
- .mobile-only {
68
- @apply block;
69
- }
70
-
71
- @screen dt {
72
- .mobile-only {
73
- @apply hidden;
74
- }
75
- }
76
-
77
- .dark {
78
- @apply text-text-primary;
79
- }
80
-
81
- .mrlg {
82
- @apply mr-lg;
83
- }
84
-
85
- .mrsm {
86
- @apply mr-sm;
87
- }
88
-
89
- .mbsm {
90
- @apply mb-sm;
91
- }
92
-
93
- .employeeCard {
94
- /* TODO need to revisit that we need mx-md NABEEL/ANIL
95
- @apply mb-md mx-md !important;
96
- */
97
- @apply mb-md !important;
98
- --bg-opacity: 1;
99
- background-color: rgba(255, 255, 255, var(--bg-opacity));
100
- box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
101
- padding: 16px;
102
- border-radius: 4px;
103
- }
104
-
105
- .home-link {
106
- margin-left: 16px;
107
- margin-bottom: 16px;
108
-
109
- a {
110
- color: theme(colors.link.normal);
111
- }
112
- }
113
-
114
- .clear-search-label {
115
- color: theme(colors.primary.main);
116
- cursor: pointer;
117
- }
118
-
119
- .search-submit-bar {
120
- margin-top: 32;
121
- margin-left: auto;
122
- }
123
-
124
- .application-details-link-button {
125
- @apply flex justify-between items-center;
126
-
127
- .download-button {
128
- color: theme(colors.primary.main);
129
- margin-left: 8px;
130
- }
131
- }
132
-
133
- .response-download-button {
134
- @apply flex mb-sm;
135
-
136
- .download-button {
137
- color: theme(colors.primary.main);
138
- margin-left: 8px;
139
- }
140
- }
141
-
142
- .check-page-link-button {
143
- color: theme(colors.primary.main) !important;
144
- }
145
-
146
- .pt-application-download-btn {
147
- display: flex;
148
- justify-content: flex-end;
149
- margin: 0px 8px;
150
- }
151
-
152
- .form-pt-dropdown-only {
153
- .options-card {
154
- position: unset;
155
- }
156
- }
157
- .application-table-container {
158
- @apply mt-lg ml-lg flex-1;
159
- }
160
-
161
- .primary-label-btn {
162
- @apply flex;
163
- gap: 10px;
164
-
165
- svg {
166
- fill: theme(colors.primary.main);
167
- }
168
-
169
- color: theme(colors.primary.main);
170
-
171
- cursor: pointer;
172
- font-weight: 500;
173
- width: fit-content;
174
- }
175
-
176
- .primaryColor {
177
- color: theme(colors.text.primary) !important;
178
- }
179
-
180
- input[readonly] {
181
- background-color: theme(digitv2.lightTheme.generic-background);
182
- border-color: theme(digitv2.lightTheme.text-secondary);
183
- color: theme(digitv2.lightTheme.text-secondary);
184
- --border-opacity: 1;
185
- border-color: #9E9E9E;
186
- border-color: rgba(158, 158, 158, var(--border-opacity));
187
- }
188
-
189
- .hide-input-type-file {
190
- position: absolute;
191
- clip: rect(0, 0, 0, 0);
192
- pointer-events: none !important;
193
- }
194
-
195
- @media (hover: hover) {
196
- .primary-label-btn {
197
- &:hover {
198
- color: #000;
199
-
200
- svg {
201
- fill: #000;
202
- }
203
- }
204
- }
205
- }
206
-
207
- .disabled {
208
- pointer-events: none !important;
209
- --border-opacity: 1;
210
- border-color: #9E9E9E;
211
- border-color: rgba(158, 158, 158, var(--border-opacity));
212
- --text-opacity: 1;
213
- color: #9E9E9E;
214
- color: rgba(158, 158, 158, var(--text-opacity));
215
- }
216
-
217
- .card-date-input {
218
- @apply absolute top-0 left-0 w-3/4 bg-white pl-sm border border-input-border border-solid border-r-0;
219
- outline: transparent solid 1px;
220
- height: 2.5rem;
221
- }
222
-
223
- .h4 {
224
- @apply mb-sm;
225
- }
226
-
227
- .react-time-picker {
228
- width: 194px;
229
- height: 2.5rem;
230
- &__wrapper {
231
- border: 2px solid theme(colors.text.primary);
232
- padding-left: 16px;
233
- }
234
- &__inputGroup__input {
235
- @apply px-sm;
236
- line-height: 2.5rem;
237
- min-width: 16px;
238
- &:focus {
239
- outline: 2px solid black;
240
- }
241
- }
242
- }
243
-
244
- .border-none {
245
- border: none;
246
- justify-content: space-between;
247
- }
248
-
249
- input[type="number"]::-webkit-inner-spin-button,
250
- input[type="number"]::-webkit-outer-spin-button {
251
- -webkit-appearance: none;
252
- margin: 0;
253
- }
254
- input[type="number"] {
255
- -moz-appearance: textfield;
256
- }
257
-
258
-
259
- .static {
260
- @apply flex flex-col;
261
- min-height: 85vh;
262
-
263
- &-wrapper {
264
- flex: 1;
265
- max-height: 75vh;
266
- overflow: scroll;
267
- -ms-overflow-style: none; /* IE and Edge */
268
- scrollbar-width: none; /* Firefox */
269
-
270
- &::-webkit-scrollbar {
271
- display: none;
272
- }
273
- }
274
- }
275
-
276
- .bill-summary {
277
- border: #e8e7e6 solid 1px;
278
- @apply bg-grey-light w-full;
279
-
280
- .bill-account-details {
281
- @apply flex mb-md;
282
- padding: 5px;
283
-
284
- .label {
285
- @apply w-1/2 font-bold;
286
- }
287
-
288
- .value {
289
- @apply w-1/2 text-right;
290
- }
291
- }
292
-
293
- .amount-details {
294
- @apply flex mb-md items-center;
295
- padding: 5px;
296
-
297
- .label {
298
- @apply w-1/2 font-bold;
299
- }
300
-
301
- .value {
302
- @apply w-1/2 font-bold text-right;
303
- font-size: 18px;
304
- }
305
- }
306
- }
307
-
308
- .bill-payment-amount {
309
- @apply sticky bottom-0 bg-white;
310
- padding-bottom: 32px;
311
-
312
- .payment-amount-front {
313
- @apply absolute z-10 w-10 flex justify-center items-center;
314
- background-color: #efefef;
315
- padding: 7px 12px;
316
- color: #9a9a9a;
317
- }
318
- }
319
-
320
- .text-indent-xl input {
321
- text-indent: 40px;
322
- }
323
-
324
- .select-payment-type {
325
- @apply flex justify-center font-bold items-center;
326
- padding-top: 10px;
327
- padding-bottom: 25px;
328
-
329
- .value {
330
- font-size: 20px;
331
- }
332
- }
333
-
334
- .cheque-date {
335
- @apply flex items-center mb-lg;
336
- border: 2px solid theme(colors.text.primary);
337
- border-radius: 2px;
338
-
339
- input {
340
- @apply outline-none w-full;
341
- border: 0px;
342
- background: transparent;
343
- text-indent: 5px;
344
- padding: 6px 0px;
345
- }
346
-
347
- button {
348
- @apply outline-none;
349
- border: 0px;
350
- background: transparent;
351
- text-indent: 2px;
352
- }
353
- }
354
-
355
- .w-half {
356
- @apply w-1/2;
357
- }
358
-
359
- .ifsc-field {
360
- @apply flex items-center mb-lg;
361
- border: 2px solid theme(colors.text.primary);
362
- border-radius: 2px;
363
-
364
- input {
365
- @apply outline-none w-full;
366
- border: 0px;
367
- background: transparent;
368
- text-indent: 5px;
369
- padding: 6px 0px;
370
- }
371
- button {
372
- @apply outline-none;
373
- border: 0px;
374
- background: transparent;
375
- text-indent: 2px;
376
- }
377
- }
378
-
379
- .text-input {
380
- @apply relative w-full;
381
- input {
382
- &:hover {
383
- @apply border-2 border-solid border-primary-main;
384
- }
385
- }
386
- }
387
-
388
- .text-input-width {
389
- max-width: 540px;
390
- }
391
-
392
- .text-mobile-input-width {
393
- max-width: 500px;
394
- }
395
-
396
- .custom-time-picker {
397
- @apply w-full;
398
- max-width: 200px;
399
- }
400
-
401
- .sla-cell {
402
- @apply text-text-secondary;
403
- }
404
-
405
- .submit-bar-search {
406
- margin-top: 32px;
407
- margin-left: 16px;
408
- max-width: 256px;
409
- }
410
-
411
- .clear-search-container {
412
- @apply flex justify-between items-center;
413
- }
414
-
415
- .card-label-smaller {
416
- @apply w-1/3;
417
- margin-bottom: revert;
418
- }
419
-
420
- .card-label-APK {
421
- @apply w-1/3;
422
- margin-bottom: revert;
423
- width: 100%;
424
- }
425
-
426
- .underline {
427
- border-color: #e7e6e6;
428
- @apply mb-sm;
429
- }
430
-
431
- .box-shadow-none {
432
- box-shadow: none;
433
- }
434
-
435
- .component-in-front {
436
- @apply flex justify-center items-center;
437
- }
438
-
439
- .subform-composer {
440
- @apply flex;
441
- }
442
-
443
- .inbox-search-container {
444
- .result {
445
- @apply mt-lg;
446
- }
447
- }
448
-
449
- .payment-form-text-input-correction {
450
- width: 100% !important;
451
- }
452
-
453
- .edcr-citizen-inbox {
454
- thead th:first-child {
455
- min-width: 155px;
456
- }
457
- }
458
-
459
- .error-boundary {
460
- width: 100vw;
461
- height: 100vh;
462
- font-size: 16px;
463
- font-family: sans-serif;
464
- display: flex;
465
- justify-content: center;
466
- align-items: center;
467
- flex-direction: column;
468
- .error-container {
469
- display: flex;
470
- width: 400px;
471
- justify-content: center;
472
- align-items: center;
473
- flex-direction: column;
474
- h1 {
475
- font-size: 32px;
476
- font-weight: bold;
477
- }
478
- button {
479
- height: 40px;
480
- width: 153px;
481
- border-radius: 0px;
482
- padding: 8px 24px;
483
- color: white;
484
- cursor: pointer;
485
- background-color: theme(colors.primary.main);
486
- }
487
- }
488
- }
489
-
490
- .error-boundary summary,
491
- .error-boundary details {
492
- width: 300px;
493
- background-color: rgb(218, 100, 100);
494
- margin: 5px;
495
- border: 2px solid #222;
496
- border-radius: 3px;
497
- padding: 3px;
498
- }
499
-
500
- .full-width-card {
501
- width: 92vw !important;
502
- }
503
- .full-employee-card-link {
504
- width: 100% !important;
505
- margin: 7px 0px;
506
- a {
507
- color: inherit;
508
- text-decoration: inherit;
509
- }
510
- }
511
- .full-employee-card-height {
512
- height: unset !important;
513
- }
514
-
515
- @media (min-width: 640px) {
516
- .full-employee-card-height {
517
- height: 196px !important;
518
- }
519
- .full-employee-card-link {
520
- width: 30% !important;
521
- }
522
- .full-width-card {
523
- @apply w-full !important;
524
- }
525
- }
526
- .applications-list-container {
527
- }
528
- .complaint-summary {
529
- @media (min-width: 780px) {
530
- flex: 1 0 auto;
531
- margin-left: 1rem;
532
- margin-top: 1rem;
533
- }
534
- }
535
-
536
- @media (min-width: 780px) {
537
- .citizen-form-wrapper {
538
- width: calc(100% - 219px);
539
- display: flex;
540
- justify-content: center;
541
- margin-top: 1rem;
542
- padding-left: 16px;
543
- padding-right: 16px;
544
- }
545
- }
546
- @media (min-width: 780px) {
547
- .citizen-card-container {
548
- padding-left: 15px;
549
- padding-right: 15px;
550
- margin-top: 1rem;
551
- }
552
- }
553
-
554
- @media (min-width: 780px) {
555
- .citizen-obps-wrapper,
556
- .selection-card-wrapper,
557
- .pgr-citizen-wrapper,
558
- .pt-citizen,
559
- .bill-citizen,
560
- .bills-citizen-wrapper,
561
- .payer-bills-citizen-wrapper,
562
- .engagement-citizen-wrapper,
563
- .citizen-all-services-wrapper,
564
- .mcollect-citizen,
565
- .ws-citizen-wrapper,
566
- .tl-citizen {
567
- width: calc(100% - 219px);
568
- padding-left: 16px;
569
- padding-right: 16px;
570
- margin-top: 1rem;
571
- }
572
- }
573
- @media only screen and (max-width: 768px) {
574
- /* For mobile phones: */
575
- .error-boundary {
576
- height: 75vh;
577
- }
578
- }
579
- .employee-app-wrapper {
580
- min-height: calc(100vh - 8em);
581
- }
582
-
583
- .ws-custom-wrapper {
584
- .submit {
585
- display: flex !important;
586
- flex-direction: row-reverse !important;
587
- width: 100% !important;
588
- align-items: center;
589
- button {
590
- width: 240px !important;
591
- }
592
- p {
593
- width: unset;
594
- margin-right: 1rem;
595
- }
596
- }
597
- }
598
-
599
- .plumber-details-new-value-wrapper {
600
- flex: 2 1 auto;
601
- }
602
-
603
- .connection-details-new-value-wrapper {
604
- flex: 1 1 auto;
605
- }
606
-
607
- .connection-details-old-value-wrapper,
608
- .plumber-details-old-value-wrapper {
609
- flex: 1 1 auto;
610
-
611
- .old-value-null-wrapper {
612
- visibility: hidden;
613
- padding-bottom: 8px;
614
- margin-bottom: 8px;
615
- }
616
- .row {
617
- color: #b1b4b6;
618
- font-weight: 700;
619
- font-size: 16px;
620
- }
621
- }
622
-
623
- .plumber-details-new-value-wrapper {
624
- flex: 2 1 auto;
625
- }
626
-
627
- .connection-details-new-value-wrapper {
628
- flex: 1 1 auto;
629
- }
630
-
631
- .connection-details-old-value-wrapper,
632
- .plumber-details-old-value-wrapper {
633
- flex: 1 1 auto;
634
- .old-value-null-wrapper {
635
- visibility: hidden;
636
- padding-bottom: 8px;
637
- margin-bottom: 8px;
638
- }
639
- .row {
640
- color: #b1b4b6;
641
- font-weight: 700;
642
- font-size: 16px;
643
- }
644
- }
645
-
646
- .modal-header-ws {
647
- padding: 1rem;
648
- font-weight: 400;
649
- }
650
- .modal-body-ws {
651
- padding: 1rem;
652
- font-weight: 700;
653
- color: theme(colors.text.primary);
654
- font-size: 24px;
655
- margin-bottom: 1rem;
656
- }
657
- .privacy-icon {
658
- cursor: pointer;
659
- }
660
- .privacy-icon:hover {
661
- path {
662
- fill: rgba(244, 119, 56, 1);
663
- }
664
- }
665
-
666
- .privacy-icon-2 {
667
- cursor: pointer;
668
- }
669
- .privacy-icon-2:hover {
670
- path {
671
- fill: none;
672
- }
673
- }
674
-
675
- .audit-card {
676
- width: 80%;
677
- margin-left: -260px;
678
- margin-right: -27%;
679
- max-height: 120px;
680
- margin-top: 90px;
681
- }
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 "./pages/employee/index.scss";
15
+ @import "./pages/employee/login.scss";
16
+
17
+ @import "./digitv2/index.scss";
18
+ @import "./digitv2/typography.scss";
19
+
20
+
21
+ .display-none {
22
+ display: none;
23
+ }
24
+
25
+ .p-unset {
26
+ padding: unset !important;
27
+ }
28
+
29
+ h1, h2, h3, h4, h5, h6 {
30
+ font-size: inherit;
31
+ font-weight: inherit; }
32
+
33
+
34
+ .flex-one {
35
+ @apply flex-1;
36
+ }
37
+
38
+ .display-flex-gap-2 {
39
+ @apply flex gap-3;
40
+ }
41
+ .rm-mb {
42
+ margin-bottom: unset !important;
43
+ }
44
+
45
+ .w-fullwidth {
46
+ @apply w-full;
47
+ }
48
+
49
+ .margin-unset {
50
+ margin: unset !important;
51
+ }
52
+
53
+ .text-align-center {
54
+ @apply text-center;
55
+ }
56
+
57
+ .desktop-only {
58
+ @apply hidden;
59
+ }
60
+
61
+ @screen dt {
62
+ .desktop-only {
63
+ @apply block;
64
+ }
65
+ }
66
+
67
+ .mobile-only {
68
+ @apply block;
69
+ }
70
+
71
+ @screen dt {
72
+ .mobile-only {
73
+ @apply hidden;
74
+ }
75
+ }
76
+
77
+ .mrlg {
78
+ @apply mr-lg;
79
+ }
80
+
81
+ .mrsm {
82
+ @apply mr-sm;
83
+ }
84
+
85
+ .mbsm {
86
+ @apply mb-sm;
87
+ }
88
+
89
+ .employeeCard {
90
+ /* TODO need to revisit that we need mx-md NABEEL/ANIL
91
+ @apply mb-md mx-md !important;
92
+ */
93
+ @apply mb-md !important;
94
+ --bg-opacity: 1;
95
+ background-color: rgba(255, 255, 255, var(--bg-opacity));
96
+ box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
97
+ padding: 16px;
98
+ border-radius: 4px;
99
+ }
100
+
101
+ .home-link {
102
+ margin-left: 16px;
103
+ margin-bottom: 16px;
104
+
105
+ a {
106
+ color: theme(colors.link.normal);
107
+ }
108
+ }
109
+
110
+ .clear-search-label {
111
+ color: theme(colors.primary.main);
112
+ cursor: pointer;
113
+ }
114
+
115
+ .search-submit-bar {
116
+ margin-top: 32;
117
+ margin-left: auto;
118
+ }
119
+
120
+ .application-details-link-button {
121
+ @apply flex justify-between items-center;
122
+
123
+ .download-button {
124
+ color: theme(colors.primary.main);
125
+ margin-left: 8px;
126
+ }
127
+ }
128
+
129
+ .response-download-button {
130
+ @apply flex mb-sm;
131
+
132
+ .download-button {
133
+ color: theme(colors.primary.main);
134
+ margin-left: 8px;
135
+ }
136
+ }
137
+
138
+ .check-page-link-button {
139
+ color: theme(colors.primary.main) !important;
140
+ }
141
+
142
+ .pt-application-download-btn {
143
+ display: flex;
144
+ justify-content: flex-end;
145
+ margin: 0px 8px;
146
+ }
147
+
148
+ .form-pt-dropdown-only {
149
+ .options-card {
150
+ position: unset;
151
+ }
152
+ }
153
+ .application-table-container {
154
+ @apply mt-lg ml-lg flex-1;
155
+ }
156
+
157
+ .primary-label-btn {
158
+ @apply flex;
159
+ gap: 10px;
160
+
161
+ svg {
162
+ fill: theme(colors.primary.main);
163
+ }
164
+
165
+ color: theme(colors.primary.main);
166
+
167
+ cursor: pointer;
168
+ font-weight: 500;
169
+ width: fit-content;
170
+ }
171
+
172
+ .primaryColor {
173
+ color: theme(colors.text.primary) !important;
174
+ }
175
+
176
+ input[readonly] {
177
+ background-color: theme(digitv2.lightTheme.generic-background);
178
+ border-color: theme(digitv2.lightTheme.text-secondary);
179
+ color: theme(digitv2.lightTheme.text-secondary);
180
+ --border-opacity: 1;
181
+ border-color: #9E9E9E;
182
+ border-color: rgba(158, 158, 158, var(--border-opacity));
183
+ }
184
+
185
+ .hide-input-type-file {
186
+ position: absolute;
187
+ clip: rect(0, 0, 0, 0);
188
+ pointer-events: none !important;
189
+ }
190
+
191
+ @media (hover: hover) {
192
+ .primary-label-btn {
193
+ &:hover {
194
+ color: #000;
195
+
196
+ svg {
197
+ fill: #000;
198
+ }
199
+ }
200
+ }
201
+ }
202
+
203
+ .disabled {
204
+ pointer-events: none !important;
205
+ --border-opacity: 1;
206
+ border-color: #9E9E9E;
207
+ border-color: rgba(158, 158, 158, var(--border-opacity));
208
+ --text-opacity: 1;
209
+ color: #9E9E9E;
210
+ color: rgba(158, 158, 158, var(--text-opacity));
211
+ }
212
+
213
+ .card-date-input {
214
+ @apply absolute top-0 left-0 w-3/4 bg-white pl-sm border border-input-border border-solid border-r-0;
215
+ outline: transparent solid 1px;
216
+ height: 2.5rem;
217
+ }
218
+
219
+ .h4 {
220
+ @apply mb-sm;
221
+ }
222
+
223
+ .react-time-picker {
224
+ width: 194px;
225
+ height: 2.5rem;
226
+ &__wrapper {
227
+ border: 2px solid theme(colors.text.primary);
228
+ padding-left: 16px;
229
+ }
230
+ &__inputGroup__input {
231
+ @apply px-sm;
232
+ line-height: 2.5rem;
233
+ min-width: 16px;
234
+ &:focus {
235
+ outline: 2px solid black;
236
+ }
237
+ }
238
+ }
239
+
240
+ .border-none {
241
+ border: none;
242
+ justify-content: space-between;
243
+ }
244
+
245
+ input[type="number"]::-webkit-inner-spin-button,
246
+ input[type="number"]::-webkit-outer-spin-button {
247
+ -webkit-appearance: none;
248
+ margin: 0;
249
+ }
250
+ input[type="number"] {
251
+ -moz-appearance: textfield;
252
+ }
253
+
254
+
255
+ .static {
256
+ @apply flex flex-col;
257
+ min-height: 85vh;
258
+
259
+ &-wrapper {
260
+ flex: 1;
261
+ max-height: 75vh;
262
+ overflow: scroll;
263
+ -ms-overflow-style: none; /* IE and Edge */
264
+ scrollbar-width: none; /* Firefox */
265
+
266
+ &::-webkit-scrollbar {
267
+ display: none;
268
+ }
269
+ }
270
+ }
271
+
272
+ .bill-summary {
273
+ border: #e8e7e6 solid 1px;
274
+ @apply bg-grey-light w-full;
275
+
276
+ .bill-account-details {
277
+ @apply flex mb-md;
278
+ padding: 5px;
279
+
280
+ .label {
281
+ @apply w-1/2 font-bold;
282
+ }
283
+
284
+ .value {
285
+ @apply w-1/2 text-right;
286
+ }
287
+ }
288
+
289
+ .amount-details {
290
+ @apply flex mb-md items-center;
291
+ padding: 5px;
292
+
293
+ .label {
294
+ @apply w-1/2 font-bold;
295
+ }
296
+
297
+ .value {
298
+ @apply w-1/2 font-bold text-right;
299
+ font-size: 18px;
300
+ }
301
+ }
302
+ }
303
+
304
+ .bill-payment-amount {
305
+ @apply sticky bottom-0 bg-white;
306
+ padding-bottom: 32px;
307
+
308
+ .payment-amount-front {
309
+ @apply absolute z-10 w-10 flex justify-center items-center;
310
+ background-color: #efefef;
311
+ padding: 7px 12px;
312
+ color: #9a9a9a;
313
+ }
314
+ }
315
+
316
+ .text-indent-xl input {
317
+ text-indent: 40px;
318
+ }
319
+
320
+ .select-payment-type {
321
+ @apply flex justify-center font-bold items-center;
322
+ padding-top: 10px;
323
+ padding-bottom: 25px;
324
+
325
+ .value {
326
+ font-size: 20px;
327
+ }
328
+ }
329
+
330
+ .cheque-date {
331
+ @apply flex items-center mb-lg;
332
+ border: 2px solid theme(colors.text.primary);
333
+ border-radius: 2px;
334
+
335
+ input {
336
+ @apply outline-none w-full;
337
+ border: 0px;
338
+ background: transparent;
339
+ text-indent: 5px;
340
+ padding: 6px 0px;
341
+ }
342
+
343
+ button {
344
+ @apply outline-none;
345
+ border: 0px;
346
+ background: transparent;
347
+ text-indent: 2px;
348
+ }
349
+ }
350
+
351
+ .w-half {
352
+ @apply w-1/2;
353
+ }
354
+
355
+ .ifsc-field {
356
+ @apply flex items-center mb-lg;
357
+ border: 2px solid theme(colors.text.primary);
358
+ border-radius: 2px;
359
+
360
+ input {
361
+ @apply outline-none w-full;
362
+ border: 0px;
363
+ background: transparent;
364
+ text-indent: 5px;
365
+ padding: 6px 0px;
366
+ }
367
+ button {
368
+ @apply outline-none;
369
+ border: 0px;
370
+ background: transparent;
371
+ text-indent: 2px;
372
+ }
373
+ }
374
+
375
+ .text-input {
376
+ @apply relative w-full;
377
+ input {
378
+ &:hover {
379
+ @apply border-2 border-solid border-primary-main;
380
+ }
381
+ }
382
+ }
383
+
384
+ .text-input-width {
385
+ max-width: 540px;
386
+ }
387
+
388
+ .text-mobile-input-width {
389
+ max-width: 500px;
390
+ }
391
+
392
+ .custom-time-picker {
393
+ @apply w-full;
394
+ max-width: 200px;
395
+ }
396
+
397
+ .sla-cell {
398
+ @apply text-text-secondary;
399
+ }
400
+
401
+ .submit-bar-search {
402
+ margin-top: 32px;
403
+ margin-left: 16px;
404
+ max-width: 256px;
405
+ }
406
+
407
+ .clear-search-container {
408
+ @apply flex justify-between items-center;
409
+ }
410
+
411
+ .card-label-smaller {
412
+ @apply w-1/3;
413
+ margin-bottom: revert;
414
+ }
415
+
416
+ .card-label-APK {
417
+ @apply w-1/3;
418
+ margin-bottom: revert;
419
+ width: 100%;
420
+ }
421
+
422
+ .underline {
423
+ border-color: #e7e6e6;
424
+ @apply mb-sm;
425
+ }
426
+
427
+ .box-shadow-none {
428
+ box-shadow: none;
429
+ }
430
+
431
+ .component-in-front {
432
+ @apply flex justify-center items-center;
433
+ }
434
+
435
+ .subform-composer {
436
+ @apply flex;
437
+ }
438
+
439
+ .inbox-search-container {
440
+ .result {
441
+ @apply mt-lg;
442
+ }
443
+ }
444
+
445
+ .payment-form-text-input-correction {
446
+ width: 100% !important;
447
+ }
448
+
449
+ .edcr-citizen-inbox {
450
+ thead th:first-child {
451
+ min-width: 155px;
452
+ }
453
+ }
454
+
455
+ .error-boundary {
456
+ width: 100vw;
457
+ height: 100vh;
458
+ font-size: 16px;
459
+ font-family: sans-serif;
460
+ display: flex;
461
+ justify-content: center;
462
+ align-items: center;
463
+ flex-direction: column;
464
+ .error-container {
465
+ display: flex;
466
+ width: 400px;
467
+ justify-content: center;
468
+ align-items: center;
469
+ flex-direction: column;
470
+ h1 {
471
+ font-size: 32px;
472
+ font-weight: bold;
473
+ }
474
+ button {
475
+ height: 40px;
476
+ width: 153px;
477
+ border-radius: 0px;
478
+ padding: 8px 24px;
479
+ color: white;
480
+ cursor: pointer;
481
+ background-color: theme(colors.primary.main);
482
+ }
483
+ }
484
+ }
485
+
486
+ .error-boundary summary,
487
+ .error-boundary details {
488
+ width: 300px;
489
+ background-color: rgb(218, 100, 100);
490
+ margin: 5px;
491
+ border: 2px solid #222;
492
+ border-radius: 3px;
493
+ padding: 3px;
494
+ }
495
+
496
+ .full-width-card {
497
+ width: 92vw !important;
498
+ }
499
+ .full-employee-card-link {
500
+ width: 100% !important;
501
+ margin: 7px 0px;
502
+ a {
503
+ color: inherit;
504
+ text-decoration: inherit;
505
+ }
506
+ }
507
+ .full-employee-card-height {
508
+ height: unset !important;
509
+ }
510
+
511
+ @media (min-width: 640px) {
512
+ .full-employee-card-height {
513
+ height: 196px !important;
514
+ }
515
+ .full-employee-card-link {
516
+ width: 30% !important;
517
+ }
518
+ .full-width-card {
519
+ @apply w-full !important;
520
+ }
521
+ }
522
+ .applications-list-container {
523
+ }
524
+ .complaint-summary {
525
+ @media (min-width: 780px) {
526
+ flex: 1 0 auto;
527
+ margin-left: 1rem;
528
+ margin-top: 1rem;
529
+ }
530
+ }
531
+
532
+ @media (min-width: 780px) {
533
+ .citizen-form-wrapper {
534
+ width: calc(100% - 219px);
535
+ display: flex;
536
+ justify-content: center;
537
+ margin-top: 1rem;
538
+ padding-left: 16px;
539
+ padding-right: 16px;
540
+ }
541
+ }
542
+ @media (min-width: 780px) {
543
+ .citizen-card-container {
544
+ padding-left: 15px;
545
+ padding-right: 15px;
546
+ margin-top: 1rem;
547
+ }
548
+ }
549
+
550
+ @media (min-width: 780px) {
551
+ .citizen-obps-wrapper,
552
+ .selection-card-wrapper,
553
+ .pgr-citizen-wrapper,
554
+ .pt-citizen,
555
+ .bill-citizen,
556
+ .bills-citizen-wrapper,
557
+ .payer-bills-citizen-wrapper,
558
+ .engagement-citizen-wrapper,
559
+ .citizen-all-services-wrapper,
560
+ .mcollect-citizen,
561
+ .ws-citizen-wrapper,
562
+ .tl-citizen {
563
+ width: calc(100% - 219px);
564
+ padding-left: 16px;
565
+ padding-right: 16px;
566
+ margin-top: 1rem;
567
+ }
568
+ }
569
+ @media only screen and (max-width: 768px) {
570
+ /* For mobile phones: */
571
+ .error-boundary {
572
+ height: 75vh;
573
+ }
574
+ }
575
+ .employee-app-wrapper {
576
+ min-height: calc(100vh - 8em);
577
+ }
578
+
579
+ .ws-custom-wrapper {
580
+ .submit {
581
+ display: flex !important;
582
+ flex-direction: row-reverse !important;
583
+ width: 100% !important;
584
+ align-items: center;
585
+ button {
586
+ width: 240px !important;
587
+ }
588
+ p {
589
+ width: unset;
590
+ margin-right: 1rem;
591
+ }
592
+ }
593
+ }
594
+
595
+ .plumber-details-new-value-wrapper {
596
+ flex: 2 1 auto;
597
+ }
598
+
599
+ .connection-details-new-value-wrapper {
600
+ flex: 1 1 auto;
601
+ }
602
+
603
+ .connection-details-old-value-wrapper,
604
+ .plumber-details-old-value-wrapper {
605
+ flex: 1 1 auto;
606
+
607
+ .old-value-null-wrapper {
608
+ visibility: hidden;
609
+ padding-bottom: 8px;
610
+ margin-bottom: 8px;
611
+ }
612
+ .row {
613
+ color: #b1b4b6;
614
+ font-weight: 700;
615
+ font-size: 16px;
616
+ }
617
+ }
618
+
619
+ .plumber-details-new-value-wrapper {
620
+ flex: 2 1 auto;
621
+ }
622
+
623
+ .connection-details-new-value-wrapper {
624
+ flex: 1 1 auto;
625
+ }
626
+
627
+ .connection-details-old-value-wrapper,
628
+ .plumber-details-old-value-wrapper {
629
+ flex: 1 1 auto;
630
+ .old-value-null-wrapper {
631
+ visibility: hidden;
632
+ padding-bottom: 8px;
633
+ margin-bottom: 8px;
634
+ }
635
+ .row {
636
+ color: #b1b4b6;
637
+ font-weight: 700;
638
+ font-size: 16px;
639
+ }
640
+ }
641
+
642
+ .modal-header-ws {
643
+ padding: 1rem;
644
+ font-weight: 400;
645
+ }
646
+ .modal-body-ws {
647
+ padding: 1rem;
648
+ font-weight: 700;
649
+ color: theme(colors.text.primary);
650
+ font-size: 24px;
651
+ margin-bottom: 1rem;
652
+ }
653
+ .privacy-icon {
654
+ cursor: pointer;
655
+ }
656
+ .privacy-icon:hover {
657
+ path {
658
+ fill: rgba(244, 119, 56, 1);
659
+ }
660
+ }
661
+
662
+ .privacy-icon-2 {
663
+ cursor: pointer;
664
+ }
665
+ .privacy-icon-2:hover {
666
+ path {
667
+ fill: none;
668
+ }
669
+ }
670
+
671
+ .audit-card {
672
+ width: 80%;
673
+ margin-left: -260px;
674
+ margin-right: -27%;
675
+ max-height: 120px;
676
+ margin-top: 90px;
677
+ }