mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Fix margin above toast when previous toast is hidden (#27820)
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@
|
|||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
||||||
+ .toast {
|
&:not(:last-child) {
|
||||||
margin-top: $toast-padding-x;
|
margin-bottom: $toast-padding-x;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.showing {
|
&.showing {
|
||||||
|
|||||||
Reference in New Issue
Block a user