Skip to content
Snippets Groups Projects
Commit be48ea52 authored by Hartung, Michael's avatar Hartung, Michael
Browse files

drugstone-prefix to avioud prefixing css

parent 025b6c15
No related branches found
No related tags found
No related merge requests found
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment