Files
edx-platform/common/lib/xmodule/xmodule/css/html/edit.scss
2017-10-16 12:41:20 -04:00

15 lines
185 B
SCSS

// HTML component editor:
.html-editor {
@include clearfix();
.CodeMirror {
@include box-sizing(border-box);
height: 435px;
}
.is-inactive {
display: none;
}
}