logitude-dashboard-library 3.2.46 → 3.2.47
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.
|
@@ -492,6 +492,7 @@ $dark-grey: #717585;
|
|
|
492
492
|
display: flex;
|
|
493
493
|
place-content: flex-start;
|
|
494
494
|
align-items: flex-start;
|
|
495
|
+
padding-top: 1px; // for widget header bottom border
|
|
495
496
|
}
|
|
496
497
|
|
|
497
498
|
.filter-label {
|
|
@@ -1229,7 +1230,7 @@ $dark-grey: #717585;
|
|
|
1229
1230
|
}
|
|
1230
1231
|
|
|
1231
1232
|
.border-bottom-light-white {
|
|
1232
|
-
border-bottom: 1px solid #
|
|
1233
|
+
border-bottom: 1px solid #d0d0d0;
|
|
1233
1234
|
}
|
|
1234
1235
|
|
|
1235
1236
|
.padding-left-12 {
|
|
@@ -492,6 +492,7 @@ $dark-grey: #717585;
|
|
|
492
492
|
display: flex;
|
|
493
493
|
place-content: flex-start;
|
|
494
494
|
align-items: flex-start;
|
|
495
|
+
padding-top: 1px; // for widget header bottom border
|
|
495
496
|
}
|
|
496
497
|
|
|
497
498
|
.filter-label {
|
|
@@ -1229,7 +1230,7 @@ $dark-grey: #717585;
|
|
|
1229
1230
|
}
|
|
1230
1231
|
|
|
1231
1232
|
.border-bottom-light-white {
|
|
1232
|
-
border-bottom: 1px solid #
|
|
1233
|
+
border-bottom: 1px solid #d0d0d0;
|
|
1233
1234
|
}
|
|
1234
1235
|
|
|
1235
1236
|
.padding-left-12 {
|