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

src.app.shared.components.layout.right-menu.chutney-right-menu.component.scss Maven / Gradle / Ivy

The newest version!
/*!
 * SPDX-FileCopyrightText: 2017-2024 Enedis
 *
 * SPDX-License-Identifier: Apache-2.0
 *
 */

@import "bootswatch/dist/flatly/variables";

.nav-item {
    white-space: nowrap;
}

.nav-link:hover {
    color: var(--bs-primary) !important;
}

.chutney-nav-menu {
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-top: -1.5rem;

    top: -1.5rem;
    z-index: 2000;
}

.secondary-icon {
    position: absolute;
    bottom: 0.9rem;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy