Implement the Security & Privacy tab of new room settings

This commit is contained in:
Travis Ralston
2019-01-29 14:31:07 -07:00
parent 0cce912cf6
commit a2f516c461
7 changed files with 345 additions and 19 deletions
@@ -21,10 +21,12 @@ limitations under the License.
border-radius: 14px;
background-color: $togglesw-off-color;
position: relative;
opacity: 0.5;
}
.mx_ToggleSwitch_enabled {
cursor: pointer;
opacity: 1;
}
.mx_ToggleSwitch.mx_ToggleSwitch_on {