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 {
top: 20px;
left: 0;
right: 0;
margin: auto;
left: 50%;
transform: translateX(-50%);
}
.p-toast-bottom-center {
bottom: 20px;
left: 0;
right: 0;
margin: auto;
left: 50%;
transform: translateX(-50%);
}
.p-toast-center {