feat: button design, icons fix

This commit is contained in:
2024-12-14 01:56:35 +01:00
parent de23d5214c
commit ba359c07a5
6 changed files with 30 additions and 43 deletions

View File

@@ -0,0 +1,9 @@
.btn {
background-color: var(--bs-primary);
color: var(--bs-yellow);
font-family: 'Hajime Sans', sans-serif;
border-radius: 2rem;
padding: 0.75rem 1.5rem;
border: none;
cursor: pointer;
}