logitude-dashboard-library 1.4.55 → 1.4.57

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.
@@ -489,7 +489,7 @@ $dark-grey: #717585;
489
489
  box-sizing: border-box;
490
490
  display: flex;
491
491
  place-content: flex-start center;
492
- align-items: flex-start;
492
+ align-items: center;
493
493
  }
494
494
 
495
495
  .dl-kpi-center-container {
@@ -510,6 +510,22 @@ $dark-grey: #717585;
510
510
  max-width: 100%;
511
511
  }
512
512
 
513
+ .dl-kpi-label-container{
514
+ width: 100%;
515
+ display: flex;
516
+ justify-content: center;
517
+ align-items: center;
518
+ }
519
+
520
+ .dl-kpi-label-span{
521
+ font-family: "Manrope";
522
+ font-style: normal;
523
+ font-weight: 700;
524
+ font-size: 16px;
525
+ line-height: 120%;
526
+ color: #292D30;
527
+ }
528
+
513
529
  .kpIHeader {
514
530
  font-weight: bold;
515
531
  }
@@ -692,12 +708,12 @@ $dark-grey: #717585;
692
708
  }
693
709
 
694
710
  .dl-kpi-prev-text {
695
- font-family: 'Manrope';
711
+ font-family: "Manrope";
696
712
  font-style: normal;
697
713
  font-weight: 500;
698
- font-size: 11px;
714
+ font-size: 12px;
699
715
  line-height: 15px;
700
- color: #A4A4A4;
716
+ color: #292D30;
701
717
  }
702
718
 
703
719
  .dl-kpi-prev-abbreviationSymbol {