@djb25/digit-ui-css 1.0.86 → 1.0.88

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.
Files changed (60) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +1 -1
  5. package/src/components/CitizenHomeCard.scss +6 -6
  6. package/src/components/EkycAssign.scss +5 -5
  7. package/src/components/FAQ.scss +2 -2
  8. package/src/components/SearchForm.scss +25 -25
  9. package/src/components/SurveyorDetailsDashboard.scss +29 -29
  10. package/src/components/TimeLine.scss +2 -2
  11. package/src/components/VerticalTimeline.scss +3 -3
  12. package/src/components/WorkflowTimeline.scss +5 -5
  13. package/src/components/accessibility.scss +177 -0
  14. package/src/components/body.scss +16 -16
  15. package/src/components/buttons.scss +3 -3
  16. package/src/components/card.scss +10 -10
  17. package/src/components/checkbox.scss +1 -1
  18. package/src/components/filters.scss +1 -1
  19. package/src/components/financeUi.scss +25 -25
  20. package/src/components/howItWorks.scss +4 -4
  21. package/src/components/inboxv2/InboxLinks.scss +2 -2
  22. package/src/components/inboxv2/horizontalNav.scss +1 -1
  23. package/src/components/inboxv2/inboxSearch.scss +2 -2
  24. package/src/components/landingpage.scss +156 -156
  25. package/src/components/languageSelector.scss +1 -1
  26. package/src/components/moduleHeader.scss +4 -4
  27. package/src/components/multiSelectDropdown.scss +1 -1
  28. package/src/components/navbar.scss +3 -3
  29. package/src/components/plusMinus.scss +1 -1
  30. package/src/components/reportDownload.scss +6 -6
  31. package/src/components/selectdropdown.scss +45 -6
  32. package/src/components/staticDynamicMessages.scss +5 -5
  33. package/src/components/staticSideBar.scss +2 -2
  34. package/src/components/summary.scss +4 -4
  35. package/src/components/table.scss +15 -15
  36. package/src/components/tag.scss +1 -1
  37. package/src/components/textfields.scss +46 -7
  38. package/src/components/topbar.scss +19 -17
  39. package/src/components/uploadcomponents.scss +1 -1
  40. package/src/digitv2/components/breadCrumbV2.scss +1 -1
  41. package/src/digitv2/components/selectdropdownV2.scss +4 -2
  42. package/src/digitv2/components/tagV2.scss +1 -1
  43. package/src/digitv2/components/textInputV2.scss +8 -4
  44. package/src/digitv2/pages/employee/workbench.scss +4 -4
  45. package/src/index.scss +8 -7
  46. package/src/pages/citizen/DocumentList.scss +11 -11
  47. package/src/pages/citizen/HomePageWrapper.scss +7 -7
  48. package/src/pages/citizen/Register.scss +36 -36
  49. package/src/pages/citizen/ekycStatus.scss +6 -6
  50. package/src/pages/employee/EmployeeModuleCard.scss +4 -4
  51. package/src/pages/employee/container.scss +1 -1
  52. package/src/pages/employee/dashboard.scss +16 -16
  53. package/src/pages/employee/dss.scss +11 -11
  54. package/src/pages/employee/ekyc.scss +51 -51
  55. package/src/pages/employee/ekycDashboard.scss +38 -38
  56. package/src/pages/employee/inbox.scss +8 -8
  57. package/src/pages/employee/index.scss +32 -32
  58. package/src/pages/employee/login.scss +9 -9
  59. package/src/pages/employee/scroll-table.scss +1 -1
  60. package/src/pages/employee/surveys.scss +1 -1
@@ -83,13 +83,13 @@
83
83
  border-radius: 999px;
84
84
  background: rgba(99, 102, 241, 0.12);
85
85
  color: #4f46e5;
86
- font-size: 11px;
86
+ font-size: 0.6875rem;
87
87
  font-weight: 800;
88
88
  letter-spacing: 0.08em;
89
89
  }
90
90
 
