logitude-dashboard-library 3.1.112 → 3.1.114

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 {
@@ -667,11 +668,13 @@ $dark-grey: #717585;
667
668
  width: 100%;
668
669
  height: calc(100% - 5px);
669
670
  padding-left: 0.12rem;
671
+ padding-right: 0.12rem;
670
672
  padding-top: 0.05rem;
671
673
  }
672
674
 
673
675
  .db-fc-container-error {
674
676
  padding-left: 0 !important;
677
+ padding-right: 0 !important;
675
678
  padding-top: 0 !important;
676
679
  }
677
680
 
@@ -1227,7 +1230,7 @@ $dark-grey: #717585;
1227
1230
  }
1228
1231
 
1229
1232
  .border-bottom-light-white {
1230
- border-bottom: 1px solid #e0e0e0;
1233
+ border-bottom: 1px solid #d0d0d0;
1231
1234
  }
1232
1235
 
1233
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 {
@@ -667,11 +668,13 @@ $dark-grey: #717585;
667
668
  width: 100%;
668
669
  height: calc(100% - 5px);
669
670
  padding-left: 0.12rem;
671
+ padding-right: 0.12rem;
670
672
  padding-top: 0.05rem;
671
673
  }
672
674
 
673
675
  .db-fc-container-error {
674
676
  padding-left: 0 !important;
677
+ padding-right: 0 !important;
675
678
  padding-top: 0 !important;
676
679
  }
677
680
 
@@ -1227,7 +1230,7 @@ $dark-grey: #717585;
1227
1230
  }
1228
1231
 
1229
1232
  .border-bottom-light-white {
1230
- border-bottom: 1px solid #e0e0e0;
1233
+ border-bottom: 1px solid #d0d0d0;
1231
1234
  }
1232
1235
 
1233
1236
  .padding-left-12 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logitude-dashboard-library",
3
- "version": "3.1.112",
3
+ "version": "3.1.114",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "logitude",
6
6
  "license": "MIT",