From: Mark Otto Date: Mon, 29 May 2017 04:40:15 +0000 (-0700) Subject: add new var, update alignment X-Git-Tag: v4.0.0-beta~187^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64c548527ad35c31d44f4bb5b401f6979b0424db;p=thirdparty%2Fbootstrap.git add new var, update alignment --- diff --git a/docs/assets/scss/_variables.scss b/docs/assets/scss/_variables.scss index 0ea8afd72a..1340044442 100644 --- a/docs/assets/scss/_variables.scss +++ b/docs/assets/scss/_variables.scss @@ -1,10 +1,11 @@ // 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; +$bd-purple: #563d7c; +$bd-purple-bright: lighten(saturate($bd-purple, 5%), 15%); +$bd-purple-light: #cdbfe3; +$bd-purple-lightest: #f5f2f9; +$bd-graphite: #2a2730; +$bd-graphite-light: lighten($bd-graphite, 40%); +$bd-yellow: #ffe484; +$bd-danger: #d9534f; +$bd-warning: #f0ad4e; +$bd-info: #5bc0de;