Current section
Files
Jump to
Current section
Files
priv/tailwind.yml
card_header:
base: "py-3 px-6 border-b border-gray-300"
card_title:
base: "text-gray-900 text-xl leading-tight font-medium mb-2"
card_subtitle:
base: ""
card_footer:
base: "py-3 px-6 border-t border-gray-300 text-gray-600"
card_link:
base:
collapse:
base: "overflow-hidden max-h-0 duration-500 transition-all"
dropdown:
base: "relative inline-block text-left"
dropdown_toggle:
base: "flex items-center"
dropdown_menu:
base: "border shadow-xl menu bg-base-100 border-base-200 rounded-box w-52"
dropdown_item:
base:
dropdown_divider:
base:
modal:
base: "fixed top-0 left-0 z-50 w-full h-screen outline-none"
modal_dialog:
base: "w-full h-full overflow-x-scroll"
modal_backdrop:
base: "absolute inset-0 z-40 bg-gray-900 opacity-75"
modal_content:
base: "relative z-50 w-auto max-w-lg px-4 mx-auto my-8 shadow-lg poiner-events-none sm:px-0"
modal_header:
base: "flex items-start justify-between p-4 border-b rounded-t border-base-200"
modal_title:
base: "mb-0 text-lg leading-normal"
modal_body:
base: "relative flex-auto p-4"
modal_footer:
base: