This overrides the same variable from bootstrap. Since bootstrap also comes with -sm and -lg variants defined by rem, our px-based override doesn't sit nicely with those.
19 lines
366 B
SCSS
19 lines
366 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;
|
|
$list-highlight: #FFFFC0;
|
|
$border: 1px solid $grey;
|