@djb25/digit-ui-css 1.0.51 → 1.0.53

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djb25/digit-ui-css",
3
- "version": "1.0.51",
3
+ "version": "1.0.53",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "satyam",
@@ -41,6 +41,7 @@
41
41
  .linksWrapper {
42
42
  height: 25px;
43
43
  margin-bottom: 0.5em;
44
+ padding-left: 10px;
44
45
  }
45
46
  a {
46
47
  @apply pb-md;
@@ -8,6 +8,7 @@
8
8
  div {
9
9
  @apply w-full;
10
10
  }
11
+
11
12
  .menu-wrap {
12
13
  @apply absolute bg-white text-left mb-xs z-30 cursor-pointer;
13
14
  bottom: 45px;
@@ -83,6 +84,7 @@
83
84
  div {
84
85
  @apply w-full;
85
86
  }
87
+
86
88
  .menu-wrap {
87
89
  @apply absolute bg-white text-left mb-xs z-30 cursor-pointer;
88
90
  box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
@@ -92,6 +94,14 @@
92
94
  div {
93
95
  @apply h-12 pl-sm py-md text-body-l text-text-primary;
94
96
 
97
+ p {
98
+ word-wrap: break-word;
99
+ }
100
+
101
+ &:hover {
102
+ @apply bg-grey-mid w-full;
103
+ }
104
+
95
105
  &:hover {
96
106
  @apply bg-grey-mid w-full;
97
107
  }
@@ -119,4 +129,4 @@
119
129
  align-items: center;
120
130
  margin-left: 10px;
121
131
  }
122
- }
132
+ }
@@ -160,6 +160,10 @@ body {
160
160
  border-bottom: 2px solid #000;
161
161
  }
162
162
 
163
+ .header.inbox-link {
164
+ padding: 0;
165
+ }
166
+
163
167
  .ws-docs-container {
164
168
  display: flex;
165
169
  flex-direction: column;
@@ -485,7 +485,6 @@
485
485
 
486
486
  .employeeCard-override {
487
487
  margin-left: 0px !important;
488
- padding: 40px;
489
488
  }
490
489
 
491
490
  .BPAemployeeCard {
@@ -48,8 +48,8 @@
48
48
  overflow: hidden;
49
49
  position: relative;
50
50
  z-index: 101;
51
- padding-top: 56px;
52
- height: 100vh;
51
+ padding-top: 70px;
52
+ min-height: calc(100vh - 70px);
53
53
  }
54
54
 
55
55
  .citizen-static-sidebar.expanded {
package/src/index.scss CHANGED
@@ -141,6 +141,10 @@ h6 {
141
141
  @apply flex-1;
142
142
  }
143
143
 
144
+ .flex-roww {
145
+ display: flex;
146
+ }
147
+
144
148
  .display-flex-gap-2 {
145
149
  @apply flex gap-3;
146
150
  }
@@ -308,6 +312,7 @@ input[readonly] {
308
312
  @apply border-grey-dark text-grey-dark !important;
309
313
  pointer-events: none !important;
310
314
  }
315
+
311
316
  .disabled-label {
312
317
  @apply border-grey-dark text-grey-dark !important;
313
318
  pointer-events: none !important;
@@ -485,6 +490,7 @@ input[type="number"] {
485
490
  .phone-input-wrapper {
486
491
  display: flex;
487
492
  }
493
+
488
494
  .phone-input-wrapper:hover {
489
495
  .employee-card-input--front {
490
496
  border: 2px solid #a1a1aa;
@@ -495,6 +501,7 @@ input[type="number"] {
495
501
  input {
496
502
  border: 2px solid #a1a1aa;
497
503
  color: #a1a1aa;
504
+
498
505
  &:focus-within {
499
506
  outline: none;
500
507
  border-color: #007bff;
@@ -511,6 +518,7 @@ input[type="number"] {
511
518
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
512
519
  z-index: 1;
513
520
  }
521
+
514
522
  input {
515
523
  outline: none;
516
524
  border-color: #007bff;
@@ -694,8 +702,7 @@ input[type="number"] {
694
702
  }
695
703
  }
696
704
 
697
- .applications-list-container {
698
- }
705
+ .applications-list-container {}
699
706
 
700
707
  .complaint-summary {
701
708
  @media (min-width: 780px) {
@@ -725,6 +732,7 @@ input[type="number"] {
725
732
  }
726
733
 
727
734
  @media (min-width: 780px) {
735
+
728
736
  .citizen-obps-wrapper,
729
737
  .pgr-citizen-wrapper,
730
738
  .pt-citizen,
@@ -751,6 +759,7 @@ input[type="number"] {
751
759
  }
752
760
 
753
761
  @media only screen and (max-width: 768px) {
762
+
754
763
  /* For mobile phones: */
755
764
  .error-boundary {
756
765
  height: 75vh;
@@ -763,6 +772,10 @@ input[type="number"] {
763
772
  min-width: 0;
764
773
  }
765
774
 
775
+ .min-width-full {
776
+ min-width: 100%;
777
+ }
778
+
766
779
  .employee-app-wrapper {
767
780
  min-height: calc(100vh - 8em);
768
781
  height: calc(100vh - 102px);
@@ -958,3 +971,15 @@ input[type="number"] {
958
971
  .round-medium {
959
972
  border-radius: 6px;
960
973
  }
974
+
975
+ .rdrDateDisplayItem {
976
+ input[readonly] {
977
+ border-radius: 4px;
978
+ }
979
+ }
980
+
981
+ @media (max-width: 1024px) {
982
+ .rdrDefinedRangesWrapper {
983
+ display: none;
984
+ }
985
+ }
@@ -315,9 +315,9 @@
315
315
  display: flex;
316
316
  align-items: flex-start;
317
317
  position: sticky;
318
- top: 58px;
319
- height: calc(100vh - 58px);
320
- min-height: calc(100vh - 58px);
318
+ top: 70px;
319
+ height: calc(100vh - 70px);
320
+ min-height: calc(100vh - 70px);
321
321
  align-self: flex-start;
322
322
  }
323
323
  }
@@ -450,8 +450,6 @@
450
450
  @screen dt {
451
451
  .HomePageWrapper {
452
452
  width: 100%;
453
- padding: 28px 32px 64px;
454
-
455
453
  .BannerWithSearch {
456
454
  margin-bottom: 56px;
457
455
  width: 100% !important;
@@ -10,6 +10,7 @@
10
10
  }
11
11
 
12
12
  .ekyc-employee-container {
13
+ width: 100%;
13
14
  .inbox-main-container {
14
15
  flex: 1;
15
16
  padding-right: 0px;
@@ -49,7 +50,7 @@
49
50
  left: 0;
50
51
  width: 4px;
51
52
  height: 100%;
52
- background: #185FA5;
53
+ background: #185fa5;
53
54
  opacity: 0.1;
54
55
  }
55
56
  }
@@ -123,7 +124,7 @@
123
124
  margin-bottom: 4px;
124
125
 
125
126
  &.total {
126
- background: #185FA5;
127
+ background: #185fa5;
127
128
  box-shadow: 0 0 8px rgba(24, 95, 165, 0.2);
128
129
  }
129
130
 
@@ -756,7 +757,7 @@
756
757
 
757
758
  /* StatusCards Styles */
758
759
  .status-cards-wrapper {
759
- font-family: 'Segoe UI', sans-serif;
760
+ font-family: "Segoe UI", sans-serif;
760
761
  width: 100%;
761
762
  background: #eef3fb;
762
763
  border-radius: 16px;
@@ -777,7 +778,7 @@
777
778
  gap: 6px;
778
779
  font-size: 11px;
779
780
  font-weight: 700;
780
- color: #185FA5;
781
+ color: #185fa5;
781
782
  letter-spacing: 1.2px;
782
783
  text-transform: uppercase;
783
784
  margin-bottom: 6px;
@@ -785,7 +786,7 @@
785
786
  .eyebrow-dot {
786
787
  width: 12px;
787
788
  height: 12px;
788
- background: #185FA5;
789
+ background: #185fa5;
789
790
  border-radius: 3px;
790
791
  flex-shrink: 0;
791
792
  }
@@ -983,7 +984,7 @@
983
984
  .progress-fill {
984
985
  height: 100%;
985
986
  border-radius: 3px;
986
- background: linear-gradient(90deg, #0c2a52, #185FA5);
987
+ background: linear-gradient(90deg, #0c2a52, #185fa5);
987
988
  }
988
989
  }
989
990
 
@@ -1016,4 +1017,4 @@
1016
1017
  }
1017
1018
  }
1018
1019
  }
1019
- }
1020
+ }
@@ -1,5 +1,5 @@
1
1
  .popup-module {
2
- width: 480px;
2
+ width: auto;
3
3
  margin: 0 auto;
4
4
  @apply bg-white;
5
5
 
@@ -19,7 +19,7 @@
19
19
 
20
20
  @screen dt {
21
21
  .popup-module {
22
- width: 480px;
22
+ width: auto;
23
23
  margin: auto;
24
24
  @apply bg-white;
25
25
 
@@ -214,7 +214,6 @@
214
214
 
215
215
  &.employee {
216
216
  padding: 24px;
217
- box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
218
217
  }
219
218
 
220
219
  &.citizen {