6 lines
328 B
Python
Executable file
6 lines
328 B
Python
Executable file
# Tailwind Styles
|
|
|
|
STYLE = {
|
|
"red_btn": "text-white bg-red-700 hover:bg-red-800 focus:outline-none focus:ring-4 focus:ring-red-300 font-medium rounded-full text-sm px-5 py-2.5 text-center me-2 mb-2 dark:bg-red-600 dark:hover:bg-red-700 dark:focus:ring-red-900",
|
|
"card": "a4-page bg-white shadow-lg p-6 mx-auto my-10",
|
|
}
|