13 lines
367 B
SCSS
Executable File
13 lines
367 B
SCSS
Executable File
// npm package: ace-builds (Ajax.org Cloud9 Editor)
|
|
// github link: https://github.com/ajaxorg/ace-builds
|
|
|
|
.ace_editor {
|
|
border-radius: $input-border-radius;
|
|
margin: auto;
|
|
height: 300px;
|
|
width: 100%;
|
|
font: 14px/normal SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
.ace_content{
|
|
font-size: $font-size-base;
|
|
}
|
|
} |