Browse Source

using more variables

Peter Holmberg 7 years ago
parent
commit
32389f6171
1 changed files with 3 additions and 3 deletions
  1. 3 3
      public/sass/pages/_explore.scss

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

@@ -57,15 +57,15 @@
 
   .time-series-disclaimer {
     width: 300px;
-    margin: 10px auto;
+    margin: $panel-margin auto;
     padding: 10px 0;
-    border-radius: 4px;
+    border-radius: $border-radius;
     text-align: center;
     background-color: $panel-bg;
 
     .disclaimer-icon {
       color: $yellow;
-      margin-right: 5px;
+      margin-right: $panel-margin/2;
     }
 
     .show-all-time-series {