mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
11 lines
335 B
SCSS
11 lines
335 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-graphite-light: lighten($bd-graphite, 40%);
|
||
|
$bd-yellow: #ffe484;
|
||
|
$bd-danger: #d9534f;
|
||
|
$bd-warning: #f0ad4e;
|
||
|
$bd-info: #5bc0de;
|