libs/design/navbar/examples/src/basic-navbar/basic-navbar.component.scss
@use '../../../../scss/typography' as t;
.daff-basic-navbar {
justify-content: space-between;
&__links {
> * {
@include t.embolden;
font-size: 1.125rem;
padding: 0 16px;
text-decoration: none;
text-transform: uppercase;
}
}
}