Icon: member leave and moderator delete

This commit is contained in:
10G Meow 2023-02-13 14:25:37 +02:00 committed by n8fr8
parent 0af573ccfc
commit 0b38b0820f
6 changed files with 36 additions and 25 deletions

View file

@ -31,4 +31,10 @@
}
.v-hidden {
visibility: hidden;
}
.alert-bg {
background-color: $alert-bg-color;
}
.box-shadow-none {
box-shadow: none !important;
}