@@ -195,6 +195,10 @@ $btn-semi-transparent: rgba(0, 0, 0, 0.2) !default;
// sidemenu
$side-menu-width: 60px;
+// dashboard
+$dashboard-padding: $space-md $space-md 0 $space-md;
+$panel-padding: 0 $space-md $space-sm $space-md;
+
// tabs
$tabs-padding: 10px 15px 9px;
@@ -198,6 +198,10 @@ $btn-semi-transparent: rgba(0, 0, 0, 0.2) !default;
@@ -1,5 +1,5 @@
.dashboard-container {
- padding: $space-md $space-md 0 $space-md;
+ padding: $dashboard-padding;
width: 100%;
height: 100%;
box-sizing: border-box;
@@ -78,7 +78,7 @@ div.flot-text {
}
.panel-content {
- padding: 0 $space-md $space-sm $space-md;
+ padding: $panel-padding;
height: calc(100% - 27px);
position: relative;
@@ -156,7 +156,7 @@
.explore-container {
- padding: $space-md;
.explore-wrapper {
@@ -172,7 +172,7 @@
.explore-panel__body {
.explore-panel__header {