11 lines
136 B
SCSS
11 lines
136 B
SCSS
/* Ace Editor */
|
|
|
|
.ace_editor {
|
|
margin: auto;
|
|
height: 300px;
|
|
width: 100%;
|
|
.ace_content{
|
|
font-size: $default-font-size;
|
|
}
|
|
}
|