@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djb25/digit-ui-css",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "satyam",
@@ -1,5 +1,5 @@
1
1
  .search-form-wrapper {
2
- @apply w-full flex flex-wrap gap-5 justify-between bg-white;
2
+ @apply w-full flex-wrap gap-5 justify-between bg-white;
3
3
 
4
4
  padding: 20px;
5
5
  border-radius: 11px;
@@ -110,7 +110,7 @@ body {
110
110
  }
111
111
 
112
112
  @media (min-width: 1280px) {
113
- padding-inline: 64px;
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: 26px;
143
+ padding: 20px;
144
144
  width: 100%;
145
145
  gap: 12px;
146
146
 
147
147
  @media (min-width: 768px) {
148
- padding-right: 75px;
149
- padding-top: 33px;
148
+ padding-right: 55px;
150
149
  }
151
150
 
152
151
  .header {
@@ -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: 24px 0;
1418
+ padding: 15px 0;
1420
1419
  flex-direction: column;
1421
1420
  gap: 24px;
1422
1421
  justify-content: center;
@@ -42,7 +42,6 @@
42
42
 
43
43
  &.spect-icon {
44
44
  width: auto;
45
- padding-right: 20px;
46
45
  max-height: 50px;
47
46
  }
48
47
 
@@ -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;