Commit d47f6e5b by ijin08

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

parent 3e6c15a8
......@@ -7,7 +7,7 @@
&__spinner {
font-size: 32px;
margin-bottom: $space-s;
margin-bottom: $space-sm;
}
&__text {
......
......@@ -21,7 +21,7 @@
}
.panel-editor-container__editor {
margin-top: $space-l;
margin-top: $space-lg;
display: flex;
flex-direction: row;
flex: 1 1 0;
......@@ -80,7 +80,7 @@
}
.submenu-controls {
padding: 0 $dashboard-padding $space-s $dashboard-padding;
padding: 0 $dashboard-padding $space-sm $dashboard-padding;
}
.panel-editor-container__panel {
......
......@@ -6,7 +6,7 @@ $column-horizontal-spacing: 10px;
padding: $panel-padding;
padding-top: 10px;
border-radius: $border-radius;
margin: $space-m 0 $space-s;
margin: $space-md 0 $space-sm;
border: $panel-border;
flex-direction: column;
}
......
......@@ -4,7 +4,7 @@
flex-wrap: wrap;
align-content: flex-start;
align-items: flex-start;
padding: 0 0 $space-s 0;
padding: 0 0 $space-sm 0;
}
.annotation-disabled,
......
......@@ -197,7 +197,7 @@
}
.explore-panel {
margin-top: $space-s;
margin-top: $space-sm;
}
.explore-panel__body {
......@@ -216,20 +216,20 @@
.explore-panel__header-label {
font-weight: 500;
margin-right: $space-s;
margin-right: $space-sm;
font-size: $font-size-h6;
box-shadow: $text-shadow-faint;
}
.explore-panel__header-buttons {
margin-right: $space-s;
margin-right: $space-sm;
font-size: $font-size-lg;
line-height: $font-size-h6;
}
.time-series-disclaimer {
width: 300px;
margin: $space-s auto;
margin: $space-sm auto;
padding: 10px 0;
border-radius: $border-radius;
text-align: center;
......@@ -407,7 +407,7 @@
.ReactTable .-pagination {
border-top: none;
box-shadow: none;
margin-top: $space-s;
margin-top: $space-sm;
}
.ReactTable .-pagination .-btn {
color: $blue;
......@@ -448,7 +448,7 @@
// TODO Experimental
.cheat-sheet-item {
margin: $space-l 0;
margin: $space-lg 0;
width: 50%;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment