Merge pull request #1919 from vector-im/dbkr/deactivate_account

CSS for deactivate account dialog
This commit is contained in:
Richard van der Hoff 2016-08-04 10:32:41 +01:00 committed by GitHub
commit a190862ed3
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;