From be48ea524a6c81c84874085fa9052596deeb97d6 Mon Sep 17 00:00:00 2001 From: "Hartung, Michael" <michael.hartung@uni-hamburg.de> Date: Mon, 12 Sep 2022 21:19:26 +0200 Subject: [PATCH] drugstone-prefix to avioud prefixing css --- src/app/components/toast/toast.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/toast/toast.component.html b/src/app/components/toast/toast.component.html index 8499d0ce..a3670d3c 100644 --- a/src/app/components/toast/toast.component.html +++ b/src/app/components/toast/toast.component.html @@ -1,6 +1,6 @@ <div class="toast-holder"> <div *ngFor="let toast of toasts | keyvalue"> - <div class="toast {{toast.value.type}}"> + <div class="toast drugstone-prefix-{{toast.value.type}}"> <a (click)="close(toast.key)" aria-label="close" class="close"> <span class="icon" title="Close analysis"> <i class="fas fa-times" aria-hidden="true"></i> -- GitLab