MOBILE-3833 style: Center toast message and buttons on small screens

main
Pau Ferrer Ocaña 2022-04-06 10:17:49 +02:00
parent be8ed25daa
commit 6bf1bb7cb4
1 changed files with 0 additions and 4 deletions

View File

@ -501,10 +501,6 @@ ion-toast {
@include media-breakpoint-down(sm) {
&::part(container) {
flex-direction: column;
align-items: flex-end;
}
&::part(message) {
align-self: flex-start;
}
}
}