feat: button design, icons fix
This commit is contained in:
parent
de23d5214c
commit
ba359c07a5
6 changed files with 30 additions and 43 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue