s -> sm, m -> md, l -> lg

This commit is contained in:
ijin08
2019-03-12 08:34:55 +01:00
parent 3e6c15a88a
commit d47f6e5bb3
5 changed files with 11 additions and 11 deletions

View File

@@ -7,7 +7,7 @@
&__spinner { &__spinner {
font-size: 32px; font-size: 32px;
margin-bottom: $space-s; margin-bottom: $space-sm;
} }
&__text { &__text {

View File

@@ -21,7 +21,7 @@
} }
.panel-editor-container__editor { .panel-editor-container__editor {
margin-top: $space-l; margin-top: $space-lg;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex: 1 1 0; flex: 1 1 0;
@@ -80,7 +80,7 @@
} }
.submenu-controls { .submenu-controls {
padding: 0 $dashboard-padding $space-s $dashboard-padding; padding: 0 $dashboard-padding $space-sm $dashboard-padding;
} }
.panel-editor-container__panel { .panel-editor-container__panel {

View File

@@ -6,7 +6,7 @@ $column-horizontal-spacing: 10px;
padding: $panel-padding; padding: $panel-padding;
padding-top: 10px; padding-top: 10px;
border-radius: $border-radius; border-radius: $border-radius;
margin: $space-m 0 $space-s; margin: $space-md 0 $space-sm;
border: $panel-border; border: $panel-border;
flex-direction: column; flex-direction: column;
} }

View File

@@ -4,7 +4,7 @@
flex-wrap: wrap; flex-wrap: wrap;
align-content: flex-start; align-content: flex-start;
align-items: flex-start; align-items: flex-start;
padding: 0 0 $space-s 0; padding: 0 0 $space-sm 0;
} }
.annotation-disabled, .annotation-disabled,

View File

@@ -197,7 +197,7 @@
} }
.explore-panel { .explore-panel {
margin-top: $space-s; margin-top: $space-sm;
} }
.explore-panel__body { .explore-panel__body {
@@ -216,20 +216,20 @@
.explore-panel__header-label { .explore-panel__header-label {
font-weight: 500; font-weight: 500;
margin-right: $space-s; margin-right: $space-sm;
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: $space-s; margin-right: $space-sm;
font-size: $font-size-lg; font-size: $font-size-lg;
line-height: $font-size-h6; line-height: $font-size-h6;
} }
.time-series-disclaimer { .time-series-disclaimer {
width: 300px; width: 300px;
margin: $space-s auto; margin: $space-sm auto;
padding: 10px 0; padding: 10px 0;
border-radius: $border-radius; border-radius: $border-radius;
text-align: center; text-align: center;
@@ -407,7 +407,7 @@
.ReactTable .-pagination { .ReactTable .-pagination {
border-top: none; border-top: none;
box-shadow: none; box-shadow: none;
margin-top: $space-s; margin-top: $space-sm;
} }
.ReactTable .-pagination .-btn { .ReactTable .-pagination .-btn {
color: $blue; color: $blue;
@@ -448,7 +448,7 @@
// TODO Experimental // TODO Experimental
.cheat-sheet-item { .cheat-sheet-item {
margin: $space-l 0; margin: $space-lg 0;
width: 50%; width: 50%;
} }