logitude-dashboard-library 1.4.15 → 1.4.16
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.
|
@@ -456,27 +456,27 @@ $dark-grey: #717585;
|
|
|
456
456
|
}
|
|
457
457
|
|
|
458
458
|
.dl-kpi-arrow-up-green {
|
|
459
|
-
border-left: 5px solid transparent;
|
|
460
|
-
border-right: 5px solid transparent;
|
|
461
|
-
border-bottom:
|
|
459
|
+
border-left: 4.5px solid transparent;
|
|
460
|
+
border-right: 4.5px solid transparent;
|
|
461
|
+
border-bottom: 5px solid #4AC76F;
|
|
462
462
|
}
|
|
463
463
|
|
|
464
464
|
.dl-kpi-arrow-down-green {
|
|
465
|
-
border-left: 5px solid transparent;
|
|
466
|
-
border-right: 5px solid transparent;
|
|
467
|
-
border-top:
|
|
465
|
+
border-left: 4.5px solid transparent;
|
|
466
|
+
border-right: 4.5px solid transparent;
|
|
467
|
+
border-top: 5px solid #4AC76F;
|
|
468
468
|
}
|
|
469
469
|
|
|
470
470
|
.dl-kpi-arrow-up-red {
|
|
471
|
-
border-left: 5px solid transparent;
|
|
472
|
-
border-right: 5px solid transparent;
|
|
473
|
-
border-bottom:
|
|
471
|
+
border-left: 4.5px solid transparent;
|
|
472
|
+
border-right: 4.5px solid transparent;
|
|
473
|
+
border-bottom: 5px solid red;
|
|
474
474
|
}
|
|
475
475
|
|
|
476
476
|
.dl-kpi-arrow-down-red {
|
|
477
|
-
border-left: 5px solid transparent;
|
|
478
|
-
border-right: 5px solid transparent;
|
|
479
|
-
border-top:
|
|
477
|
+
border-left: 4.5px solid transparent;
|
|
478
|
+
border-right: 4.5px solid transparent;
|
|
479
|
+
border-top: 5px solid red;
|
|
480
480
|
}
|
|
481
481
|
|
|
482
482
|
|
|
@@ -486,7 +486,6 @@ $dark-grey: #717585;
|
|
|
486
486
|
display: flex;
|
|
487
487
|
place-content: flex-start flex-end;
|
|
488
488
|
align-items: flex-start;
|
|
489
|
-
margin-bottom: 2px;
|
|
490
489
|
}
|
|
491
490
|
|
|
492
491
|
.dl-kpi-value {
|
|
@@ -513,8 +512,8 @@ $dark-grey: #717585;
|
|
|
513
512
|
flex-direction: row;
|
|
514
513
|
box-sizing: border-box;
|
|
515
514
|
display: flex;
|
|
516
|
-
place-content:
|
|
517
|
-
align-items:
|
|
515
|
+
place-content: center flex-start;
|
|
516
|
+
align-items: center;
|
|
518
517
|
font-family: 'Manrope';
|
|
519
518
|
font-style: normal;
|
|
520
519
|
font-weight: 500;
|
|
@@ -522,7 +521,7 @@ $dark-grey: #717585;
|
|
|
522
521
|
line-height: 15px;
|
|
523
522
|
color: #A4A4A4;
|
|
524
523
|
margin-left: 4.5px;
|
|
525
|
-
margin-bottom:
|
|
524
|
+
margin-bottom: 6px;
|
|
526
525
|
flex-shrink: 0;
|
|
527
526
|
}
|
|
528
527
|
|