@mixin aca-generic-error-theme($theme) { $warn: map-get($theme, warn); $foreground: map-get($theme, foreground); .aca-generic-error { color: mat-color($foreground, text, 0.54); display: flex; align-items: center; justify-content: center; flex-direction: column; width: 100%; height: 100%; &__title { font-size: 16px; } mat-icon { color: mat-color($warn); direction: rtl; font-size: 52px; height: 52px; width: 52px; } } }