CSS for deactivate account dialog

(Inc some generic CSS for error & danger fields)
This commit is contained in:
David Baker 2016-08-03 11:38:19 +01:00
parent 75ea62f351
commit 58b1d62976
2 changed files with 23 additions and 0 deletions

View file

@ -94,6 +94,10 @@ limitations under the License.
cursor: pointer;
}
.mx_UserSettings_button.danger {
background-color: #ff0064;
}
.mx_UserSettings_section {
margin-left: 63px;
margin-top: 28px;