18 lines
254 B
SCSS
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;
|
|
}
|
|
|