mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
284 B
16 lines
284 B
$background: #fff;
|
|
|
|
:host ::ng-deep {
|
|
// sass-lint:disable class-name-format
|
|
.CodeMirror {
|
|
box-sizing: content-box;
|
|
height: 300px;
|
|
padding-bottom: 10px;
|
|
padding-top: 0;
|
|
}
|
|
}
|
|
|
|
.fullscreen {
|
|
@include fixed(0, 0, 0, 0);
|
|
z-index: 1040;
|
|
}
|