mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 05:30:22 +00:00
9 lines
295 B
SCSS
9 lines
295 B
SCSS
// Local docs variables
|
|
$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;
|