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

src.assets.style.layout.main._main-base.scss Maven / Gradle / Ivy

The newest version!
// Main Base
@import "../layout-variables";
@import "bootstrap/scss/bootstrap";

.app {
    display: flex;
    flex-direction: column;
    height: 100%;

    &_main {
        height: calc(100% - $app-header-height);
        display: flex;
        flex-direction: row;
        &_inner {
            flex-grow: 1;
            padding: $grid-gutter-width 0 0 $grid-gutter-width;
            transition: all .2s;
            overflow: auto;
            z-index: 8;
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy