]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/parameters.scss
Use Bootstrap actionable items in search results lists
[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
16 $link-color: #24d;
17 $link-hover-color: #24d;
18 $link-decoration: none;
19 $link-hover-decoration: underline;
20
21 $table-border-factor: .1;
22 $list-group-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);
23
24 $enable-negative-margins: true;