Refactored #1315
parent
38e18b426a
commit
eff295242c
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue