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

a.hyperscala-ui_2.11.0.10.3.source-code.modal_component.css Maven / Gradle / Ivy

.modal_component {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    width: 300px;
    height: 300px;
    left: 100px;
    top: 100px;
    display: none;
    z-index: 100;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy