You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
350 B
18 lines
350 B
.nav-bar {
|
|
ul {
|
|
display: flex;
|
|
|
|
li {
|
|
padding: 6px 24px;
|
|
margin-right: 12px;
|
|
font-size: 14px;
|
|
border-radius: 20px;
|
|
font-weight: bold;
|
|
|
|
&.active {
|
|
background-color: #f2f3f5;
|
|
color: var(--primary);
|
|
}
|
|
}
|
|
}
|
|
}
|