91
91
  .dashboard-title {
92
- font-size: 38px;
92
+ font-size: 2.375rem;
93
93
  font-weight: 900;
94
94
  line-height: 1.1;
95
95
  margin: 0;
@@ -105,7 +105,7 @@
105
105
 
106
106
  .dashboard-subtitle {
107
107
  margin-top: 10px;
108
- font-size: 15px;
108
+ font-size: 0.9375rem;
109
109
  line-height: 1.6;
110
110
  color: var(--muted-text);
111
111
  font-weight: 500;
@@ -139,7 +139,7 @@
139
139
  padding: 10px 16px;
140
140
  border-radius: 14px;
141
141
 
142
- font-size: 12px;
142
+ font-size: 0.75rem;
143
143
  font-weight: 800;
144
144
  letter-spacing: 0.02em;
145
145
 
@@ -191,7 +191,7 @@
191
191
  }
192
192
 
193
193
  .notification-icon {
194
- font-size: 20px;
194
+ font-size: 1.25rem;
195
195
  }
196
196
 
197
197
  .notification-badge {
@@ -265,12 +265,12 @@
265
265
  margin-bottom: 40px;
266
266
 
267
267
  h2 {
268
- font-size: 20px;
268
+ font-size: 1.25rem;
269
269
  font-weight: 700;
270
270
  }
271
271
 
272
272
  p {
273
- font-size: 13px;
273
+ font-size: 0.8125rem;
274
274
  opacity: 0.7;
275
275
  }
276
276
  }
@@ -283,7 +283,7 @@
283
283
  display: flex;
284
284
  align-items: center;
285
285
  justify-content: center;
286
- font-size: 28px;
286
+ font-size: 1.75rem;
287
287
  }
288
288
 
289
289
  .sidebar-menu {
@@ -300,7 +300,7 @@
300
300
  border-radius: 14px;
301
301
  cursor: pointer;
302
302
  transition: 0.3s ease;
303
- font-size: 15px;
303
+ font-size: 0.9375rem;
304
304
  font-weight: 500;
305
305
 
306
306
  &:hover {
@@ -342,7 +342,7 @@
342
342
  border: none;
343
343
  outline: none;
344
344
  width: 100%;
345
- font-size: 15px;
345
+ font-size: 0.9375rem;
346
346
  }
347
347
  }
348
348
 
@@ -361,7 +361,7 @@
361
361
  align-items: center;
362
362
  justify-content: center;
363
363
  position: relative;
364
- font-size: 20px;
364
+ font-size: 1.25rem;
365
365
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
366
366
 
367
367
  span {
@@ -373,7 +373,7 @@
373
373
  border-radius: 50%;
374
374
  background: red;
375
375
  color: white;
376
- font-size: 11px;
376
+ font-size: 0.6875rem;
377
377
  display: flex;
378
378
  align-items: center;
379
379
  justify-content: center;
@@ -397,11 +397,11 @@
397
397
  }
398
398
 
399
399
  h4 {
400
- font-size: 15px;
400
+ font-size: 0.9375rem;
401
401
  }
402
402
 
403
403
  p {
404
- font-size: 12px;
404
+ font-size: 0.75rem;
405
405
  color: #777;
406
406
  }
407
407
  }
@@ -418,7 +418,7 @@
418
418
  box-shadow: 0 18px 40px rgba(25, 118, 210, 0.35);
419
419
 
420
420
  h1 {
421
- font-size: 32px;
421
+ font-size: 2rem;
422
422
  margin-bottom: 12px;
423
423
  }
424
424
 
@@ -458,7 +458,7 @@
458
458
  width: 70px;
459
459
  height: 70px;
460
460
  border-radius: 20px;
461
- font-size: 28px;
461
+ font-size: 1.75rem;
462
462
  color: white;
463
463
  display: flex !important;
464
464
  justify-content: center;
@@ -466,13 +466,13 @@
466
466
  }
467
467
 
468
468
  h3 {
469
- font-size: 30px;
469
+ font-size: 1.875rem;
470
470
  margin-bottom: 6px;
471
471
  }
472
472
 
473
473
  p {
474
474
  color: #666;
475
- font-size: 14px;
475
+ font-size: 0.875rem;
476
476
  }
477
477
 
