К
А каждый раз обнулять стили это гемор.
Size: a a a
К
EG
VH
EG
Р
EG
Р
EG
EG
EG

<div class="navbar__auth-box">
<a href="#" class="auth link">
Login
</a>
<a href="#" class="auth link">
Register
</a>
</div>MM
MM
.navbar__auth-box.auth > .link.auth__link * 2я бы так разметил
EG
MM
EG
MM
EG
.auth {
display: flex;
align-items: center;
justify-content: center;
&-link {
padding: 12px 30px;
background: $color-primary;
color: $color-secondary;
border: 0;
border-radius: 5px;
outline: none;
cursor: pointer;
margin-left: 10px;
}
}MM
MM
EG