15 lines
169 B
SCSS
15 lines
169 B
SCSS
.navbar {
|
|
z-index: 1040;
|
|
background-image: none;
|
|
|
|
.nav-link {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
&.navbar-dark {
|
|
.nav-link:hover {
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|