aboutsummaryrefslogtreecommitdiff
path: root/assets/scss/_variables.scss
blob: 1340044442f6a4750612a89fd1dc80a40b19f1eb (plain)
1
2
3
4
5
6
7
8
9
10
11
// Local docs variables
$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;