filters and sidebar
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
.button{
|
||||
border-radius: 12px;
|
||||
background: var(--background);
|
||||
padding: 3px 10px;
|
||||
cursor: pointer;
|
||||
filter: brightness(97%);
|
||||
border: none;
|
||||
font-size: 14px;
|
||||
|
||||
&:focus {
|
||||
filter: brightness(94%);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
filter: brightness(94%);
|
||||
}
|
||||
&.active {
|
||||
filter: brightness(74%);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user