@djb25/digit-ui-css 1.0.43 → 1.0.44
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
package/src/components/body.scss
CHANGED
|
@@ -110,7 +110,7 @@ body {
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
@media (min-width: 1280px) {
|
|
113
|
-
padding-inline:
|
|
113
|
+
padding-inline: 50px;
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
|
|
@@ -140,13 +140,12 @@ body {
|
|
|
140
140
|
.form-container {
|
|
141
141
|
display: flex;
|
|
142
142
|
flex-direction: column;
|
|
143
|
-
padding:
|
|
143
|
+
padding: 20px;
|
|
144
144
|
width: 100%;
|
|
145
145
|
gap: 12px;
|
|
146
146
|
|
|
147
147
|
@media (min-width: 768px) {
|
|
148
|
-
padding-right:
|
|
149
|
-
padding-top: 33px;
|
|
148
|
+
padding-right: 55px;
|
|
150
149
|
}
|
|
151
150
|
|
|
152
151
|
.header {
|
package/src/components/card.scss
CHANGED
|
@@ -1336,7 +1336,6 @@
|
|
|
1336
1336
|
display: flex;
|
|
1337
1337
|
flex-direction: column;
|
|
1338
1338
|
gap: 8px;
|
|
1339
|
-
padding: 0 16px;
|
|
1340
1339
|
}
|
|
1341
1340
|
|
|
1342
1341
|
.nav-link {
|
|
@@ -1416,7 +1415,7 @@
|
|
|
1416
1415
|
}
|
|
1417
1416
|
|
|
1418
1417
|
.collapsed .sidebar-header {
|
|
1419
|
-
padding:
|
|
1418
|
+
padding: 15px 0;
|
|
1420
1419
|
flex-direction: column;
|
|
1421
1420
|
gap: 24px;
|
|
1422
1421
|
justify-content: center;
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
.ekyc-module-header-wrapper {
|
|
2
|
+
justify-content: space-between !important;
|
|
3
|
+
padding: 0 20px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.ekyc-module-header-container {
|
|
7
|
+
width: 100% !important;
|
|
8
|
+
max-width: 100% !important;
|
|
9
|
+
margin: 0 !important;
|
|
10
|
+
}
|
|
11
|
+
|
|
1
12
|
.ekyc-employee-container {
|
|
2
13
|
.inbox-main-container {
|
|
3
14
|
flex: 1;
|
|
@@ -34,6 +45,11 @@
|
|
|
34
45
|
border-right: none;
|
|
35
46
|
}
|
|
36
47
|
|
|
48
|
+
.inbox-main-container {
|
|
49
|
+
flex: 1;
|
|
50
|
+
border-radius: 12px;
|
|
51
|
+
}
|
|
52
|
+
|
|
37
53
|
.count {
|
|
38
54
|
font-size: 32px;
|
|
39
55
|
font-weight: 700;
|