Quellcode durchsuchen

Removed extra border-radius from custom toast styles

LEWE, GEORGE vor 1 Jahr
Ursprung
Commit
ccbe6b7238
1 geänderte Dateien mit 0 neuen und 7 gelöschten Zeilen
  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 {