11 lines
142 B
SCSS
11 lines
142 B
SCSS
$editorNormalHeight: 400px;
|
|
@import "../../lib/sandbox-common";
|
|
|
|
.editor {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.host {
|
|
border: none;
|
|
width: 100%;
|
|
}
|