Icon: member leave and moderator delete
This commit is contained in:
parent
3235c33f5b
commit
b73bb2a8fc
6 changed files with 36 additions and 25 deletions
|
|
@ -31,4 +31,10 @@
|
|||
}
|
||||
.v-hidden {
|
||||
visibility: hidden;
|
||||
}
|
||||
.alert-bg {
|
||||
background-color: $alert-bg-color;
|
||||
}
|
||||
.box-shadow-none {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
|
@ -16,4 +16,5 @@ $voice-recorder-color: #6f6f6f;
|
|||
$voice-recording-color: red;
|
||||
$voice-recorded-color: #3ae17d;
|
||||
$poll-hilite-color: #6360f0;
|
||||
$poll-hilite-color-bg: #d6d5fc;
|
||||
$poll-hilite-color-bg: #d6d5fc;
|
||||
$alert-bg-color: #FF3300;
|
||||
|
|
@ -6,13 +6,13 @@ $admin-bg: black;
|
|||
$admin-fg: white;
|
||||
|
||||
body {
|
||||
--v-background-color: white;
|
||||
--v-foreground-color: black;
|
||||
--v-background-color: white;
|
||||
--v-foreground-color: black;
|
||||
--v-divider-color: #eeeeee;
|
||||
&.dark {
|
||||
--v-background-color: black;
|
||||
--v-foreground-color: white;
|
||||
--v-divider-color: rgba(221, 221, 221, 0.1);
|
||||
--v-background-color: black;
|
||||
--v-foreground-color: white;
|
||||
--v-divider-color: rgba(221, 221, 221, 0.1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -60,18 +60,6 @@ body {
|
|||
font-size: 12 * $chat-text-size;
|
||||
color: var(--v-foreground-color);
|
||||
}
|
||||
.v-btn.leave-button {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-weight: 700;
|
||||
font-size: 11 * $chat-text-size;
|
||||
color: var(--v-foreground-color);
|
||||
background-color: var(--v-background-color) !important;
|
||||
border: 1px solid var(--v-foreground-color);
|
||||
border-radius: $chat-standard-padding / 2;
|
||||
height: $chat-standard-padding;
|
||||
margin-top: $chat-standard-padding-xs;
|
||||
margin-bottom: $chat-standard-padding-xs;
|
||||
}
|
||||
.v-btn.avatar {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-weight: 700;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue