]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/parameters.scss
Remove unused CSS
[rails.git] / app / assets / stylesheets / parameters.scss
1 /* Parameters */
2 $lineheight: 20px;
3 $typeheight: 14px;
4
5 $offwhite: #f8f8ff;
6 $blue: #7092FF;
7 $secondary: #888;
8 $lightblue: #B8C5F0;
9 $green: #7ebc6f;
10 $vibrant-green: #76c551;
11 $grey: #CCC;
12 $lightgrey: #EEE;
13 $darkgrey: #888;
14 $hovercolor: 20%;
15 $headerHeight: 55px;
16 $sidebarWidth: 350px;
17 $list-highlight: #FFFFC0;
18 $border: 1px solid $grey;
19
20 $link-color: #24d;
21 $link-hover-color: #24d;
22 $link-decoration: none;
23 $link-hover-decoration: underline;
24
25 $table-striped-bg: $offwhite;
26
27 $enable-negative-margins: true;