@djb25/digit-ui-css 1.0.76 → 1.0.77

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.76",
3
+ "version": "1.0.77",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "satyam",
@@ -289,7 +289,7 @@
289
289
  }
290
290
 
291
291
  .employee-card-sub-header {
292
- margin-bottom: 40px;
292
+ margin-bottom: 20px;
293
293
  @apply text-heading-l-dt;
294
294
  }
295
295
 
@@ -214,7 +214,7 @@
214
214
  display: flex;
215
215
  gap: 4px;
216
216
  .col-head {
217
- font-size: 11px;
217
+ font-size: 14px;
218
218
  font-weight: 700;
219
219
  text-transform: uppercase;
220
220
  letter-spacing: 0.07em;
@@ -324,7 +324,7 @@
324
324
 
325
325
  td {
326
326
  @apply border-t border-border text-left align-middle;
327
- padding: 6px 18px;
327
+ padding: 10px 18px;
328
328
  vertical-align: middle;
329
329
  font-size: 16px;
330
330
  white-space: nowrap;
@@ -298,13 +298,6 @@
298
298
  font-size: 16px;
299
299
  }
300
300
 
301
- .ekyc-application-link {
302
- font-size: 16px;
303
- cursor: pointer;
304
- font-weight: 600;
305
- color: #318ed0 !important;
306
- }
307
-
308
301
  /* SearchConsumer Styles */
309
302
  .search-consumer-wrapper {
310
303
  background: #f5f7fa;
@@ -1021,10 +1014,23 @@
1021
1014
  }
1022
1015
  }
1023
1016
 
1024
- .ekyc-application-link {
1025
- font-size: 16px;
1026
- cursor: pointer;
1027
- color: #318ed0 !important;
1017
+ .ekyc-status-tag {
1018
+ padding: 2px 12px;
1019
+ border-radius: 100px;
1020
+ &.SUBMITTED {
1021
+ background-color: #fef3c7;
1022
+ color: #b45309;
1023
+ }
1024
+
1025
+ &.APPROVED {
1026
+ background-color: #d0f0d5;
1027
+ color: #0b6623;
1028
+ }
1029
+
1030
+ &.REJECTED {
1031
+ background-color: #fdecea;
1032
+ color: #b42318;
1033
+ }
1028
1034
  }
1029
1035
 
1030
1036
  .status-search-composer-wrapper {
@@ -1052,4 +1058,3 @@
1052
1058
  background: transparent;
1053
1059
  }
1054
1060
  }
1055
-
@@ -822,42 +822,6 @@
822
822
  }
823
823
  }
824
824
 
825
- .registryTable {
826
- tHead {
827
- tr {
828
- th {
829
- text-align: center;
830
- .col-head-wrapper {
831
- display: flex;
832
- gap: 4px;
833
- align-items: center;
834
- .col-head {
835
- font-size: 11px;
836
- font-weight: 700;
837
- text-transform: uppercase;
838
- letter-spacing: 0.07em;
839
- transition: color 0.15s;
840
- }
841
- .col-head.accentDark {
842
- color: #5282e6;
843
- }
844
- .col-head.textSecondary {
845
- color: #475569;
846
- }
847
- }
848
- }
849
- }
850
- }
851
-
852
- tBody {
853
- tr {
854
- td {
855
- text-align: center;
856
- }
857
- }
858
- }
859
- }
860
-
861
825
  .col-head-wrapper {
862
826
  display: flex;
863
827
  gap: 4px;
@@ -452,8 +452,8 @@
452
452
  }
453
453
 
454
454
  .link {
455
- @apply text-primary-main cursor-pointer;
456
-
455
+ @apply cursor-pointer;
456
+ color: #667eea !important;
457
457
  :hover {
458
458
  @apply text-primary-dark;
459
459
  }