nukeop/nuclear

View on GitHub
packages/app/app/components/SidebarBrand/styles.scss

Summary

Maintainability
Test Coverage
.sidebar_brand {
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 1em;

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