478
478
  &.primary .icon-box {
@@ -510,7 +510,7 @@
510
510
  display: flex;
511
511
  align-items: center;
512
512
  gap: 12px;
513
- font-size: 22px;
513
+ font-size: 1.375rem;
514
514
  color: #1b2b4b;
515
515
  }
516
516
 
@@ -550,13 +550,13 @@
550
550
  margin-bottom: 18px;
551
551
 
552
552
  h3 {
553
- font-size: 20px;
553
+ font-size: 1.25rem;
554
554
  margin-bottom: 6px;
555
555
  }
556
556
 
557
557
  p {
558
558
  color: #777;
559
- font-size: 13px;
559
+ font-size: 0.8125rem;
560
560
  }
561
561
 
562
562
  span {
@@ -597,12 +597,12 @@
597
597
  }
598
598
 
599
599
  h4 {
600
- font-size: 20px;
600
+ font-size: 1.25rem;
601
601
  margin-bottom: 6px;
602
602
  }
603
603
 
604
604
  p {
605
- font-size: 12px;
605
+ font-size: 0.75rem;
606
606
  color: #666;
607
607
  }
608
608
  }
@@ -611,7 +611,7 @@
611
611
  display: flex;
612
612
  justify-content: space-between;
613
613
  color: #666;
614
- font-size: 14px;
614
+ font-size: 0.875rem;
615
615
  }
616
616
 
617
617
  .table-wrapper {
@@ -631,12 +631,12 @@
631
631
  th {
632
632
  background: #f3f7fb;
633
633
  color: #1b2b4b;
634
- font-size: 14px;
634
+ font-size: 0.875rem;
635
635
  }
636
636
 
637
637
  td {
638
638
  border-bottom: 1px solid #edf2f7;
639
- font-size: 14px;
639
+ font-size: 0.875rem;
640
640
  }
641
641
 
642
642
  tr:hover {
@@ -647,7 +647,7 @@
647
647
  .status-badge {
648
648
  padding: 8px 14px;
649
649
  border-radius: 999px;
650
- font-size: 12px;
650
+ font-size: 0.75rem;
651
651
  font-weight: 700;
652
652
 
653
653
  &.success {
@@ -692,7 +692,7 @@
692
692
  padding: 24px;
693
693
 
694
694
  h3 {
695
- font-size: 34px;
695
+ font-size: 2.125rem;
696
696
  margin-bottom: 10px;
697
697
  color: #0d47a1;
698
698
  }
@@ -751,7 +751,7 @@
751
751
  }
752
752
 
753
753
  .hero-banner h1 {
754
- font-size: 24px;
754
+ font-size: 1.5rem;
755
755
  }
756
756
  }
757
757
  }
@@ -781,7 +781,7 @@
781
781
 
782
782
  .cards-summary h2 {
783
783
  margin: 0 0 24px;
784
- font-size: 24px;
784
+ font-size: 1.5rem;
785
785
  font-weight: 700;
786
786
  color: #0f172a;
787
787
  letter-spacing: -0.02em;
@@ -843,7 +843,7 @@
843
843
  .efficiency-box h3 {
844
844
  margin: 0;
845
845
 
846
- font-size: 42px;
846
+ font-size: 2.625rem;
847
847
 
848
848
  font-weight: 800;
849
849
 
@@ -855,7 +855,7 @@
855
855
  .efficiency-box p {
856
856
  margin-top: 10px;
857
857
 
858
- font-size: 14px;
858
+ font-size: 0.875rem;
859
859
 
860
860
  font-weight: 500;
861
861
 
@@ -899,7 +899,7 @@
899
899
  }
900
900
 
901
901
  .pulse-row span:first-child {
902
- font-size: 15px;
902
+ font-size: 0.9375rem;
903
903
 
904
904
  font-weight: 600;
905
905
 
@@ -915,7 +915,7 @@
915
915
 
916
916
  border-radius: 999px;
917
917
 
918
- font-size: 12px;
918
+ font-size: 0.75rem;
919
919
 
920
920
  font-weight: 700;
921
921
  }
@@ -942,7 +942,7 @@
942
942
  }
943
943
 
944
944
  .efficiency-box h3 {
945
- font-size: 34px;
945
+ font-size: 2.125rem;
946
946
  }
947
947
  }
948
948
 
@@ -997,7 +997,7 @@
997
997
 
998
998
  color: #475569;
999
999
 
1000
- font-size: 12px;
1000
+ font-size: 0.75rem;
1001
1001
 
1002
1002
  font-weight: 600;
1003
1003
 
@@ -1039,7 +1039,7 @@
1039
1039
 
1040
1040
  color: #0f172a;
1041
1041
 
1042
- font-size: 14px;
1042
+ font-size: 0.875rem;
1043
1043
 
1044
1044
  font-weight: 700;
1045
1045
 
@@ -1047,7 +1047,7 @@
1047
1047
  }
