| Path : /var/www/html/tollfree-tracker/global_assets/scss/themes/default/components/forms/editors/ |
| Current File : /var/www/html/tollfree-tracker/global_assets/scss/themes/default/components/forms/editors/_ace.scss |
/* ------------------------------------------------------------------------------
*
* # Ace code editor
*
* Styles Ace - an embeddable code editor written in JavaScript
*
* ---------------------------------------------------------------------------- */
// Check if component is enabled
@if $enable-ace {
// Base
.ace_editor {
height: $ace-height;
position: relative;
}
}