| top: 75px!important; // make sure toasts do not hide top header |
| // Toast component and status icon style |
| padding: $spacer/2 $spacer/2 $spacer/2 $spacer+2; |
| background-color: inherit!important; //override specificity |
| color: theme-color("dark")!important; //override specificity |
| color: theme-color("dark"); |
| .b-toast-success .toast { |
| border-left-color: theme-color("success")!important; |
| background-color: theme-color-light("success")!important; |
| border-left-color: theme-color("info")!important; |
| background-color: theme-color-light("info")!important; |
| border-left-color: theme-color("danger")!important; |
| background-color: theme-color-light("danger")!important; |
| .b-toast-warning .toast { |
| border-left-color: theme-color("warning")!important; |
| background-color: theme-color-light("warning")!important; |