feat: add fade in
This commit is contained in:
parent
06d2dddb1b
commit
63055bcd65
9 changed files with 67 additions and 4 deletions
|
|
@ -7,8 +7,10 @@
|
|||
padding: 0.75rem 1.5rem;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
transition: background 0.3s;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--bs-primary-light);
|
||||
color: var(--bs-yellow);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue