Current section
Files
Jump to
Current section
Files
priv/bootstrap.yml
alert:
base: "alert"
info: "info"
success: "success"
warning: "warning"
error: "danger"
badge:
base: "badge"
primary: "bg-primary"
secondary: "bg-secondary"
info: "bg-info text-dark"
success: "bg-success"
warning: "bg-warning text-dark"
error: "bg-danger"
light: "bg-light text-dark"
dark: "bg-dark"
button:
base:
primary:
secondary:
info:
success:
warning:
error:
link:
card:
base: "card"
card_body:
base: "card-body"
card_header:
base: "py-3 px-6 border-b border-gray-300"
card_title:
base: "card-title"
card_subtitle:
base: "card-subtitle mb-2 text-muted"
card_footer:
base: "card-footer"
card_link:
base: "card-link"
collapse:
base: "collapse"
collapsing: "collapsing"
open: "collapse show"
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:
spinner:
base: "spinner-border"
info: "text-info"
success: "text-success"
warning: "text-warning"
error: "text-danger"
table:
base: "table"
table_wrapper:
base: ""
th:
base: ""
thead:
base: ""
tbody:
base: ""
tr:
base: ""
td:
base: ""