1048
1048
 
1049
1049
  .vendor-card-action svg {
1050
- font-size: 14px;
1050
+ font-size: 0.875rem;
1051
1051
 
1052
1052
  transition: transform 0.25s ease;
1053
1053
  }
@@ -51,7 +51,7 @@
51
51
  .links-wrapper {
52
52
  @apply py-sm;
53
53
  line-height: 24px;
54
- font-size: 20px;
54
+ font-size: 1.25rem;
55
55
  align-self: center;
56
56
 
57
57
  .link {
@@ -127,7 +127,7 @@
127
127
 
128
128
  .sub-filter-label {
129
129
  font-weight: 400;
130
- font-size: 16px;
130
+ font-size: 1rem;
131
131
  }
132
132
  }
133
133
 
@@ -183,7 +183,7 @@
183
183
 
184
184
  .sub-filter-label {
185
185
  font-weight: 400;
186
- font-size: 16px;
186
+ font-size: 1rem;
187
187
  }
188
188
  }
189
189
  }
@@ -626,7 +626,7 @@
626
626
  }
627
627
 
628
628
  .h1 {
629
- font-size: 24px;
629
+ font-size: 1.5rem;
630
630
  line-height: 28px;
631
631
  font-weight: 400;
632
632
  color: theme(colors.primary.main);
@@ -744,7 +744,7 @@
744
744
 
745
745
  .employeeTotalLink {
746
746
  color: theme(colors.text.secondary);
747
- font-size: 16px;
747
+ font-size: 1rem;
748
748
  text-decoration: none;
749
749
  }
750
750
 
@@ -772,7 +772,7 @@
772
772
  .row {
773
773
  color: #b1b4b6;
774
774
  font-weight: 700;
775
- font-size: 16px;
775
+ font-size: 1rem;
776
776
  }
777
777
  }
778
778
 
@@ -818,7 +818,7 @@
818
818
  }
819
819
 
820
820
  h2 {
821
- font-size: 16px;
821
+ font-size: 1rem;
822
822
  font-weight: 700;
823
823
  }
824
824
  }
@@ -828,7 +828,7 @@
828
828
  gap: 4px;
829
829
  align-items: center;
