UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

11 lines (10 loc) 382 B
const e = { classes: { wrapper: "fixed z-50 w-full sm:w-auto overflow-y-auto max-h-screen", list: "flex flex-col items-end w-full sm:w-[520px] px-4", item: () => ["w-full flex items-center px-4 py-3 bg-secondary-800 dark:bg-secondary-50 text-white dark:text-secondary-900 border-l-2 border-[color:var(--x-notification-icon)]"] } }, t = e; export { t as default };