topbar.scss
436 Bytes
.header {
display: flex;
justify-content: space-between;
.header-logo {
display: block;
width: 150px;
height: 60px;
background: url("../../../images/logo.png");
filter: invert(100%);
margin-top: 2px;
margin-left: -15px;
}
.header-nav {
height: 100%;
line-height: 64px;
li:last-child {
padding-right: 0;
}
}
}