dealhub/resources/css/button.css
kusowl 208fb5aa95 feat(landing page): add navbar, hero section and why choose dealhub
- bulk commit due to repo issue
- why choose dealhub (wip)
2026-01-07 18:49:44 +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
}