fix snackbar colors

This commit is contained in:
rubikscraft 2022-09-10 19:28:47 +02:00
parent 941e0deb0a
commit 539f4bb042
No known key found for this signature in database
GPG Key ID: 1463EBE9200A5CD4
1 changed files with 25 additions and 0 deletions

View File

@ -23,6 +23,31 @@
}
}
.theme-alternate .snackbar {
background: #f8f9fa;
color: black;
&.snack-success {
background: #28a745;
}
&.snack-error {
background: #dc3545;
}
&.snack-warning {
background: #ffc107;
}
&.snack-info {
background: #007bff;
}
&.snack-default {
background: #f8f9fa;
}
}
.mat-snack-bar-handset {
transform: translateY(64px);
}