]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/parameters.scss
Bootstrap 5: Fix table striping background colour
[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 $keyline: 1px solid $lightgrey;
18 $list-highlight: #FFFFC0;
19 $border: 1px solid $grey;
20
21 $link-color: #24d;
22 $link-hover-color: #24d;
23 $link-decoration: none;
24 $link-hover-decoration: underline;
25
26 $table-striped-bg: $offwhite;
27
28 $enable-negative-margins: true;