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