graycoreio/daffodil

View on GitHub
libs/design/navbar/examples/src/raised-navbar/raised-navbar.component.scss

Summary

Maintainability
Test Coverage
@use '../../../../scss/typography' as t;

.daff-raised-navbar {
    justify-content: space-between;

    &__links {
        > * {
            @include t.embolden;
            font-size: 1.125rem;
            padding: 0 16px;
            text-decoration: none;
            text-transform: uppercase;
        }
    }
}