14 lines
177 B
SCSS
14 lines
177 B
SCSS
.dev-custom-navbar {
|
|
background-color: unset !important;
|
|
|
|
img {
|
|
height: 40px;
|
|
}
|
|
}
|
|
|
|
.dev-nav-link {
|
|
text-transform: uppercase;
|
|
color: white;
|
|
font-weight: bold;
|
|
}
|