@djb25/digit-ui-css 1.0.0 → 1.0.1

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 (99) hide show
  1. package/dist/index.css +7 -17535
  2. package/dist/index.min.css +1 -1
  3. package/package.json +4 -3
  4. package/src/components/CardBasedOptions.scss +101 -36
  5. package/src/components/CitizenHomeCard.scss +43 -41
  6. package/src/components/PageBasedInput.scss +2 -0
  7. package/src/components/PropertySearchForm.scss +4 -4
  8. package/src/components/SearchOnRadioButton.scss +1 -1
  9. package/src/components/StandaloneSearchBar.scss +1 -1
  10. package/src/components/TimeLine.scss +4 -4
  11. package/src/components/bannercomponents.scss +4 -3
  12. package/src/components/body.scss +7 -4
  13. package/src/components/buttons.scss +1 -57
  14. package/src/components/card.scss +42 -97
  15. package/src/components/charts.scss +150 -3
  16. package/src/components/checkbox.scss +35 -4
  17. package/src/components/checkpoint.scss +3 -1
  18. package/src/components/datatable.scss +7 -65
  19. package/src/components/filters.scss +3 -3
  20. package/src/components/hoc/InboxComposer.scss +1 -1
  21. package/src/components/landingpage.scss +249 -18
  22. package/src/components/languageSelector.scss +2 -1
  23. package/src/components/loader.scss +1 -1
  24. package/src/components/metricsTable.scss +1 -2
  25. package/src/components/multiLink.scss +1 -1
  26. package/src/components/multiSelectDropdown.scss +0 -4
  27. package/src/components/navbar.scss +9 -13
  28. package/src/components/plusMinus.scss +3 -3
  29. package/src/components/radiobtn.scss +12 -0
  30. package/src/components/searchAction.scss +1 -1
  31. package/src/components/selectdropdown.scss +37 -12
  32. package/src/components/table.scss +8 -60
  33. package/src/components/textfields.scss +16 -4
  34. package/src/components/toggleSwitch.scss +1 -1
  35. package/src/components/topbar.scss +8 -11
  36. package/src/components/uploadcomponents.scss +16 -3
  37. package/src/index.scss +74 -109
  38. package/src/pages/citizen/DocumentList.scss +5 -5
  39. package/src/pages/citizen/HomePageWrapper.scss +11 -6
  40. package/src/pages/citizen/container.scss +1 -1
  41. package/src/pages/employee/cardfix.scss +2 -1
  42. package/src/pages/employee/container.scss +9 -8
  43. package/src/pages/employee/dss.scss +12 -29
  44. package/src/pages/employee/inbox.scss +144 -91
  45. package/src/pages/employee/index.scss +248 -244
  46. package/src/pages/employee/login.scss +93 -135
  47. package/src/pages/employee/popupmodule.scss +13 -0
  48. package/src/pages/employee/scroll-table.scss +4 -9
  49. package/src/pages/employee/surveys.scss +13 -14
  50. package/svg/check.svg +1 -1
  51. package/svg/starempty.svg +1 -1
  52. package/svg/starfilled.svg +1 -1
  53. package/README.md +0 -80
  54. package/src/components/financeUi.scss +0 -875
  55. package/src/components/inboxv2/InboxLinks.scss +0 -59
  56. package/src/components/inboxv2/horizontalNav.scss +0 -224
  57. package/src/components/inboxv2/inboxSearch.scss +0 -116
  58. package/src/components/inboxv2/inboxSearchComposer.scss +0 -134
  59. package/src/components/inboxv2/index.scss +0 -5
  60. package/src/components/inboxv2/searchComponentTable.scss +0 -44
  61. package/src/components/sidebar.scss +0 -141
  62. package/src/digitv2/components/ErrorMessage.scss +0 -6
  63. package/src/digitv2/components/FormComposerV2.scss +0 -120
  64. package/src/digitv2/components/actionLinkV2.scss +0 -7
  65. package/src/digitv2/components/actionbarV2.scss +0 -110
  66. package/src/digitv2/components/appContainerV2.scss +0 -55
  67. package/src/digitv2/components/backButtonV2.scss +0 -26
  68. package/src/digitv2/components/bannerV2.scss +0 -120
  69. package/src/digitv2/components/bodyContainerV2.scss +0 -39
  70. package/src/digitv2/components/breadCrumbV2.scss +0 -31
  71. package/src/digitv2/components/breakLineV2.scss +0 -6
  72. package/src/digitv2/components/buttonsV2.scss +0 -40
  73. package/src/digitv2/components/cardV2.scss +0 -385
  74. package/src/digitv2/components/checkboxV2.scss +0 -61
  75. package/src/digitv2/components/checkpointV2.scss +0 -71
  76. package/src/digitv2/components/collapseAndExpandGroups.scss +0 -60
  77. package/src/digitv2/components/dateWrapV2.scss +0 -12
  78. package/src/digitv2/components/displayPhotosV2.scss +0 -33
  79. package/src/digitv2/components/headerV2.scss +0 -6
  80. package/src/digitv2/components/infoBannerV2.scss +0 -37
  81. package/src/digitv2/components/keynoteV2.scss +0 -35
  82. package/src/digitv2/components/loaderV2.scss +0 -81
  83. package/src/digitv2/components/mobileNumberV2.scss +0 -33
  84. package/src/digitv2/components/multiSelectDropdownV2.scss +0 -92
  85. package/src/digitv2/components/noresultsfoundV2.scss +0 -11
  86. package/src/digitv2/components/otpInputV2.scss +0 -15
  87. package/src/digitv2/components/popUpV2.scss +0 -16
  88. package/src/digitv2/components/radiobtnV2.scss +0 -51
  89. package/src/digitv2/components/ratingV2.scss +0 -33
  90. package/src/digitv2/components/selectdropdownV2.scss +0 -170
  91. package/src/digitv2/components/tagV2.scss +0 -28
  92. package/src/digitv2/components/telephoneV2.scss +0 -18
  93. package/src/digitv2/components/textInputV2.scss +0 -123
  94. package/src/digitv2/components/textareaV2.scss +0 -11
  95. package/src/digitv2/components/uploadFileV2.scss +0 -146
  96. package/src/digitv2/index.scss +0 -168
  97. package/src/digitv2/pages/employee/index.scss +0 -1
  98. package/src/digitv2/pages/employee/workbench.scss +0 -1042
  99. package/src/digitv2/typography.scss +0 -241
