@djb25/digit-ui-css 1.0.85 → 1.0.87
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/dist/index.css +1 -1
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +1 -1
- package/src/components/CitizenHomeCard.scss +6 -6
- package/src/components/EkycAssign.scss +5 -6
- package/src/components/FAQ.scss +2 -2
- package/src/components/SearchForm.scss +25 -25
- package/src/components/SurveyorDetailsDashboard.scss +29 -29
- package/src/components/TimeLine.scss +2 -2
- package/src/components/VerticalTimeline.scss +3 -3
- package/src/components/WorkflowTimeline.scss +5 -5
- package/src/components/accessibility.scss +177 -0
- package/src/components/body.scss +16 -16
- package/src/components/buttons.scss +3 -3
- package/src/components/card.scss +10 -10
- package/src/components/checkbox.scss +1 -1
- package/src/components/filters.scss +1 -1
- package/src/components/financeUi.scss +25 -25
- package/src/components/howItWorks.scss +4 -4
- package/src/components/inboxv2/InboxLinks.scss +2 -2
- package/src/components/inboxv2/horizontalNav.scss +1 -1
- package/src/components/inboxv2/inboxSearch.scss +2 -2
- package/src/components/landingpage.scss +156 -156
- package/src/components/languageSelector.scss +1 -1
- package/src/components/moduleHeader.scss +4 -4
- package/src/components/multiSelectDropdown.scss +1 -1
- package/src/components/navbar.scss +3 -3
- package/src/components/plusMinus.scss +1 -1
- package/src/components/reportDownload.scss +6 -6
- package/src/components/selectdropdown.scss +3 -2
- package/src/components/staticDynamicMessages.scss +5 -5
- package/src/components/staticSideBar.scss +2 -2
- package/src/components/summary.scss +4 -4
- package/src/components/table.scss +15 -15
- package/src/components/tag.scss +1 -1
- package/src/components/textfields.scss +7 -6
- package/src/components/topbar.scss +19 -17
- package/src/components/uploadcomponents.scss +1 -1
- package/src/digitv2/components/breadCrumbV2.scss +1 -1
- package/src/digitv2/components/selectdropdownV2.scss +4 -2
- package/src/digitv2/components/tagV2.scss +1 -1
- package/src/digitv2/components/textInputV2.scss +8 -4
- package/src/digitv2/pages/employee/workbench.scss +4 -4
- package/src/index.scss +10 -8
- package/src/pages/citizen/DocumentList.scss +11 -11
- package/src/pages/citizen/HomePageWrapper.scss +7 -7
- package/src/pages/citizen/Register.scss +36 -36
- package/src/pages/citizen/ekycStatus.scss +6 -6
- package/src/pages/employee/EmployeeModuleCard.scss +4 -4
- package/src/pages/employee/container.scss +1 -1
- package/src/pages/employee/dashboard.scss +16 -16
- package/src/pages/employee/dss.scss +11 -11
- package/src/pages/employee/ekyc.scss +51 -51
- package/src/pages/employee/ekycDashboard.scss +38 -38
- package/src/pages/employee/inbox.scss +8 -8
- package/src/pages/employee/index.scss +33 -32
- package/src/pages/employee/login.scss +9 -9
- package/src/pages/employee/scroll-table.scss +1 -1
- package/src/pages/employee/surveys.scss +1 -1
- package/src/pages/employee/ws-calculation.scss +209 -0
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
268
|
+
font-size: 1.25rem;
|
|
269
269
|
font-weight: 700;
|
|
270
270
|
}
|
|
271
271
|
|
|
272
272
|
p {
|
|
273
|
-
font-size:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
400
|
+
font-size: 0.9375rem;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
p {
|
|
404
|
-
font-size:
|
|
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:
|
|
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:
|
|
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:
|
|
469
|
+
font-size: 1.875rem;
|
|
470
470
|
margin-bottom: 6px;
|
|
471
471
|
}
|
|
472
472
|
|
|
473
473
|
p {
|
|
474
474
|
color: #666;
|
|
475
|
-
font-size:
|
|
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:
|
|
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:
|
|
553
|
+
font-size: 1.25rem;
|
|
554
554
|
margin-bottom: 6px;
|
|
555
555
|
}
|
|
556
556
|
|
|
557
557
|
p {
|
|
558
558
|
color: #777;
|
|
559
|
-
font-size:
|
|
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:
|
|
600
|
+
font-size: 1.25rem;
|
|
601
601
|
margin-bottom: 6px;
|
|
602
602
|
}
|
|
603
603
|
|
|
604
604
|
p {
|
|
605
|
-
font-size:
|
|
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:
|
|
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:
|
|
634
|
+
font-size: 0.875rem;
|
|
635
635
|
}
|
|
636
636
|
|
|
637
637
|
td {
|
|
638
638
|
border-bottom: 1px solid #edf2f7;
|
|
639
|
-
font-size:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
186
|
+
font-size: 1rem;
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
189
|
}
|
|
@@ -626,7 +626,7 @@
|
|
|
626
626
|
}
|
|
627
627
|
|
|
628
628
|
.h1 {
|
|
629
|
-
font-size:
|
|
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:
|
|
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:
|
|
775
|
+
font-size: 1rem;
|
|
776
776
|
}
|
|
777
777
|
}
|
|
778
778
|
|
|
@@ -818,7 +818,7 @@
|
|
|
818
818
|
}
|
|
819
819
|
|
|
820
820
|
h2 {
|
|
821
|
-
font-size:
|
|
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:
|
|
831
|
+
font-size: 0.875rem;
|
|
832
832
|
font-weight: 700;
|
|
833
833
|
text-transform: uppercase;
|
|
834
834
|
letter-spacing: 0.07em;
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
@import "./EmployeeModuleCard.scss";
|
|
3
3
|
@import "./ekycDashboard.scss";
|
|
4
4
|
@import "./dashboard.scss";
|
|
5
|
+
@import "./ws-calculation.scss";
|
|
5
6
|
|
|
6
7
|
/* TODO: convert using tailwind */
|
|
7
8
|
.employee {
|
|
@@ -214,7 +215,7 @@
|
|
|
214
215
|
justify-content: space-between;
|
|
215
216
|
align-items: center;
|
|
216
217
|
padding: 20px;
|
|
217
|
-
font-size:
|
|
218
|
+
font-size: 0.875rem;
|
|
218
219
|
|
|
219
220
|
&.level-0 {
|
|
220
221
|
margin: 0 0.3rem 0 0.3rem;
|
|
@@ -289,7 +290,7 @@
|
|
|
289
290
|
align-items: center;
|
|
290
291
|
text-decoration: none;
|
|
291
292
|
color: theme(colors.white);
|
|
292
|
-
font-size:
|
|
293
|
+
font-size: 0.875rem;
|
|
293
294
|
|
|
294
295
|
.actions {
|
|
295
296
|
.tooltiptext {
|
|
@@ -403,7 +404,7 @@
|
|
|
403
404
|
|
|
404
405
|
.historyTableDateLabel {
|
|
405
406
|
color: rgba(0, 0, 0, 0.87);
|
|
406
|
-
font-size:
|
|
407
|
+
font-size: 1rem;
|
|
407
408
|
font-weight: 700;
|
|
408
409
|
line-height: 17px;
|
|
409
410
|
text-align: left;
|
|
@@ -417,7 +418,7 @@
|
|
|
417
418
|
|
|
418
419
|
.historyTableDate {
|
|
419
420
|
color: rgba(0, 0, 0, 0.87);
|
|
420
|
-
font-size:
|
|
421
|
+
font-size: 1.1875rem;
|
|
421
422
|
font-weight: 400;
|
|
422
423
|
line-height: 17px;
|
|
423
424
|
text-align: left;
|
|
@@ -434,7 +435,7 @@
|
|
|
434
435
|
|
|
435
436
|
.smallText {
|
|
436
437
|
font-weight: 500;
|
|
437
|
-
font-size:
|
|
438
|
+
font-size: 0.875rem;
|
|
438
439
|
}
|
|
439
440
|
}
|
|
440
441
|
|
|
@@ -525,7 +526,7 @@
|
|
|
525
526
|
|
|
526
527
|
.greeting-title {
|
|
527
528
|
margin: 0;
|
|
528
|
-
font-size:
|
|
529
|
+
font-size: 1.75rem;
|
|
529
530
|
font-weight: 800;
|
|
530
531
|
color: #ffffff;
|
|
531
532
|
letter-spacing: -0.5px;
|
|
@@ -535,14 +536,14 @@
|
|
|
535
536
|
gap: 10px;
|
|
536
537
|
|
|
537
538
|
.greeting-emoji {
|
|
538
|
-
font-size:
|
|
539
|
+
font-size: 1.5rem;
|
|
539
540
|
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
|
|
540
541
|
}
|
|
541
542
|
}
|
|
542
543
|
|
|
543
544
|
.greeting-date {
|
|
544
545
|
margin-left: 40px;
|
|
545
|
-
font-size:
|
|
546
|
+
font-size: 0.9375rem;
|
|
546
547
|
font-weight: 500;
|
|
547
548
|
color: rgba(255, 255, 255, 0.9);
|
|
548
549
|
letter-spacing: 0.5px;
|
|
@@ -588,7 +589,7 @@
|
|
|
588
589
|
background: transparent;
|
|
589
590
|
border: none;
|
|
590
591
|
color: #ffffff;
|
|
591
|
-
font-size:
|
|
592
|
+
font-size: 0.9375rem;
|
|
592
593
|
font-weight: 500;
|
|
593
594
|
padding: 10px 0;
|
|
594
595
|
outline: none;
|
|
@@ -602,7 +603,7 @@
|
|
|
602
603
|
.omni-search-shortcut {
|
|
603
604
|
background: rgba(255, 255, 255, 0.2);
|
|
604
605
|
color: #ffffff;
|
|
605
|
-
font-size:
|
|
606
|
+
font-size: 0.75rem;
|
|
606
607
|
font-weight: 700;
|
|
607
608
|
padding: 4px 10px;
|
|
608
609
|
border-radius: 8px;
|
|
@@ -623,7 +624,7 @@
|
|
|
623
624
|
justify-content: flex-start;
|
|
624
625
|
color: #fff;
|
|
625
626
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
|
|
626
|
-
font-size:
|
|
627
|
+
font-size: 0.875rem;
|
|
627
628
|
font-weight: 500;
|
|
628
629
|
|
|
629
630
|
.icon {
|
|
@@ -640,7 +641,7 @@
|
|
|
640
641
|
|
|
641
642
|
.iconn {
|
|
642
643
|
font-feature-settings: "kern";
|
|
643
|
-
font-size:
|
|
644
|
+
font-size: 1rem;
|
|
644
645
|
margin: 0 8px;
|
|
645
646
|
color: #fff;
|
|
646
647
|
}
|
|
@@ -924,7 +925,7 @@
|
|
|
924
925
|
|
|
925
926
|
.title-icon {
|
|
926
927
|
color: #6177ec;
|
|
927
|
-
font-size:
|
|
928
|
+
font-size: 1.5rem;
|
|
928
929
|
margin-right: 10px;
|
|
929
930
|
background: rgba(97, 119, 236, 0.1);
|
|
930
931
|
padding: 6px;
|
|
@@ -933,7 +934,7 @@
|
|
|
933
934
|
|
|
934
935
|
h3 {
|
|
935
936
|
margin: 0;
|
|
936
|
-
font-size:
|
|
937
|
+
font-size: 1.125rem;
|
|
937
938
|
font-weight: 700;
|
|
938
939
|
color: #2c3e50;
|
|
939
940
|
flex: 1;
|
|
@@ -944,7 +945,7 @@
|
|
|
944
945
|
border: none;
|
|
945
946
|
color: #6177ec;
|
|
946
947
|
font-weight: 600;
|
|
947
|
-
font-size:
|
|
948
|
+
font-size: 0.875rem;
|
|
948
949
|
cursor: pointer;
|
|
949
950
|
transition: all 0.2s ease;
|
|
950
951
|
|
|
@@ -997,7 +998,7 @@
|
|
|
997
998
|
background: none;
|
|
998
999
|
border: none;
|
|
999
1000
|
color: #94a3b8;
|
|
1000
|
-
font-size:
|
|
1001
|
+
font-size: 0.875rem;
|
|
1001
1002
|
font-weight: 600;
|
|
1002
1003
|
cursor: pointer;
|
|
1003
1004
|
border-bottom: 2px solid transparent;
|
|
@@ -1035,7 +1036,7 @@
|
|
|
1035
1036
|
}
|
|
1036
1037
|
|
|
1037
1038
|
.compact-title {
|
|
1038
|
-
font-size:
|
|
1039
|
+
font-size: 0.875rem;
|
|
1039
1040
|
color: #1e293b;
|
|
1040
1041
|
font-weight: 500;
|
|
1041
1042
|
flex: 1;
|
|
@@ -1044,7 +1045,7 @@
|
|
|
1044
1045
|
.compact-badge {
|
|
1045
1046
|
background-color: #e0f2fe;
|
|
1046
1047
|
color: #0369a1;
|
|
1047
|
-
font-size:
|
|
1048
|
+
font-size: 0.75rem;
|
|
1048
1049
|
font-weight: 600;
|
|
1049
1050
|
padding: 2px 8px;
|
|
1050
1051
|
border-radius: 12px;
|
|
@@ -1052,7 +1053,7 @@
|
|
|
1052
1053
|
}
|
|
1053
1054
|
|
|
1054
1055
|
.compact-right-text {
|
|
1055
|
-
font-size:
|
|
1056
|
+
font-size: 0.8125rem;
|
|
1056
1057
|
color: #64748b;
|
|
1057
1058
|
white-space: nowrap;
|
|
1058
1059
|
}
|
|
@@ -1153,7 +1154,7 @@
|
|
|
1153
1154
|
|
|
1154
1155
|
.ra-modal-header h3 {
|
|
1155
1156
|
margin: 0;
|
|
1156
|
-
font-size:
|
|
1157
|
+
font-size: 1.25rem;
|
|
1157
1158
|
font-weight: 700;
|
|
1158
1159
|
color: #1a67a3;
|
|
1159
1160
|
}
|
|
@@ -1207,14 +1208,14 @@
|
|
|
1207
1208
|
|
|
1208
1209
|
.ra-header h3 {
|
|
1209
1210
|
margin: 0 0 4px 0;
|
|
1210
|
-
font-size:
|
|
1211
|
+
font-size: 1.125rem;
|
|
1211
1212
|
font-weight: 700;
|
|
1212
1213
|
color: #1a67a3;
|
|
1213
1214
|
}
|
|
1214
1215
|
|
|
1215
1216
|
.ra-subtitle {
|
|
1216
1217
|
margin: 0;
|
|
1217
|
-
font-size:
|
|
1218
|
+
font-size: 0.75rem;
|
|
1218
1219
|
color: #64748b;
|
|
1219
1220
|
}
|
|
1220
1221
|
|
|
@@ -1225,7 +1226,7 @@
|
|
|
1225
1226
|
background: transparent;
|
|
1226
1227
|
border: none;
|
|
1227
1228
|
color: rgb(0, 51, 102);
|
|
1228
|
-
font-size:
|
|
1229
|
+
font-size: 0.8125rem;
|
|
1229
1230
|
font-weight: 600;
|
|
1230
1231
|
cursor: pointer;
|
|
1231
1232
|
padding: 8px 12px;
|
|
@@ -1303,7 +1304,7 @@
|
|
|
1303
1304
|
|
|
1304
1305
|
.ra-text {
|
|
1305
1306
|
margin: 0 0 8px 0;
|
|
1306
|
-
font-size:
|
|
1307
|
+
font-size: 0.875rem;
|
|
1307
1308
|
color: #334155;
|
|
1308
1309
|
line-height: 1.4;
|
|
1309
1310
|
}
|
|
@@ -1321,7 +1322,7 @@
|
|
|
1321
1322
|
|
|
1322
1323
|
.ra-module {
|
|
1323
1324
|
font-family: "SFMono-Regular", Consolas, monospace;
|
|
1324
|
-
font-size:
|
|
1325
|
+
font-size: 0.6875rem;
|
|
1325
1326
|
background: rgba(255, 255, 255, 0.4);
|
|
1326
1327
|
color: #1e293b;
|
|
1327
1328
|
padding: 4px 8px;
|
|
@@ -1332,7 +1333,7 @@
|
|
|
1332
1333
|
}
|
|
1333
1334
|
|
|
1334
1335
|
.ra-time {
|
|
1335
|
-
font-size:
|
|
1336
|
+
font-size: 0.75rem;
|
|
1336
1337
|
color: #94a3b8;
|
|
1337
1338
|
font-weight: 500;
|
|
1338
1339
|
}
|
|
@@ -1472,7 +1473,7 @@
|
|
|
1472
1473
|
background: transparent;
|
|
1473
1474
|
border: none;
|
|
1474
1475
|
color: #3b82f6;
|
|
1475
|
-
font-size:
|
|
1476
|
+
font-size: 0.875rem;
|
|
1476
1477
|
font-weight: 600;
|
|
1477
1478
|
cursor: pointer;
|
|
1478
1479
|
padding: 8px 16px;
|
|
@@ -1534,7 +1535,7 @@
|
|
|
1534
1535
|
|
|
1535
1536
|
.custom-modal-header h3 {
|
|
1536
1537
|
margin: 0;
|
|
1537
|
-
font-size:
|
|
1538
|
+
font-size: 1.125rem;
|
|
1538
1539
|
font-weight: 700;
|
|
1539
1540
|
color: #1a67a3;
|
|
1540
1541
|
}
|
|
@@ -1615,7 +1616,7 @@
|
|
|
1615
1616
|
margin-top: auto;
|
|
1616
1617
|
|
|
1617
1618
|
.employeeCard-link {
|
|
1618
|
-
font-size:
|
|
1619
|
+
font-size: 0.8125rem;
|
|
1619
1620
|
padding: 4px 0;
|
|
1620
1621
|
font-weight: 500;
|
|
1621
1622
|
color: #1a67a3;
|
|
@@ -1623,7 +1624,7 @@
|
|
|
1623
1624
|
}
|
|
1624
1625
|
|
|
1625
1626
|
.employeeCard-title {
|
|
1626
|
-
font-size:
|
|
1627
|
+
font-size: 0.9375rem !important;
|
|
1627
1628
|
font-weight: 700;
|
|
1628
1629
|
color: #1a67a3 !important;
|
|
1629
1630
|
margin-bottom: 8px;
|
|
@@ -1638,12 +1639,12 @@
|
|
|
1638
1639
|
flex-direction: column;
|
|
1639
1640
|
margin-top: 8px;
|
|
1640
1641
|
margin-bottom: 8px;
|
|
1641
|
-
font-size:
|
|
1642
|
+
font-size: 0.75rem;
|
|
1642
1643
|
color: #64748b;
|
|
1643
1644
|
}
|
|
1644
1645
|
|
|
1645
1646
|
.employeeCard-kpi-count {
|
|
1646
|
-
font-size:
|
|
1647
|
+
font-size: 1rem !important;
|
|
1647
1648
|
font-weight: 700;
|
|
1648
1649
|
color: #f97316 !important;
|
|
1649
1650
|
}
|