bootstrap/assets/scss/_variables.scss

10 lines
295 B
SCSS
Raw Normal View History

2017-05-29 04:24:29 +00:00
// Local docs variables
2017-05-29 04:40:15 +00:00
$bd-purple: #563d7c;
$bd-purple-bright: lighten(saturate($bd-purple, 5%), 15%);
$bd-purple-light: #cdbfe3;
$bd-graphite: #2a2730;
$bd-yellow: #ffe484;
$bd-danger: #d9534f;
$bd-warning: #f0ad4e;
$bd-info: #5bc0de;