dealhub/resources/css/button.css
kusowl 33cbdea12b feat(landing page): add navbar and hero section
- change root route '/' to HomeController
- add main layout
- add navbar and hero blade component
- add custom tailwind classes
- separate css files for button component
2026-01-07 17:03:18 +05:30

7 lines
113 B
CSS

.ui-btn {
@apply px-4 py-2 rounded-lg font-medium
}
.ui-btn-neutral {
@apply bg-primary-600 text-white
}