2022-05-21 17:47:26 +08:00
|
|
|
// Variables of Muse scheme
|
|
|
|
// ==================================================
|
|
|
|
|
2022-05-21 19:18:19 +08:00
|
|
|
$sidebar-width : if(type-of($sidebar_width) == number, $sidebar_width, 320);
|
2022-05-21 17:47:26 +08:00
|
|
|
$sidebar-desktop : $sidebar-width * 1px;
|
|
|
|
|
|
|
|
$content-padding-bottom : 60px;
|
|
|
|
$posts-first-padding : 70px;
|
|
|
|
$posts-first-padding-mobile : 35px;
|