jpg-quartz/quartz/styles/variables.scss
Théo Marchal 784f17d83d Better CSS styling fitting the needs of the project
Bigger sizing mostly, also bigger popovers
Readjustment of some components
2024-05-22 16:58:08 +02:00

11 lines
268 B
SCSS

$pageWidth: 750px;
$mobileBreakpoint: 600px;
$tabletBreakpoint: 1000px;
$sidePanelWidth: 380px;
$topSpacing: 2rem;
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
$maxFullPageWidth: $fullPageWidth + 250px;
$boldWeight: 700;
$semiBoldWeight: 600;
$normalWeight: 400;