@import "src/colors"; :host, ::ng-deep body { font-family: $font-family; background-color: $background; color: white } ::ng-deep .warn { background-color: $warn; color: white } ::ng-deep .mat-button-wrapper > ng-icon { font-size: 26px; } ::ng-deep ng-icon { font-size: 24px; } ::ng-deep .app-warn { background-color: $warn-chill; } ::ng-deep .app-error { background-color: $warn; color: $text; }