Removed extra border-radius from custom toast styles

This commit is contained in:
LEWE, GEORGE
2023-09-05 20:09:56 +02:00
parent 6b0e0a88d4
commit ccbe6b7238

View File

@@ -39,13 +39,6 @@
margin: 8px;
}
//
// Adding a bottom border radius the toast body
//
.toast .toast-body {
--#{$prefix}toast-border-radius: 0 0 .25rem .25rem;
}
//
// Color variants
//