830
830
  .col-head {
831
- font-size: 14px;
831
+ font-size: 0.875rem;
832
832
  font-weight: 700;
833
833
  text-transform: uppercase;
834
834
  letter-spacing: 0.07em;
@@ -215,7 +215,7 @@
215
215
  justify-content: space-between;
216
216
  align-items: center;
217
217
  padding: 20px;
218
- font-size: 14px;
218
+ font-size: 0.875rem;
219
219
 
220
220
  &.level-0 {
221
221
  margin: 0 0.3rem 0 0.3rem;
@@ -290,7 +290,7 @@
290
290
  align-items: center;
291
291
  text-decoration: none;
292
292
  color: theme(colors.white);
293
- font-size: 14px;
293
+ font-size: 0.875rem;
294
294
 
295
295
  .actions {
296
296
  .tooltiptext {
@@ -404,7 +404,7 @@
404
404
 
405
405
  .historyTableDateLabel {
406
406
  color: rgba(0, 0, 0, 0.87);
407
- font-size: 16px;
407
+ font-size: 1rem;
408
408
  font-weight: 700;
409
409
  line-height: 17px;
410
410
  text-align: left;
@@ -418,7 +418,7 @@
418
418
 
419
419
  .historyTableDate {
420
420
  color: rgba(0, 0, 0, 0.87);
421
- font-size: 19px;
421
+ font-size: 1.1875rem;
422
422
  font-weight: 400;
423
423
  line-height: 17px;
424
424
  text-align: left;
@@ -435,7 +435,7 @@
435
435
 
436
436
  .smallText {
437
437
  font-weight: 500;
438
- font-size: 14px;
438
+ font-size: 0.875rem;
439
439
  }
440
440
  }
441
441
 
@@ -526,7 +526,7 @@
526
526
 
527
527
  .greeting-title {
528
528
  margin: 0;
529
- font-size: 28px;
529
+ font-size: 1.75rem;
530
530
  font-weight: 800;
531
531
  color: #ffffff;
532
532
  letter-spacing: -0.5px;
@@ -536,14 +536,14 @@
536
536
  gap: 10px;
537
537
 
538
538
  .greeting-emoji {
539
- font-size: 24px;
539
+ font-size: 1.5rem;
540
540
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
541
541
  }
542
542
  }
543
543
 
544
544
  .greeting-date {
545
545
  margin-left: 40px;
546
- font-size: 15px;
546
+ font-size: 0.9375rem;
547
547
  font-weight: 500;
548
548
  color: rgba(255, 255, 255, 0.9);
549
549
  letter-spacing: 0.5px;
@@ -589,7 +589,7 @@
589
589
  background: transparent;
590
590
  border: none;
591
591
  color: #ffffff;
592
- font-size: 15px;
592
+ font-size: 0.9375rem;
593
593
  font-weight: 500;
594
594
  padding: 10px 0;
595
595
  outline: none;
@@ -603,7 +603,7 @@
603
603
  .omni-search-shortcut {
604
604
  background: rgba(255, 255, 255, 0.2);
605
605
  color: #ffffff;
606
- font-size: 12px;
606
+ font-size: 0.75rem;
607
607
  font-weight: 700;
608
608
  padding: 4px 10px;
609
609
  border-radius: 8px;
@@ -624,7 +624,7 @@
624
624
  justify-content: flex-start;
625
625
  color: #fff;
626
626
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
627
- font-size: 14px;
627
+ font-size: 0.875rem;
628
628
  font-weight: 500;
629
629
 
630
630
  .icon {
@@ -641,7 +641,7 @@
641
641
 
642
642
  .iconn {
643
643
  font-feature-settings: "kern";
644
- font-size: 16px;
644
+ font-size: 1rem;
645
645
  margin: 0 8px;
646
646
  color: #fff;
647
647
  }
@@ -925,7 +925,7 @@
925
925
 
926
926
  .title-icon {
927
927
  color: #6177ec;
928
- font-size: 24px;
928
+ font-size: 1.5rem;
929
929
  margin-right: 10px;
930
930
  background: rgba(97, 119, 236, 0.1);
931
931
  padding: 6px;
@@ -934,7 +934,7 @@
934
934
 
935
935
  h3 {
936
936
  margin: 0;
937
- font-size: 18px;
937
+ font-size: 1.125rem;
938
938
  font-weight: 700;
939
939
  color: #2c3e50;
940
940
  flex: 1;
@@ -945,7 +945,7 @@
945
945
  border: none;
946
946
  color: #6177ec;
947
947
  font-weight: 600;
948
- font-size: 14px;
948
+ font-size: 0.875rem;
949
949
  cursor: pointer;
950
950
  transition: all 0.2s ease;
951
951
 
@@ -998,7 +998,7 @@
998
998
  background: none;
999
999
  border: none;
1000
1000
  color: #94a3b8;
1001
- font-size: 14px;
1001
+ font-size: 0.875rem;
1002
1002
  font-weight: 600;
1003
1003
  cursor: pointer;
1004
1004
  border-bottom: 2px solid transparent;
@@ -1036,7 +1036,7 @@
1036
1036
  }
1037
1037
 
1038
1038
  .compact-title {
1039
- font-size: 14px;
1039
+ font-size: 0.875rem;
1040
1040
  color: #1e293b;
1041
1041
  font-weight: 500;
1042
1042
  flex: 1;
@@ -1045,7 +1045,7 @@
1045
1045
  .compact-badge {
1046
1046
  background-color: #e0f2fe;
1047
1047
  color: #0369a1;
1048
- font-size: 12px;
1048
+ font-size: 0.75rem;
1049
1049
  font-weight: 600;
1050
1050
  padding: 2px 8px;
1051
1051
  border-radius: 12px;
@@ -1053,7 +1053,7 @@
1053
1053
  }
1054
1054
 
1055
1055
  .compact-right-text {
1056
- font-size: 13px;
1056
+ font-size: 0.8125rem;
1057
1057
  color: #64748b;
1058
1058
  white-space: nowrap;
1059
1059
  }
@@ -1154,7 +1154,7 @@
1154
1154
 
1155
1155
  .ra-modal-header h3 {
1156
1156
  margin: 0;
1157
- font-size: 20px;
1157
+ font-size: 1.25rem;
1158
1158
  font-weight: 700;
1159
1159
  color: #1a67a3;
1160
1160
  }
@@ -1208,14 +1208,14 @@
1208
1208
 
1209
1209
  .ra-header h3 {
1210
1210
  margin: 0 0 4px 0;
1211
- font-size: 18px;
1211
+ font-size: 1.125rem;
1212
1212
  font-weight: 700;
1213
1213
  color: #1a67a3;
1214
1214
  }
1215
1215
 
1216
1216
  .ra-subtitle {
1217
1217
  margin: 0;
1218
- font-size: 12px;
1218
+ font-size: 0.75rem;
1219
1219
  color: #64748b;
1220
1220
  }
1221
1221
 
@@ -1226,7 +1226,7 @@
1226
1226
  background: transparent;
1227
1227
  border: none;
1228
1228
  color: rgb(0, 51, 102);
1229
- font-size: 13px;
1229
+ font-size: 0.8125rem;
1230
1230
  font-weight: 600;
1231
1231
  cursor: pointer;
1232
1232
  padding: 8px 12px;
@@ -1304,7 +1304,7 @@
1304
1304
 
1305
1305
  .ra-text {
1306
1306
  margin: 0 0 8px 0;
1307
- font-size: 14px;
1307
+ font-size: 0.875rem;
1308
1308
  color: #334155;
1309
1309
  line-height: 1.4;
1310
1310
  }
@@ -1322,7 +1322,7 @@
1322
1322
 
1323
1323
  .ra-module {
1324
1324
  font-family: "SFMono-Regular", Consolas, monospace;
1325
- font-size: 11px;
1325
+ font-size: 0.6875rem;
1326
1326
  background: rgba(255, 255, 255, 0.4);
1327
1327
  color: #1e293b;
1328
1328
  padding: 4px 8px;
@@ -1333,7 +1333,7 @@
1333
1333
  }
1334
1334
 
1335
1335
  .ra-time {
1336
- font-size: 12px;
1336
+ font-size: 0.75rem;
1337
1337
  color: #94a3b8;
1338
1338
  font-weight: 500;
1339
1339
  }
@@ -1473,7 +1473,7 @@
1473
1473
  background: transparent;
1474
1474
  border: none;
1475
1475
  color: #3b82f6;
1476
- font-size: 14px;
1476
+ font-size: 0.875rem;
1477
1477
  font-weight: 600;
1478
1478
  cursor: pointer;
1479
1479
  padding: 8px 16px;
@@ -1535,7 +1535,7 @@
1535
1535
 
1536
1536
  .custom-modal-header h3 {
1537
1537
  margin: 0;
1538
- font-size: 18px;
1538
+ font-size: 1.125rem;
1539
1539
  font-weight: 700;
1540
1540
  color: #1a67a3;
1541
1541
  }
@@ -1616,7 +1616,7 @@
1616
1616
  margin-top: auto;
1617
1617
 
1618
1618
  .employeeCard-link {
1619
- font-size: 13px;
1619
+ font-size: 0.8125rem;
1620
1620
  padding: 4px 0;
1621
1621
  font-weight: 500;
1622
1622
  color: #1a67a3;
@@ -1624,7 +1624,7 @@
1624
1624
  }
1625
1625
 
1626
1626
  .employeeCard-title {
1627
- font-size: 15px !important;
1627
+ font-size: 0.9375rem !important;
1628
1628
  font-weight: 700;
1629
1629
  color: #1a67a3 !important;
1630
1630
  margin-bottom: 8px;
@@ -1639,12 +1639,12 @@
1639
1639
  flex-direction: column;
1640
1640
  margin-top: 8px;
1641
1641
  margin-bottom: 8px;
1642
- font-size: 12px;
1642
+ font-size: 0.75rem;
1643
1643
  color: #64748b;
1644
1644
  }
1645
1645
 
1646
1646
  .employeeCard-kpi-count {
1647
- font-size: 16px !important;
1647
+ font-size: 1rem !important;
1648
1648
  font-weight: 700;
1649
1649
  color: #f97316 !important;
1650
1650
  }
@@ -60,15 +60,15 @@
60
60
  .loginFormStyleEmployee .bannerHeader p,
61
61
  .employeeForgotPassword .bannerHeader p,
62
62
  .employeeChangePassword .bannerHeader p {
63
- font-size: 19px;
63
+ font-size: 1.1875rem;
64
64
  }
65
65
  .employeeCard .card-sub-header {
66
- font-size: 24px;
66
+ font-size: 1.5rem;
67
67
  }
68
68
  .loginFormStyleEmployee .employeeCard .card-label,
69
69
  .employeeForgotPassword .employeeCard .card-label {
70
70
  font-weight: normal;
71
- font-size: 16px;
71
+ font-size: 1rem;
72
72
  line-height: 19px;
73
73
  color: theme(colors.text.primary);
74
74
  margin-top: 20px;
@@ -78,21 +78,21 @@
78
78
  }
79
79
  .employeeCard .card-label {
80
80
  font-weight: normal;
81
- font-size: 16px;
81
+ font-size: 1rem;
82
82
  line-height: 19px;
83
83
  color: theme(colors.text.primary);
84
84
  }
85
85
 
86
86
  .employeeForgotPassword .employeeCard .card-label-desc {
87
87
  font-weight: normal;
88
- font-size: 16px;
88
+ font-size: 1rem;
89
89
  line-height: 24px;
90
90
  color: theme(colors.text.secondary);
91
91
  margin-top: 15px;
92
92
  }
93
93
  .employeeChangePassword .employeeCard .card-text {
94
94
  margin-bottom: 15px;
95
- font-size: 16px;
95
+ font-size: 1rem;
96
96
  color: theme(colors.text.secondary);
97
97
  }
98
98
  @media screen and (max-width: 768px) {
@@ -100,7 +100,7 @@
100
100
  margin-top: 7px;
101
101
  }
102
102
  .employeeCard .card-sub-header {
103
- font-size: 18px;
103
+ font-size: 1.125rem;
104
104
  }
105
105
  }
106
106
  .employeeChangePassword .employeeCard .card-text-button {
@@ -124,7 +124,7 @@
124
124
  .employeeForgotPassword .employeeCard .employee-card-sub-header,
125
125
  .employeeChangePassword .employeeCard .employee-card-sub-header,
126
126
  .loginFormStyleEmployee .employeeCard .employee-card-sub-header {
127
- font-size: 24px !important;
127
+ font-size: 1.5rem !important;
128
128
  line-height: 28px !important;
129
129
  margin-bottom: 0px !important;
130
130
  }
@@ -132,7 +132,7 @@
132
132
  .employeeForgotPassword .employeeCard .employee-card-sub-header,
133
133
  .employeeChangePassword .employeeCard .employee-card-sub-header,
134
134
  .loginFormStyleEmployee .employeeCard .employee-card-sub-header {
135
- font-size: 18px !important;
135
+ font-size: 1.125rem !important;
136
136
  line-height: 21px !important;
137
137
  margin-bottom: 0px !important;
138
138
  }