@djb25/digit-ui-css 1.0.57 → 1.0.59

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,7 +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
+ border-radius: 6px;
795
795
 
796
796
  .card-head {
797
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 {
@@ -1,10 +1,18 @@
1
1
  .popup-module {
2
+ max-height: 100%;
3
+ border-radius: 12px;
4
+ display: flex;
5
+ flex-direction: column;
2
6
  width: auto;
3
7
  margin: 0 auto;
8
+ overflow: hidden;
4
9
  @apply bg-white;
5
10
 
6
11
  .popup-module-main {
7
- @apply px-lg pb-lg;
12
+ flex: 1;
13
+ overflow: auto;
14
+ display: flex;
15
+ flex-direction: column;
8
16
  }
9
17
 
10
18
  .popup-module-action-bar {
@@ -24,10 +32,7 @@
24
32
  @apply bg-white;
25
33
 
26
34
  .popup-module-main {
27
- @apply px-lg pb-lg;
28
- }
29
- .popup-module-main {
30
- @apply w-full p-sm h-full;
35
+ @apply w-full p-md h-full;
31
36
  }
32
37
 
33
38
  .popup-module-action-bar {