Add UserBan management views

This commit is contained in:
imperosol
2025-01-05 15:49:08 +01:00
parent af47587116
commit 4f35cc00bc
14 changed files with 266 additions and 45 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
align-items: center;
gap: 20px;
&:hover {
&.clickable:hover {
background-color: darken($primary-neutral-light-color, 5%);
}