You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
499 B
17 lines
499 B
$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; |
|
|
|
$primary: lighten($body-color, 20%); |
|
$danger: darken($body-bg, 30%); |
|
|
|
$waycolor: $link-color; |
|
$text_background: $body-bg; // can be btn-bg |
|
$animation_duration: 2s;
|
|
|