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