FIX: better buttons
Better button stuff, better image naming and scaling
This commit is contained in:
parent
cbe1f89ec6
commit
266301aa58
6 changed files with 18 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
color: var(--color-black);
|
||||
cursor: pointer;
|
||||
padding: 1rem 1.5rem;
|
||||
outline: 3px solid var(--color-black);
|
||||
outline: 3px solid transparent;
|
||||
box-shadow: 0 0 0 0 var(--color-orange);
|
||||
border-radius: 99999px;
|
||||
text-align: center;
|
||||
|
@ -14,6 +14,7 @@
|
|||
justify-content: center;
|
||||
|
||||
&:hover {
|
||||
outline-color: var(--color-black);
|
||||
box-shadow: 0 0 0 6px var(--color-orange);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue