CSS for room settings leave button
parent
8d7daf61b9
commit
88dba1bf6c
|
@ -19,6 +19,21 @@ limitations under the License.
|
||||||
margin-bottom: 20px;
|
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 {
|
.mx_RoomSettings_powerLevels {
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue