jpg-quartz/quartz/styles/variables.scss

10 lines
225 B
SCSS
Raw Normal View History

$pageWidth: 750px;
$mobileBreakpoint: 600px;
$tabletBreakpoint: 1000px;
2023-08-21 16:00:13 +00:00
$sidePanelWidth: 380px;
2024-04-06 16:10:41 +00:00
$topSpacing: 2rem;
2023-07-23 00:27:41 +00:00
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
2024-02-02 08:53:05 +00:00
$boldWeight: 700;
$semiBoldWeight: 600;
2024-02-02 08:53:05 +00:00
$normalWeight: 400;