فهرست منبع

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

ijin08 6 سال پیش
والد
کامیت
d47f6e5bb3

+ 1 - 1
public/sass/components/_page_loader.scss

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

+ 2 - 2
public/sass/components/_panel_editor.scss

@@ -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 {

+ 1 - 1
public/sass/components/_panel_logs.scss

@@ -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;
 }
 }

+ 1 - 1
public/sass/components/_submenu.scss

@@ -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,

+ 6 - 6
public/sass/pages/_explore.scss

@@ -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%;
 }
 }