package/src/index.scss CHANGED
@@ -81,7 +81,6 @@
81
81
  @import "./components/staticDynamicMessages.scss";
82
82
  @import "./components/toggleSwitch.scss";
83
83
  @import "./components/plusMinus.scss";
84
- @import "./components/financeUi.scss";
85
84
  @import "./components/landingpage.scss";
86
85
 
87
86
  @import "./pages/employee/index.scss";
@@ -108,30 +107,17 @@
108
107
  @import "./pages/citizen/updatePropertyNumber.scss";
109
108
  @import "./pages/citizen/citizenDocument.scss";
110
109
  @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
110
 
116
111
  .display-none {
117
112
  display: none;
118
113
  }
119
-
114
+ .primary-label-btn{
115
+ margin: 10px auto 0px !important;
116
+ }
120
117
  .p-unset {
121
118
  padding: unset !important;
122
119
  }
123
120
 
124
- h1,
125
- h2,
126
- h3,
127
- h4,
128
- h5,
129
- h6 {
130
- font-size: inherit;
131
- font-weight: inherit;
132
- }
133
-
134
-
135
121
  .flex-one {
136
122
  @apply flex-1;
137
123
  }
@@ -139,7 +125,6 @@ h6 {
139
125
  .display-flex-gap-2 {
140
126
  @apply flex gap-3;
141
127
  }
142
-
143
128
  .rm-mb {
144
129
  margin-bottom: unset !important;
145
130
  }
@@ -192,24 +177,17 @@ h6 {
192
177
  @apply mb-sm;
193
178
  }
194
179
 
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
180
  .home-link {
203
181
  margin-left: 16px;
204
182
  margin-bottom: 16px;
205
183
 
206
184
  a {
207
- color: theme(colors.link.normal);
185
+ color: #1d70b8;
208
186
  }
209
187
  }
210
188
 
211
189
  .clear-search-label {
212
- color: theme(colors.primary.main);
190
+ color: #a82227;
213
191
  cursor: pointer;
214
192
  }
215
193
 
@@ -222,7 +200,7 @@ h6 {
222
200
  @apply flex justify-between items-center;
223
201
 
224
202
  .download-button {
225
- color: theme(colors.primary.main);
203
+ color: a82227;
226
204
  margin-left: 8px;
227
205
  }
228
206
  }
@@ -231,13 +209,15 @@ h6 {
231
209
  @apply flex mb-sm;
232
210
 
233
211
  .download-button {
234
- color: theme(colors.primary.main);
212
+ color: #a82227;
235
213
  margin-left: 8px;
214
+ white-space: nowrap;
215
+
236
216
  }
237
217
  }
238
218
 
239
219
  .check-page-link-button {
240
- color: theme(colors.primary.main) !important;
220
+ color: #a82227 !important;
241
221
  }
242
222
 
243
223
  .pt-application-download-btn {
@@ -251,7 +231,6 @@ h6 {
251
231
  position: unset;
252
232
  }
253
233
  }
254
-
255
234
  .application-table-container {
256
235
  @apply mt-lg ml-lg flex-1;
257
236
  }
@@ -261,10 +240,10 @@ h6 {
261
240
  gap: 10px;
262
241
 
263
242
  svg {
264
- fill: theme(colors.primary.main);
243
+ fill: #a82227;
265
244
  }
266
245
 
267
- color: theme(colors.primary.main);
246
+ color: #5a1166;
268
247
 
269
248
  cursor: pointer;
270
249
  font-weight: 500;
@@ -272,20 +251,7 @@ h6 {
272
251
  }
273
252
 
274
253
  .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;
254
+ color: #0b0c0c !important;
289
255
  }
290
256
 
291
257
  @media (hover: hover) {
@@ -318,17 +284,14 @@ input[readonly] {
318
284
  .react-time-picker {
319
285
  width: 194px;
320
286
  height: 2.5rem;
321
-
322
287
  &__wrapper {
323
- border: 2px solid theme(colors.text.primary);
288
+ border: 2px solid #0b0c0c;
324
289
  padding-left: 16px;
325
290
  }
326
-
327
291
  &__inputGroup__input {
328
292
  @apply px-sm;
329
293
  line-height: 2.5rem;
330
294
  min-width: 16px;
331
-
332
295
  &:focus {
333
296
  outline: 2px solid black;
334
297
  }
@@ -345,12 +308,10 @@ input[type="number"]::-webkit-outer-spin-button {
345
308
  -webkit-appearance: none;
346
309
  margin: 0;
347
310
  }
348
-
349
311
  input[type="number"] {
350
312
  -moz-appearance: textfield;
351
313
  }
352
314
 
353
-
354
315
  .static {
355
316
  @apply flex flex-col;
356
317
  min-height: 85vh;
@@ -359,10 +320,8 @@ input[type="number"] {
359
320
  flex: 1;
360
321
  max-height: 75vh;
361
322
  overflow: scroll;
362
- -ms-overflow-style: none;
363
- /* IE and Edge */
364
- scrollbar-width: none;
365
- /* Firefox */
323
+ -ms-overflow-style: none; /* IE and Edge */
324
+ scrollbar-width: none; /* Firefox */
366
325
 
367
326
  &::-webkit-scrollbar {
368
327
  display: none;
@@ -430,7 +389,7 @@ input[type="number"] {
430
389
 
431
390
  .cheque-date {
432
391
  @apply flex items-center mb-lg;
433
- border: 2px solid theme(colors.text.primary);
392
+ border: 2px solid #0b0c0c;
434
393
  border-radius: 2px;
435
394
 
436
395
  input {
@@ -455,7 +414,7 @@ input[type="number"] {
455
414
 
456
415
  .ifsc-field {
457
416
  @apply flex items-center mb-lg;
458
- border: 2px solid theme(colors.text.primary);
417
+ border: 2px solid #0b0c0c;
459
418
  border-radius: 2px;
460
419
 
461
420
  input {
@@ -465,7 +424,6 @@ input[type="number"] {
465
424
  text-indent: 5px;
466
425
  padding: 6px 0px;
467
426
  }
468
-
469
427
  button {
470
428
  @apply outline-none;
471
429
  border: 0px;
@@ -476,11 +434,9 @@ input[type="number"] {
476
434
 
477
435
  .text-input {
478
436
  @apply relative w-full;
479
-
480
437
  input {
481
438
  &:hover {
482
- --border-opacity: 1;
483
- border: 1px solid #667eea;
439
+ @apply border-2 border-solid border-primary-main;
484
440
  }
485
441
  }
486
442
  }
@@ -550,10 +506,12 @@ input[type="number"] {
550
506
  width: 100% !important;
551
507
  }
552
508
 
553
- .edcr-citizen-inbox {
554
- thead th:first-child {
555
- min-width: 155px;
556
- }
509
+
510
+ .edcr-citizen-inbox{
511
+ thead th:first-child{
512
+ min-width:100px;
513
+ }
514
+
557
515
  }
558
516
 
559
517
  .error-boundary {
@@ -565,19 +523,17 @@ input[type="number"] {
565
523
  justify-content: center;
566
524
  align-items: center;
567
525
  flex-direction: column;
568
-
526
+ position: absolute !important;
569
527
  .error-container {
570
528
  display: flex;
571
529
  width: 400px;
572
530
  justify-content: center;
573
531
  align-items: center;
574
532
  flex-direction: column;
575
-
576
533
  h1 {
577
534
  font-size: 32px;
578
535
  font-weight: bold;
579
536
  }
580
-
581
537
  button {
582
538
  height: 40px;
583
539
  width: 153px;
@@ -585,7 +541,7 @@ input[type="number"] {
585
541
  padding: 8px 24px;
586
542
  color: white;
587
543
  cursor: pointer;
588
- background-color: theme(colors.primary.main);
544
+ background-color: #a82227;
589
545
  }
590
546
  }
591
547
  }
@@ -603,17 +559,10 @@ input[type="number"] {
603
559
  .full-width-card {
604
560
  width: 92vw !important;
605
561
  }
606
-
607
562
  .full-employee-card-link {
608
563
  width: 100% !important;
609
564
  margin: 7px 0px;
610
-
611
- a {
612
- color: inherit;
613
- text-decoration: inherit;
614
- }
615
565
  }
616
-
617
566
  .full-employee-card-height {
618
567
  height: unset !important;
619
568
  }
@@ -622,18 +571,15 @@ input[type="number"] {
622
571
  .full-employee-card-height {
623
572
  height: 196px !important;
624
573
  }
625
-
626
574
  .full-employee-card-link {
627
575
  width: 30% !important;
628
576
  }
629
-
630
577
  .full-width-card {
631
578
  @apply w-full !important;
632
579
  }
633
580
  }
634
-
635
- .applications-list-container {}
636
-
581
+ .applications-list-container {
582
+ }
637
583
  .complaint-summary {
638
584
  @media (min-width: 780px) {
639
585
  flex: 1 0 auto;
@@ -652,7 +598,6 @@ input[type="number"] {
652
598
  padding-right: 16px;
653
599
  }
654
600
  }
655
-
656
601
  @media (min-width: 780px) {
657
602
  .citizen-card-container {
658
603
  padding-left: 15px;
@@ -662,9 +607,9 @@ input[type="number"] {
662
607
  }
663
608
 
664
609
  @media (min-width: 780px) {
665
-
666
610
  .citizen-obps-wrapper,
667
611
  .selection-card-wrapper,
612
+ .fsm-citizen-wrapper,
668
613
  .pgr-citizen-wrapper,
669
614
  .pt-citizen,
670
615
  .bill-citizen,
@@ -681,15 +626,12 @@ input[type="number"] {
681
626
  margin-top: 1rem;
682
627
  }
683
628
  }
684
-
685
629
  @media only screen and (max-width: 768px) {
686
-
687
630
  /* For mobile phones: */
688
631
  .error-boundary {
689
632
  height: 75vh;
690
633
  }
691
634
  }
692
-
693
635
  .employee-app-wrapper {
694
636
  min-height: calc(100vh - 8em);
695
637
  }
@@ -700,11 +642,9 @@ input[type="number"] {
700
642
  flex-direction: row-reverse !important;
701
643
  width: 100% !important;
702
644
  align-items: center;
703
-
704
645
  button {
705
646
  width: 240px !important;
706
647
  }
707
-
708
648
  p {
709
649
  width: unset;
710
650
  margin-right: 1rem;
@@ -729,7 +669,6 @@ input[type="number"] {
729
669
  padding-bottom: 8px;
730
670
  margin-bottom: 8px;
731
671
  }
732
-
733
672
  .row {
734
673
  color: #b1b4b6;
735
674
  font-weight: 700;
@@ -748,13 +687,11 @@ input[type="number"] {
748
687
  .connection-details-old-value-wrapper,
749
688
  .plumber-details-old-value-wrapper {
750
689
  flex: 1 1 auto;
751
-
752
690
  .old-value-null-wrapper {
753
691
  visibility: hidden;
754
692
  padding-bottom: 8px;
755
693
  margin-bottom: 8px;
756
694
  }
757
-
758
695
  .row {
759
696
  color: #b1b4b6;
760
697
  font-weight: 700;
@@ -766,39 +703,67 @@ input[type="number"] {
766
703
  padding: 1rem;
767
704
  font-weight: 400;
768
705
  }
769
-
770
706
  .modal-body-ws {
771
707
  padding: 1rem;
772
708
  font-weight: 700;
773
- color: theme(colors.text.primary);
709
+ color: #0b0c0c;
774
710
  font-size: 24px;
775
711
  margin-bottom: 1rem;
776
712
  }
777
-
778
713
  .privacy-icon {
779
714
  cursor: pointer;
780
715
  }
781
-
782
716
  .privacy-icon:hover {
783
717
  path {
784
718
  fill: rgba(244, 119, 56, 1);
785
719
  }
786
720
  }
787
721
 
788
- .privacy-icon-2 {
789
- cursor: pointer;
722
+ .employee-app-wrapper{
723
+ min-height: calc(100vh - 8em);
724
+ }
725
+ .submit-bar header{
726
+ line-height: 2.0rem !important;
727
+ }
728
+ .logo-removeBorderRadiusLogo svg{
729
+ width: 50px;
730
+ height: 60px;
790
731
  }
791
732
 
792
- .privacy-icon-2:hover {
793
- path {
794
- fill: none;
733
+ .icon-banner-employee {
734
+ background-color:#d7aefc !important;
735
+ }
736
+ .icon-banner-employee svg{
737
+ background-color:#bf2f3b !important;
738
+ width: 40px;
739
+ height: 40px;
740
+ }
741
+ .inboxButton{
742
+ border: none;
743
+ color: white;
744
+ text-align: center;
745
+ text-decoration: none;
746
+ display: inline-block;
747
+ font-size: 14px;
748
+ margin: 4px 2px;
749
+ cursor: pointer;
750
+ height: fit-content;
751
+ border-radius: 5px;
752
+ font-family: sans-serif;
753
+ font-weight: 700;
754
+ }
755
+ .employee .inboxButton{
756
+ padding: 5px 15px;
757
+ background: #ba2b36
758
+ }
759
+ .citizen .inboxButton{
760
+ padding: 15px;
761
+ font-size: 1.2rem
762
+ }
763
+
764
+ @media screen and (max-width: 768px) {
765
+ .citizen .inboxButton{
766
+ font-size: 1rem;
795
767
  }
796
768
  }
797
769
 
798
- .audit-card {
799
- width: 80%;
800
- margin-left: -260px;
801
- margin-right: -27%;
802
- max-height: 120px;
803
- margin-top: 90px;
804
- }
@@ -37,7 +37,7 @@
37
37
  padding: 1em 0em;
38
38
  }
39
39
  .document_list_searchbar {
40
- border: 1px solid theme(colors.text.secondary) !important;
40
+ border: 1px solid #505A5F !important;
41
41
  border-radius: 0px !important;
42
42
  margin: 20px 0;
43
43
  }
@@ -67,7 +67,7 @@
67
67
  font-weight: normal;
68
68
  font-size: 12px;
69
69
  line-height: 24px;
70
- color: theme(colors.text.secondary);
70
+ color: #505A5F;
71
71
  padding-right: 5px;
72
72
  padding-left: 15px;
73
73
  min-width: 80px;
@@ -81,7 +81,7 @@
81
81
  font-weight: normal;
82
82
  font-size: 12px;
83
83
  line-height: 14px;
84
- color: theme(colors.text.secondary);
84
+ color: #505A5F;
85
85
  }
86
86
  .notice_and_circular_caption {
87
87
  margin-top: 10px;
@@ -109,7 +109,7 @@
109
109
  font-weight: normal;
110
110
  font-size: 16px;
111
111
  line-height: 19px;
112
- color: theme(colors.primary.main);
112
+ color: #a82227;
113
113
  }
114
114
  }
115
115
  }
@@ -129,7 +129,7 @@
129
129
  font-weight: normal;
130
130
  font-size: 16px;
131
131
  line-height: 19px;
132
- color: theme(colors.primary.main);
132
+ color: #a82227;
133
133
  }
134
134
  }
135
135
  }
@@ -60,19 +60,23 @@
60
60
  @media (min-width: 780px) {
61
61
  .SideBarStatic {
62
62
  width: 219px;
63
- background: theme(colors.white);
63
+ background: #ffffff;
64
+ margin-top: -24px;
64
65
  }
65
66
  }
66
-
67
67
  @media (max-width: 780px) {
68
68
  .SideBarStatic {
69
+ width: 219px;
70
+ background: #ffffff;
71
+ margin-top: -24px;
69
72
  display: none;
70
73
  }
71
74
  }
75
+
72
76
  .HomePageContainer {
73
77
  @media (min-width: 780px) {
74
78
  display: flex;
75
- width: calc(100% - 219px);
79
+ width: 100% !important;
76
80
  height: calc(100%-30px);
77
81
  }
78
82
  }
@@ -84,7 +88,7 @@
84
88
  margin-top: -25px;
85
89
  img {
86
90
  height: 33vw;
87
- filter: grayscale(100%);
91
+ background: linear-gradient(#000000,#000000);
88
92
  @apply w-full object-cover;
89
93
  }
90
94
  h1 {
@@ -97,7 +101,7 @@
97
101
  border: none;
98
102
  top: 76px;
99
103
  svg {
100
- fill: theme(colors.white);
104
+ fill: #ffffff;
101
105
  }
102
106
  @apply absolute text-white text-heading-s ml-md;
103
107
  }
@@ -153,6 +157,7 @@
153
157
  }
154
158
 
155
159
  .moduleLinkHomePageModuleLinks {
156
- width: 100%;
160
+ max-width: unset;
161
+ width:100%
157
162
  }
158
163
  }
@@ -10,7 +10,7 @@
10
10
  }
11
11
  .fill-path-primary-main {
12
12
  path {
13
- fill: theme(colors.primary.main);
13
+ fill: #a82227;
14
14
  }
15
15
  }
16
16
 
@@ -1,6 +1,7 @@
1
1
  .flex-fit{
2
2
  @apply flex w-full border-b border-solid border-border;
3
- padding : 8px 10px;
3
+ border-bottom: 0px !important;
4
+ padding-top: 5px
4
5
  }
5
6
  .card-count{
6
7
  @apply pr-xl;
@@ -19,7 +19,7 @@
19
19
  }
20
20
 
21
21
  .employee-home-footer {
22
- @apply flex h-10 pb-md pt-sm justify-center w-full;
22
+ @apply flex h-10 bg-grey-bg pb-md pt-sm justify-center w-full;
23
23
  img {
24
24
  height: 100%;
25
25
  }
@@ -31,17 +31,17 @@
31
31
  }
32
32
  }
33
33
  .fieldInspectionWrapper{
34
- border: 1px solid theme(colors.border);
34
+ border: 1px solid #d6d5d4;
35
35
  padding: 16px;
36
36
  margin-top: 8px;
37
- background: theme(colors.grey.light);
37
+ background: #fafafa;
38
38
  }
39
39
 
40
40
  .fieldInsepctionInsideWrapper {
41
- border: 1px solid theme(colors.border);
41
+ border: 1px solid #d6d5d4;
42
42
  padding: 16px;
43
43
  margin-top: 8px;
44
- background: theme(colors.white);
44
+ background: #ffffff;
45
45
  max-width: 70%;
46
46
  min-width: 280px;
47
47
  }
@@ -49,7 +49,8 @@
49
49
  @screen dt {
50
50
  .ground-container {
51
51
  margin-bottom: 56px;
52
- /* @apply p-md; */
52
+
53
+ @apply p-md;
53
54
  }
54
55
  .heading-m {
55
56
  @apply text-heading-m-dt;
@@ -64,9 +65,9 @@
64
65
  .employee-home-footer {
65
66
  }
66
67
  .moduleCardWrapper {
67
- /* @apply flex flex-row flex-wrap !important; */
68
+ @apply flex flex-row flex-wrap !important;
68
69
  }
69
70
  .gridModuleWrapper {
70
- @apply grid grid-cols-4 gap-1;
71
+ @apply grid grid-cols-4 gap-4;
71
72
  }
72
73
  }