0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-17 14:54:30 +01:00

add new var, update alignment

This commit is contained in:
Mark Otto 2017-05-28 21:40:15 -07:00
parent c043c0a5ba
commit 64c548527a

View File

@ -1,10 +1,11 @@
// Local docs variables // Local docs variables
$bd-purple: #563d7c; $bd-purple: #563d7c;
$bd-purple-bright: lighten(saturate($bd-purple, 5%), 15%); $bd-purple-bright: lighten(saturate($bd-purple, 5%), 15%);
$bd-purple-light: #cdbfe3; $bd-purple-light: #cdbfe3;
$bd-graphite: #2a2730; $bd-purple-lightest: #f5f2f9;
$bd-graphite-light: lighten($bd-graphite, 40%); $bd-graphite: #2a2730;
$bd-yellow: #ffe484; $bd-graphite-light: lighten($bd-graphite, 40%);
$bd-danger: #d9534f; $bd-yellow: #ffe484;
$bd-warning: #f0ad4e; $bd-danger: #d9534f;
$bd-info: #5bc0de; $bd-warning: #f0ad4e;
$bd-info: #5bc0de;