Added All Join as Moderator room setting (#696)

This commit is contained in:
farhatahmad
2019-07-31 11:34:31 -04:00
committed by Jesus Federico
parent 5f237194b1
commit 973c95339c
6 changed files with 45 additions and 10 deletions

View File

@ -161,4 +161,14 @@ input:focus, select:focus {
background-color: $primary-color-darken !important;
border-color: $primary-color-darken !important;
color: white !important;
}
.custom-switch-input:checked ~ .custom-switch-indicator {
background-color: $primary-color !important;
border-color: $primary-color-darken !important;
}
.custom-switch-input:focus ~ .custom-switch-indicator {
box-shadow: 0 0 0 2px $primary-color-lighten;
border-color: $primary-color-darken !important;
}