openstreetmap-website/app/assets/stylesheets/parameters.scss
Andy Allan ab8d3485bd Use our darkgrey for bootstrap secondary colour
Our blue is less saturated and lighter, and so the bootstrap-default
secondary colour is too dark and too saturated when beside our
primary buttons.
2021-07-28 14:17:55 +01:00

20 lines
387 B
SCSS

/* Parameters */
$lineheight: 20px;
$typeheight: 14px;
$offwhite: #f8f8ff;
$blue: #7092FF;
$secondary: #888;
$lightblue: #B8C5F0;
$green: #7ebc6f;
$vibrant-green: #76c551;
$grey: #CCC;
$lightgrey: #EEE;
$darkgrey: #888;
$hovercolor: 20%;
$headerHeight: 55px;
$sidebarWidth: 350px;
$keyline: 1px solid $lightgrey;
$border-radius: 3px;
$list-highlight: #FFFFC0;
$border: 1px solid $grey;