fix: permission on nav (#3656)

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
Max Peintner
2022-05-18 14:16:11 +02:00
committed by GitHub
parent 5901991dd3
commit 17baf252dd
9 changed files with 42 additions and 25 deletions

View File

@@ -12,7 +12,7 @@
// }
.data-e2e-failure {
background-color: $warn-color !important;
color: mat.get-color-from-palette($warn, default-contrast) !important;
color: $warn-color !important;
background-color: mat.get-color-from-palette($background, cards) !important;
}
}