Browse Source

Removed extra border-radius from custom toast styles

LEWE, GEORGE 1 year ago
parent
commit
ccbe6b7238
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/scss/_toasts.scss

+ 0 - 7
src/scss/_toasts.scss

@@ -40,13 +40,6 @@
 }
 
 //
-// Adding a bottom border radius the toast body
-//
-.toast .toast-body {
-  --#{$prefix}toast-border-radius: 0 0 .25rem .25rem;
-}
-
-//
 // Color variants
 //
 @each $name, $color in $theme-colors {