fix: fix toast link margin

This commit is contained in:
Kazhnuz Klappsthul 2021-07-30 12:21:32 +02:00
parent 9d2d8cfd81
commit 51f575413c
1 changed files with 4 additions and 0 deletions

View File

@ -22,4 +22,8 @@
@each $name, $color in list-colors() {
&-#{$name} { @include toast-color(get-color($name)); }
}
a {
margin:0;
}
}