Преглед изворни кода

Removed extra border-radius from custom toast styles

LEWE, GEORGE пре 1 година
родитељ
комит
ccbe6b7238
1 измењених фајлова са 0 додато и 7 уклоњено
  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
 //