Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorm5o <m5o@gmx.com>2017-10-18 01:45:52 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-10-18 01:45:52 +0300
commit77e975afb2e5f9793a363da98b235cb1d1f64fd2 (patch)
treea103e050ebee9f1e8c3df15ea74c2cea9700fa5b /assets
parentfac70149b3f12d52b4f4fe1abaa32369be35e8fb (diff)
remove unused docs color variables (#24406)
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/_variables.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss
index 1340044442..e3aed2e825 100644
--- a/assets/scss/_variables.scss
+++ b/assets/scss/_variables.scss
@@ -2,9 +2,7 @@
$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;