소스 검색

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