You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
511 B
SCSS
18 lines
511 B
SCSS
$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;
|
|
|
|
$body-bg: #fff;
|
|
$body-color: #000;
|
|
$link-color: blue;
|
|
$btn-bg: grey;
|
|
$btn-color: lighten($btn-bg, 50%);
|
|
$secondary-bg: #F1EED9;
|
|
|
|
$brand-primary: lighten($body-color, 20%);
|
|
$brand-danger: darken($body-bg, 30%);
|
|
|
|
$waycolor: $link-color;
|
|
$text_background: $body-bg; // can be btn-bg
|
|
$animation_duration: 2s;
|