1 line
1.1 KiB
JavaScript
1 line
1.1 KiB
JavaScript
export default {".toast":{"position":"fixed","inset-inline-start":"auto","inset-inline-end":"calc(0.25rem * 0)","top":"auto","bottom":"calc(0.25rem * 0)","margin":"calc(0.25rem * 4)","display":"flex","min-width":"fit-content","flex-direction":"column","gap":"calc(0.25rem * 2)","background-color":"transparent","white-space":"nowrap","translate":"var(--toast-x, 0) var(--toast-y, 0)","& > *":{"animation":"toast 0.25s ease-out"},"&:where(.toast-start)":{"inset-inline-start":"calc(0.25rem * 0)","inset-inline-end":"auto","--toast-x":"0"},"&:where(.toast-center)":{"inset-inline-start":"calc(1/2 * 100%)","inset-inline-end":"calc(1/2 * 100%)","--toast-x":"-50%"},"&:where(.toast-end)":{"inset-inline-start":"auto","inset-inline-end":"calc(0.25rem * 0)","--toast-x":"0"},"&:where(.toast-bottom)":{"top":"auto","bottom":"calc(0.25rem * 0)","--toast-y":"0"},"&:where(.toast-middle)":{"top":"calc(1/2 * 100%)","bottom":"auto","--toast-y":"-50%"},"&:where(.toast-top)":{"top":"calc(0.25rem * 0)","bottom":"auto","--toast-y":"0"}},"@keyframes toast":{"0%":{"scale":"0.9","opacity":0},"100%":{"scale":"1","opacity":1}}}; |