]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/parameters.scss
Remove unused colors from sass parameters
[rails.git] / app / assets / stylesheets / parameters.scss
1 /* Parameters */
2 $lineheight: 20px;
3 $typeheight: 14px;
4
5 $blue: #7092FF;
6 $secondary: #888;
7 $green: #7ebc6f;
8 $vibrant-green: #76c551;
9 $grey: #CCC;
10 $darkgrey: #888;
11 $headerHeight: 55px;
12 $sidebarWidth: 350px;
13 $list-highlight: #FFFFC0;
14
15 $link-color: #24d;
16 $link-hover-color: #24d;
17 $link-decoration: none;
18 $link-hover-decoration: underline;
19
20 $table-border-factor: .1;
21 $list-group-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);
22
23 $enable-negative-margins: true;