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.
27 lines
539 B
27 lines
539 B
//font
|
|
$font-default:'Roboto', sans-serif;
|
|
$font-offer: 'Kaushan Script', cursive;
|
|
|
|
|
|
//colors
|
|
$color-white: #ffffff;
|
|
$color-orange: #3fc0b6;
|
|
$color-black: #000000;
|
|
$color-button: #00000056;
|
|
$color-grey: #6b778d;
|
|
$color-bg:#f4f4f4;
|
|
$color-footer:#a09292;
|
|
$color-carousel:#232020;
|
|
$color-border:#cfcdcd;
|
|
|
|
|
|
//fon-size
|
|
$font-size-h1: 36px;
|
|
$font-size-h6:14px;
|
|
$font-size-subheading:25px;
|
|
$font-size-text: 14px;
|
|
$font-size-s:15px;
|
|
$font-size-demo:40px;
|
|
$font-size-form:12px;
|
|
$font-sub-head:16px;
|
|
$font-sub-blog:20px;
|
|
|