Close icon alignment
parent
490528cd1f
commit
2a43d18843
|
@ -96,7 +96,7 @@ export default {
|
||||||
<style>
|
<style>
|
||||||
.p-toast {
|
.p-toast {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 20em;
|
width: 25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-toast-message {
|
.p-toast-message {
|
||||||
|
@ -128,6 +128,12 @@ export default {
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-toast-icon-close {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
.p-toast-icon-close.p-link {
|
.p-toast-icon-close.p-link {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue