mirror of https://github.com/Squidex/squidex.git
20 changed files with 93 additions and 55 deletions
@ -1,6 +1,16 @@ |
|||
@import '_vars'; |
|||
@import '_mixins'; |
|||
|
|||
.json { |
|||
min-height: 500px; |
|||
:host ::ng-deep { |
|||
.modal-body { |
|||
padding: 0; |
|||
} |
|||
|
|||
.modal-content { |
|||
height: 100%; |
|||
} |
|||
|
|||
.editor { |
|||
@include absolute(0, 0, 0, 0); |
|||
} |
|||
} |
|||
@ -1 +1 @@ |
|||
<div class="editor" #editor>Loading editor...</div> |
|||
<div [ngStyle]="style" class="editor" [class.no-border]="noBorder" #editor></div> |
|||
@ -1 +1 @@ |
|||
<div class="editor" #editor></div> |
|||
<div class="editor" [class.no-border]="noBorder" #editor></div> |
|||
Loading…
Reference in new issue