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