@djb25/digit-ui-css 1.0.51 → 1.0.52

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.52",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "satyam",
@@ -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;
@@ -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
  }
@@ -958,3 +962,15 @@ input[type="number"] {
958
962
  .round-medium {
959
963
  border-radius: 6px;
960
964
  }
965
+
966
+ .rdrDateDisplayItem {
967
+ input[readonly] {
968
+ border-radius: 4px;
969
+ }
970
+ }
971
+
972
+ @media (max-width: 1024px) {
973
+ .rdrDefinedRangesWrapper {
974
+ display: none;
975
+ }
976
+ }
@@ -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
+ }
@@ -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 {