UNPKG

daisyui

Version:

daisyUI 5 - The Tailwind CSS Component Library

1 lines 1.09 kB
export default {".toast":{"position":"fixed","inset-inline-start":"auto","inset-inline-end":"calc(0.25rem * 4)","top":"auto","bottom":"calc(0.25rem * 4)","display":"flex","flex-direction":"column","gap":"calc(0.25rem * 2)","background-color":"transparent","translate":"var(--toast-x, 0) var(--toast-y, 0)","width":"max-content","max-width":"calc(100vw - 2rem)","& > *":{"animation":"toast 0.25s ease-out"},"&:where(.toast-start)":{"inset-inline-start":"calc(0.25rem * 4)","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 * 4)","--toast-x":"0"},"&:where(.toast-bottom)":{"top":"auto","bottom":"calc(0.25rem * 4)","--toast-y":"0"},"&:where(.toast-middle)":{"top":"calc(1/2 * 100%)","bottom":"auto","--toast-y":"-50%"},"&:where(.toast-top)":{"top":"calc(0.25rem * 4)","bottom":"auto","--toast-y":"0"}},"@keyframes toast":{"0%":{"scale":"0.9","opacity":0},"100%":{"scale":"1","opacity":1}}};