aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-28 21:40:15 -0700
committerMark Otto <[email protected]>2017-05-28 21:40:15 -0700
commit64c548527ad35c31d44f4bb5b401f6979b0424db (patch)
tree7da46ee001afc6cad48148972b07cb5fa68f9c7a /docs
parentc043c0a5baf3c3b55cbb8dfdcbcd2e8cb152bde3 (diff)
downloadbootstrap-64c548527ad35c31d44f4bb5b401f6979b0424db.tar.xz
bootstrap-64c548527ad35c31d44f4bb5b401f6979b0424db.zip
add new var, update alignment
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/scss/_variables.scss19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/assets/scss/_variables.scss b/docs/assets/scss/_variables.scss
index 0ea8afd72..134004444 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;