1
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet.git synced 2024-07-05 08:14:24 +03:00
salet/sass/_variables.scss

18 lines
511 B
SCSS
Raw Normal View History

2016-01-07 13:27:57 +02:00
$font-family-sans-serif: 'PT Sans','Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
$headings-font-family: "PT Sans Caption",$font-family-sans-serif;
$font-family-base: $font-family-sans-serif;
2016-11-15 11:44:47 +02:00
$body-bg: #fff;
$body-color: #000;
$link-color: blue;
$btn-bg: grey;
2016-01-15 03:06:03 +02:00
$btn-color: lighten($btn-bg, 50%);
2016-01-07 13:27:57 +02:00
$secondary-bg: #F1EED9;
2016-11-15 11:44:47 +02:00
$brand-primary: lighten($body-color, 20%);
$brand-danger: darken($body-bg, 30%);
2016-01-07 13:27:57 +02:00
$waycolor: $link-color;
$text_background: $body-bg; // can be btn-bg
2016-09-20 18:05:09 +03:00
$animation_duration: 2s;