mainpage_v2_theme/assets/scss/shared/_header.scss
2024-04-04 23:59:42 +02:00

17 lines
250 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;
}