forked from a1gard/xshop
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.
11 lines
165 B
SCSS
11 lines
165 B
SCSS
1 year ago
|
// font sizes
|
||
|
$fs-title: 16px;
|
||
|
$fs-paragraph: 12px;
|
||
|
$box-title: 15px;
|
||
|
$box-price: 20px;
|
||
|
|
||
|
$fs-title-mob: 13px;
|
||
|
$fs-paragraph-mob: 10px;
|
||
|
|
||
|
//border radius
|
||
|
$border:30px;
|