forked from External/greenlight
Added All Join as Moderator room setting (#696)
This commit is contained in:
committed by
Jesus Federico
parent
5f237194b1
commit
973c95339c
@ -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;
|
||||
}
|
Reference in New Issue
Block a user