|
@@ -73,7 +73,7 @@
|
|
|
min-height: 55px;
|
|
min-height: 55px;
|
|
|
line-height: 55px;
|
|
line-height: 55px;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
- margin-left: $panel-margin * 3;
|
|
|
|
|
|
|
+ margin-left: $space-xl;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.explore-toolbar-header {
|
|
.explore-toolbar-header {
|
|
@@ -197,7 +197,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.explore-panel {
|
|
.explore-panel {
|
|
|
- margin-top: $panel-margin;
|
|
|
|
|
|
|
+ margin-top: $space-s;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.explore-panel__body {
|
|
.explore-panel__body {
|
|
@@ -216,24 +216,20 @@
|
|
|
|
|
|
|
|
.explore-panel__header-label {
|
|
.explore-panel__header-label {
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
- margin-right: $panel-margin;
|
|
|
|
|
|
|
+ margin-right: $space-s;
|
|
|
font-size: $font-size-h6;
|
|
font-size: $font-size-h6;
|
|
|
box-shadow: $text-shadow-faint;
|
|
box-shadow: $text-shadow-faint;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.explore-panel__header-buttons {
|
|
.explore-panel__header-buttons {
|
|
|
- margin-right: $panel-margin;
|
|
|
|
|
|
|
+ margin-right: $space-s;
|
|
|
font-size: $font-size-lg;
|
|
font-size: $font-size-lg;
|
|
|
line-height: $font-size-h6;
|
|
line-height: $font-size-h6;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.result-options {
|
|
|
|
|
- margin: 2 * $panel-margin 0;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
.time-series-disclaimer {
|
|
.time-series-disclaimer {
|
|
|
width: 300px;
|
|
width: 300px;
|
|
|
- margin: $panel-margin auto;
|
|
|
|
|
|
|
+ margin: $space-s auto;
|
|
|
padding: 10px 0;
|
|
padding: 10px 0;
|
|
|
border-radius: $border-radius;
|
|
border-radius: $border-radius;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -241,7 +237,7 @@
|
|
|
|
|
|
|
|
.disclaimer-icon {
|
|
.disclaimer-icon {
|
|
|
color: $yellow;
|
|
color: $yellow;
|
|
|
- margin-right: $panel-margin/2;
|
|
|
|
|
|
|
+ margin-right: $space-xs;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.show-all-time-series {
|
|
.show-all-time-series {
|
|
@@ -268,7 +264,7 @@
|
|
|
position: relative;
|
|
position: relative;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
background: none;
|
|
background: none;
|
|
|
- margin: $panel-margin / 2;
|
|
|
|
|
|
|
+ margin: $space-xs;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.explore-panel__loader--active:after {
|
|
.explore-panel__loader--active:after {
|
|
@@ -411,7 +407,7 @@
|
|
|
.ReactTable .-pagination {
|
|
.ReactTable .-pagination {
|
|
|
border-top: none;
|
|
border-top: none;
|
|
|
box-shadow: none;
|
|
box-shadow: none;
|
|
|
- margin-top: $panel-margin;
|
|
|
|
|
|
|
+ margin-top: $space-s;
|
|
|
}
|
|
}
|
|
|
.ReactTable .-pagination .-btn {
|
|
.ReactTable .-pagination .-btn {
|
|
|
color: $blue;
|
|
color: $blue;
|
|
@@ -452,7 +448,7 @@
|
|
|
// TODO Experimental
|
|
// TODO Experimental
|
|
|
|
|
|
|
|
.cheat-sheet-item {
|
|
.cheat-sheet-item {
|
|
|
- margin: 2 * $panel-margin 0;
|
|
|
|
|
|
|
+ margin: $space-l 0;
|
|
|
width: 50%;
|
|
width: 50%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -461,6 +457,6 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.cheat-sheet-item__expression {
|
|
.cheat-sheet-item__expression {
|
|
|
- margin: $panel-margin/2 0;
|
|
|
|
|
|
|
+ margin: $space-xs 0;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
}
|
|
}
|