diff options
| author | Mark Otto <[email protected]> | 2017-05-28 21:40:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-28 21:40:15 -0700 |
| commit | 64c548527ad35c31d44f4bb5b401f6979b0424db (patch) | |
| tree | 7da46ee001afc6cad48148972b07cb5fa68f9c7a | |
| parent | c043c0a5baf3c3b55cbb8dfdcbcd2e8cb152bde3 (diff) | |
| download | bootstrap-64c548527ad35c31d44f4bb5b401f6979b0424db.tar.xz bootstrap-64c548527ad35c31d44f4bb5b401f6979b0424db.zip | |
add new var, update alignment
| -rw-r--r-- | docs/assets/scss/_variables.scss | 19 |
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; |
