mdb-ui-kit/assets/scss/_variables.scss

13 lines
404 B
SCSS
Raw Normal View History

2017-08-11 17:59:31 +03:00
// Local docs variables
2017-08-11 20:03:31 +03:00
$brand-primary: #3F51B5;
2017-08-11 17:59:31 +03:00
$bd-purple: #3F51B5;
2017-08-11 20:03:31 +03:00
$bd-purple-bright: lighten(saturate($bd-purple, 5%), 15%);
2017-08-11 17:59:31 +03:00
$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;