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

src.app.organisms.profile-menu.profile-menu.component.scss Maven / Gradle / Ivy

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

.profile-menu {
    width: $profile-width;
    height: 100%;
    z-index: 999;
    position: fixed;

    .logo {
        border-radius: 50%;
        width: 70px;
    }

    .profile-menu__profile {
        position: absolute;
        top: 29px;
        right: -35px;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy