]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add new var, update alignment
authorMark Otto <markdotto@gmail.com>
Mon, 29 May 2017 04:40:15 +0000 (21:40 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 29 May 2017 04:40:15 +0000 (21:40 -0700)
docs/assets/scss/_variables.scss

index 0ea8afd72a6ab069644b0706644fcc7cbf4aa2d3..1340044442f6a4750612a89fd1dc80a40b19f1eb 100644 (file)
@@ -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;