All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.app.molecules.navigation.primary.menu-item.menu-item.component.scss Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
@import 'colors';
@import 'menu';

.menu-item {
    height: $nav-height;
    padding: 10px 0;
    font-size: 15px;
    border: none;
    cursor: pointer;
    white-space: nowrap;

    a {
        color: $grisclair1;
    }

    img {
        margin-right: 3px;
        width: 18px;
        height: 18px;
    }

    span {
        margin-right: 5px;
    }
}

.menu-item--active {
    font-size: 16px;
    font-weight: bold;
    height: $nav-height;

    a {
        color: $grisfonce;
    }

    img {
        width: 16px;
        height: 16px;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy