public_notes/quartz/styles/variables.scss

10 lines
225 B
SCSS
Raw Permalink Normal View History

$pageWidth: 750px;
$mobileBreakpoint: 600px;
$tabletBreakpoint: 1000px;
2023-08-22 01:00:13 +09:00
$sidePanelWidth: 380px;
$topSpacing: 6rem;
2023-07-23 09:27:41 +09:00
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
2024-02-02 17:53:05 +09:00
$boldWeight: 700;
$semiBoldWeight: 600;
2024-02-02 17:53:05 +09:00
$normalWeight: 400;