Icon: member leave and moderator delete

This commit is contained in:
10G Meow 2023-02-13 14:25:37 +02:00
parent 3235c33f5b
commit b73bb2a8fc
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;
}