/*
 * Copyright (c) 2021 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: LicenseRef-Nordic-4-Clause
 */

@import '../variables';

.core19-nav-menu-item {
    border: none;
    background: none;

    padding: 0;

    font-size: 14px;
    font-weight: $font-weight-light;
    color: $gray-700;
    text-transform: uppercase;

    &.selected {
        font-weight: $font-weight-bold;
    }

    &:focus,
    &:hover {
        text-decoration: none;
        color: inherit;
    }
}
