fix: fix toast link margin
This commit is contained in:
parent
9d2d8cfd81
commit
51f575413c
1 changed files with 4 additions and 0 deletions
|
@ -22,4 +22,8 @@
|
||||||
@each $name, $color in list-colors() {
|
@each $name, $color in list-colors() {
|
||||||
&-#{$name} { @include toast-color(get-color($name)); }
|
&-#{$name} { @include toast-color(get-color($name)); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
margin:0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue