Adjust toast position and size

This commit is contained in:
Gamebrary 2021-01-08 13:48:30 -07:00
parent 97c67c7bc3
commit be37e8b11c
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
export default {
BToast: {
toaster: 'b-toaster-top-center',
toaster: 'b-toaster-top-right',
autoHideDelay: 1000,
bodyClass: 'text-center',
},

View file

@ -889,7 +889,7 @@ $dropdown-item-padding-x: .5rem !default;
//
// Toasts
$toast-max-width: 300px !default;
$toast-max-width: 100px !default;
$toast-padding-x: .5rem !default;
$toast-padding-y: .5rem !default;
$toast-font-size: .875rem !default;