@djb25/digit-ui-css 1.0.56 → 1.0.58
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/card.scss +115 -86
- package/src/components/checkbox.scss +2 -2
- package/src/components/navbar.scss +5 -5
- package/src/components/staticSideBar.scss +14 -12
- package/src/pages/employee/dashboard.scss +480 -0
- package/src/pages/employee/ekycDashboard.scss +1067 -0
- package/src/pages/employee/inbox.scss +1 -0
- package/src/pages/employee/index.scss +20 -18
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
@import "./login.scss";
|
|
2
2
|
@import "./EmployeeModuleCard.scss";
|
|
3
|
+
@import "./ekycDashboard.scss";
|
|
4
|
+
@import "./dashboard.scss";
|
|
3
5
|
|
|
4
6
|
/* TODO: convert using tailwind */
|
|
5
7
|
.employee {
|
|
@@ -7,23 +9,6 @@
|
|
|
7
9
|
@apply ml-sm mb-lg;
|
|
8
10
|
}
|
|
9
11
|
|
|
10
|
-
.ground-container {
|
|
11
|
-
width: 100%;
|
|
12
|
-
height: 100%;
|
|
13
|
-
|
|
14
|
-
@media (max-width: 768px) {
|
|
15
|
-
display: flex;
|
|
16
|
-
flex-direction: column;
|
|
17
|
-
gap: 12px;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
/* @apply flex flex-col; */
|
|
21
|
-
@media (min-width: 325px) and (max-width: 768px) {
|
|
22
|
-
padding-top: 11px;
|
|
23
|
-
padding-inline: 10px;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
12
|
.card-home {
|
|
28
13
|
cursor: pointer;
|
|
29
14
|
overflow: hidden;
|
|
@@ -71,6 +56,23 @@
|
|
|
71
56
|
}
|
|
72
57
|
}
|
|
73
58
|
|
|
59
|
+
.ground-container {
|
|
60
|
+
width: 100%;
|
|
61
|
+
height: 100%;
|
|
62
|
+
|
|
63
|
+
@media (max-width: 768px) {
|
|
64
|
+
display: flex;
|
|
65
|
+
flex-direction: column;
|
|
66
|
+
gap: 12px;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/* @apply flex flex-col; */
|
|
70
|
+
@media (min-width: 325px) and (max-width: 768px) {
|
|
71
|
+
padding-top: 11px;
|
|
72
|
+
padding-inline: 10px;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
74
76
|
.no-scrollbar::-webkit-scrollbar {
|
|
75
77
|
display: none;
|
|
76
78
|
}
|
|
@@ -724,7 +726,7 @@
|
|
|
724
726
|
flex-direction: unset !important;
|
|
725
727
|
width: unset !important;
|
|
726
728
|
margin-left: unset !important;
|
|
727
|
-
padding-top:
|
|
729
|
+
padding-top: 72px;
|
|
728
730
|
}
|
|
729
731
|
}
|
|
730
732
|
|