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;
}
.burger,
.logo {
width: 2rem;
}
a {
text-decoration: none;
display: flex;
align-items: center;
flex-direction: column;
font-size: 0.9rem;
&:not(:first-of-type) {
margin-left: 1rem;
}
img {
margin-bottom: 0.3rem;
}
}
.active {
color: $gold;
}