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