Newer
Older
@import '../../styles/config/colors';
.navbar {
background: radial-gradient(
74.83% 76.97% at 50% 13.64%,
#343641 0%,
#1b1c22 100%
);
display: flex;
align-items: center;
.menu-list {
display: flex;
align-items: center;
justify-content: center;
}
a {
text-decoration: none;
display: flex;
align-items: center;
flex-direction: column;
font-size: 0.9rem;
&:not(:first-of-type) {
}
.active {
color: $gold;
}
.logButton {
width: 100px;
min-width: 0;
margin-left: auto;
margin-top: 0;
}