mirror of https://github.com/Squidex/squidex.git
20 changed files with 93 additions and 55 deletions
@ -1,6 +1,16 @@ |
|||||
@import '_vars'; |
@import '_vars'; |
||||
@import '_mixins'; |
@import '_mixins'; |
||||
|
|
||||
.json { |
:host ::ng-deep { |
||||
min-height: 500px; |
.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