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

src.app.shared.ace-editor.ace-editor.component.scss Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
.wrapper, .wrapper-with-error {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.wrapper-with-error {
    height: calc(100% - 70px);
}

.ace-combo {
    width:110px;
    display: inline-block;
    font-size: 80%;
}

.ace-label {
    font-size: 10pt;
    margin-right: 5px;
    margin-left: 5px;
}

.configuration {
    margin-top: 1rem;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy