]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/parameters.scss
Fix rubocop warnings
[rails.git] / app / assets / stylesheets / parameters.scss
index 013c7ae96e8f8b3087f7d14c623dc4c9c73879c0..1cae5ba2f557df0ee0236ab58063e4cd7c51cd4f 100644 (file)
@@ -9,9 +9,11 @@ $green: #7ebc6f;
 $grey: #CCC;
 $red: red;
 $lightgrey: #EEE;
-$darkgrey: #AAA;
+$darkgrey: #888;
 $hovercolor: 20%;
-$headerHeight: 54px;
-$sidebarWidth: 300px;
+$headerHeight: 55px;
+$sidebarWidth: 350px;
 $keyline: 1px solid $lightgrey;
 $border-radius: 3px;
+$list-highlight: #FFFFC0;
+$border: 1px solid $grey;