updated dependencies
This commit is contained in:
@@ -4,16 +4,21 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
||||
li {
|
||||
font-size: 14px;
|
||||
border-radius: 12px;
|
||||
padding: 4px 18px;
|
||||
background: var(--background);
|
||||
list-style: none;
|
||||
filter: brightness(90%);
|
||||
|
||||
|
||||
a,span{
|
||||
font-size: 14px;
|
||||
border-radius: 12px;
|
||||
padding: 4px 18px;
|
||||
background: var(--background);
|
||||
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
|
||||
&.disabled {
|
||||
pointer-events: none;
|
||||
@@ -21,7 +26,11 @@
|
||||
}
|
||||
|
||||
&.active {
|
||||
background: var(--secondary);
|
||||
span{
|
||||
background: var(--secondary);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user