mainpage_v2_theme/assets/scss/shared/_header.scss
2024-04-05 10:46:33 +02:00

18 lines
254 B
SCSS

.navbar {
position: fixed;
z-index: 100;
width: 100%;
background: $bg-vanilla;
.navbar-brand {
img {
width: auto;
max-height: calc(1.4rem + .6vw);
}
}
}
a.nav-link.text-primary {
background-color: $light-90;
}