round sidebar buttons
This commit is contained in:
parent
48df24c796
commit
b59c720e26
|
@ -24,14 +24,17 @@
|
|||
margin: var(--sidebar-button-margin);
|
||||
margin-bottom: 0;
|
||||
border: 3px solid #272222;
|
||||
border-radius: 9px;
|
||||
|
||||
&:hover {
|
||||
border: 3px solid #444;
|
||||
border-radius: 7px;
|
||||
}
|
||||
&:active {
|
||||
transition: 450ms ease;
|
||||
border: 3px solid #777;
|
||||
transform: translateY(3px) scale(0.95);
|
||||
border-radius: 12px;
|
||||
}
|
||||
&[active] {
|
||||
border: 3px solid #777;
|
||||
|
|
Loading…
Reference in New Issue