summaryrefslogtreecommitdiff
path: root/src/web/styles/theme/_navbar.scss
blob: 1f01882689801110532677c34069a2d5f68b400e (plain)
1
2
3
4
5
6
7
8
9
10
// color definitions
$navbarBackgroundColor: $defBackgroundColor;
// $navbarForegroundColor: #bbf2c0;
$navbarForegroundColor: #EDEDED;

// $navbarShadow: 0 0.5em 1em $navbarBackgroundColor;
$navbarShadow: none;

// size definitions
$navbarHeight: 3rem;