@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/dist/index.css +1 -1
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/body.scss +4 -0
- package/src/components/staticSideBar.scss +2 -2
- package/src/index.scss +16 -0
- package/src/pages/citizen/HomePageWrapper.scss +3 -5
- package/src/pages/employee/ekyc.scss +8 -7
- package/src/pages/employee/userProfile.scss +0 -1
package/package.json
CHANGED
package/src/components/body.scss
CHANGED
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:
|
|
319
|
-
height: calc(100vh -
|
|
320
|
-
min-height: calc(100vh -
|
|
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: #
|
|
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: #
|
|
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:
|
|
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: #
|
|
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: #
|
|
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, #
|
|
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
|
+
}
|