hensei-web/src/themes/_layout.scss
Justin Edmund b564a5e5e0 Update layout
Sidebar now animates properly. Navigation has progressive blur behind it on scroll
2025-09-24 00:45:28 -07:00

20 lines
473 B
SCSS

@use 'spacing';
// Navigation and header heights
$nav-height: 76px;
$nav-height-mobile: 60px;
// Scale factors
$scale-wide: scale(1.05, 1.05);
$scale-tall: scale(1.012, 1.012);
// Border radius
$full-corner: 500px;
$page-corner: spacing.$unit-2x;
$card-corner: spacing.$unit * 1.5;
$input-corner: spacing.$unit;
$item-corner: spacing.$unit;
$item-corner-small: spacing.$unit-half;
$bubble-menu-corner: spacing.$unit;
$bubble-menu-item-corner: spacing.$unit-half * 1.5;