@@ -890,19 +890,20 @@ $popover-arrow-outer-color: fade-in($popover-border-color, .05) !default
890
890
891
891
892
892
// Toasts
893
- $toast-max-width : 350px !default ;
894
- $toast-padding-x : .75rem !default ;
895
- $toast-padding-y : .25rem !default ;
896
- $toast-font-size : .875rem !default ;
897
- $toast-background-color : rgba ($white , .85 ) !default ;
898
- $toast-border-width : 1px !default ;
899
- $toast-border-color : rgba (0 , 0 , 0 , .1 ) !default ;
900
- $toast-border-radius : .25rem !default ;
901
- $toast-box-shadow : 0 .25rem .75rem rgba ($black , .1 ) !default ;
902
-
903
- $toast-header-color : $gray-600 !default ;
904
- $toast-header-background-color : rgba ($white , .85 ) !default ;
905
- $toast-header-border-color : rgba (0 , 0 , 0 , .05 ) !default ;
893
+
894
+ $toast-max-width : 350px !default ;
895
+ $toast-padding-x : .75rem !default ;
896
+ $toast-padding-y : .25rem !default ;
897
+ $toast-font-size : .875rem !default ;
898
+ $toast-background-color : rgba ($white , .85 ) !default ;
899
+ $toast-border-width : 1px !default ;
900
+ $toast-border-color : rgba (0 , 0 , 0 , .1 ) !default ;
901
+ $toast-border-radius : .25rem !default ;
902
+ $toast-box-shadow : 0 .25rem .75rem rgba ($black , .1 ) !default ;
903
+
904
+ $toast-header-color : $gray-600 !default ;
905
+ $toast-header-background-color : rgba ($white , .85 ) !default ;
906
+ $toast-header-border-color : rgba (0 , 0 , 0 , .05 ) !default ;
906
907
907
908
908
909
// Badges
0 commit comments