@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.
@@ -791,6 +791,7 @@
791
791
  .card-with-background {
792
792
  background: rgb(250, 250, 250);
793
793
  border: 1px solid rgb(214, 213, 212);
794
+ padding: 20px;
794
795
 
795
796
  .card-head {
796
797
  display: flex;
@@ -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: 58px;
729
+ padding-top: 72px;
728
730
  }
729
731
  }
730
732