azube/core/styles.py

7 lines
328 B
Python
Raw Normal View History

2024-12-03 15:15:45 +01:00
# 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",
}