logitude-dashboard-library 1.4.22 → 1.4.23
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.
|
@@ -439,6 +439,19 @@ $dark-grey: #717585;
|
|
|
439
439
|
font-family: 'Manrope' !important;
|
|
440
440
|
font-size: 10px !important;
|
|
441
441
|
}
|
|
442
|
+
.db-fc-container text {
|
|
443
|
+
font-family: 'Manrope' !important;
|
|
444
|
+
font-size: 10px !important;
|
|
445
|
+
}
|
|
446
|
+
.db-fc-container tspan {
|
|
447
|
+
font-family: 'Manrope' !important;
|
|
448
|
+
font-size: 10px !important;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.db-fc-container * {
|
|
452
|
+
font-family: 'Manrope' !important;
|
|
453
|
+
font-size: 10px !important;
|
|
454
|
+
}
|
|
442
455
|
|
|
443
456
|
.db-fc-container>*:first-child {
|
|
444
457
|
width: 100%;
|