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

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 (46) hide show
  1. package/CHANGELOG.md +88 -88
  2. package/README.md +80 -80
  3. package/package.json +69 -69
  4. package/src/digitv2/components/FormComposerV2.scss +118 -118
  5. package/src/digitv2/components/actionbarV2.scss +206 -206
  6. package/src/digitv2/components/backLinkV2.scss +36 -36
  7. package/src/digitv2/components/bodyContainerV2.scss +39 -39
  8. package/src/digitv2/components/breadcrumbV2.scss +56 -56
  9. package/src/digitv2/components/buttonsV2.scss +451 -451
  10. package/src/digitv2/components/cardV2.scss +497 -497
  11. package/src/digitv2/components/cardbasedoptionsV2.scss +46 -46
  12. package/src/digitv2/components/cardlabelV2.scss +7 -7
  13. package/src/digitv2/components/checkboxV2.scss +83 -83
  14. package/src/digitv2/components/chipV2.scss +129 -129
  15. package/src/digitv2/components/dividerV2.scss +10 -10
  16. package/src/digitv2/components/errorMessageV2.scss +20 -20
  17. package/src/digitv2/components/fieldV1.scss +96 -96
  18. package/src/digitv2/components/headerdropdownV2.scss +151 -151
  19. package/src/digitv2/components/infoCardV2.scss +139 -139
  20. package/src/digitv2/components/infobuttonV2.scss +75 -75
  21. package/src/digitv2/components/labelFieldPairV2.scss +66 -66
  22. package/src/digitv2/components/mobileNumberV2.scss +65 -65
  23. package/src/digitv2/components/multiSelectDropdownV2.scss +315 -315
  24. package/src/digitv2/components/panelCardV2.scss +160 -160
  25. package/src/digitv2/components/panelV2.scss +114 -114
  26. package/src/digitv2/components/popUpV2.scss +330 -330
  27. package/src/digitv2/components/radiobtnV2.scss +115 -115
  28. package/src/digitv2/components/selectDropdownV2.scss +364 -364
  29. package/src/digitv2/components/stepperV2.scss +147 -147
  30. package/src/digitv2/components/textInputV2.scss +462 -462
  31. package/src/digitv2/components/textareaV2.scss +99 -99
  32. package/src/digitv2/components/textblockV2.scss +46 -46
  33. package/src/digitv2/components/timelineV2.scss +170 -170
  34. package/src/digitv2/components/toastV2.scss +80 -80
  35. package/src/digitv2/components/toggleV2.scss +72 -72
  36. package/src/digitv2/components/topbarV2.scss +387 -387
  37. package/src/digitv2/components/treeSelectV2.scss +132 -132
  38. package/src/digitv2/components/uploaderV2.scss +556 -556
  39. package/src/digitv2/components/viewCardFieldPairV2.scss +44 -44
  40. package/src/digitv2/index.scss +169 -169
  41. package/src/digitv2/pages/employee/index.scss +1 -1
  42. package/src/digitv2/pages/employee/workbench.scss +615 -615
  43. package/src/digitv2/typography.scss +638 -638
  44. package/src/index.scss +681 -681
  45. package/src/pages/employee/index.scss +625 -625
  46. package/src/pages/employee/login.scss +220 -220
package/src/index.scss CHANGED
@@ -1,681 +1,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
- .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
+ .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
+ }