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

sass.n2o.components.ModalPage.scss Maven / Gradle / Ivy

The newest version!
.modal-page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 200;
}

.modal-page-overlay--border-bottom-none {
    border-bottom: none;
}

.modal-dialog {
    .modal-page-overlay--border-bottom-none {
        border-bottom: 1px solid #90a4ae;
    }
}

.modal-page-overlay--border-top-none {
    border-top: none;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy