Files
edx-platform/common/lib/xmodule/xmodule/css/html/edit.scss
2014-04-24 14:18:12 -04:00

14 lines
184 B
SCSS

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