CSS for room settings leave button

pull/2082/head
Matthew Hodgson 2016-08-27 23:59:26 +01:00
parent 8d7daf61b9
commit 88dba1bf6c
1 changed files with 15 additions and 0 deletions

View File

@ -19,6 +19,21 @@ limitations under the License.
margin-bottom: 20px;
}
.mx_RoomSettings_leaveButton {
height: 36px;
background-color: #76cfa6;
border-radius: 36px;
margin-right: 8px;
color: #fff;
line-height: 34px;
text-align: center;
float: right;
cursor: pointer;
padding-left: 12px;
padding-right: 12px;
margin-right: 32px;
}
.mx_RoomSettings_powerLevels {
display: table;
}