Parcourir la source

Removed extra border-radius from custom toast styles

LEWE, GEORGE il y a 1 an
Parent
commit
ccbe6b7238
1 fichiers modifiés avec 0 ajouts et 7 suppressions
  1. 0 7
      src/scss/_toasts.scss

+ 0 - 7
src/scss/_toasts.scss

@@ -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
 //