pull/1340/head^2
Cagatay Civici 2021-06-11 15:19:09 +03:00
parent 38e18b426a
commit eff295242c
1 changed files with 4 additions and 6 deletions

View File

@ -143,16 +143,14 @@ export default {
.p-toast-top-center { .p-toast-top-center {
top: 20px; top: 20px;
left: 0; left: 50%;
right: 0; transform: translateX(-50%);
margin: auto;
} }
.p-toast-bottom-center { .p-toast-bottom-center {
bottom: 20px; bottom: 20px;
left: 0; left: 50%;
right: 0; transform: translateX(-50%);
margin: auto;
} }
.p-toast-center { .p-toast-center {