feat: change button design

This commit is contained in:
2025-04-22 17:19:33 +02:00
parent dcdae27123
commit 08d30009a3

View File

@@ -1,16 +1,4 @@
.btn { .btn {
background-color: var(--bs-primary); @apply bg-primary font-bold text-white py-1 px-12 cursor-pointer transition-colors duration-300;
color: var(--bs-yellow); @apply hover:bg-primary-dark;
font-family: 'Inter', sans-serif;
font-weight: 700;
border-radius: .5rem;
padding: 0.75rem 1.5rem;
border: none;
cursor: pointer;
transition: background 0.3s;
&:hover {
background-color: var(--bs-primary-dark);
color: var(--bs-yellow);
}
} }