File "redux-ace-editor.scss"

Full Path: /home/elegucvf/public_html/video/wp-content/plugins/atlas-core/framework/redux-core/inc/fields/ace_editor/redux-ace-editor.scss
File size: 285 bytes
MIME-type: text/plain
Charset: utf-8

.redux-container-ace_editor {
    .ace-wrapper {
        position: static;
    }

    .ace_editor {
        height: 200px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .ace_gutter {
        z-index: 1 !important;
    }
}