updated dependencies

This commit is contained in:
2024-08-16 14:34:39 +03:00
parent 2429d4acb5
commit a04e338ce2
20 changed files with 1224 additions and 891 deletions
+17 -8
View File
@@ -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);
}
}
}
}