mirror of https://github.com/Squidex/squidex.git
18 changed files with 64 additions and 52 deletions
@ -1,10 +1,12 @@ |
|||
@import '_vars'; |
|||
@import '_mixins'; |
|||
|
|||
::ng-deep .modal-body { |
|||
background: $color-background; |
|||
} |
|||
:host ::ng-deep { |
|||
.modal-body { |
|||
background: $color-background; |
|||
} |
|||
|
|||
::ng-deep .modal-tabs { |
|||
background: $color-dark-foreground; |
|||
.modal-tabs { |
|||
background: $color-dark-foreground; |
|||
} |
|||
} |
|||
Loading…
Reference in new issue