mark destructive actions in red

This commit is contained in:
Bruno Windels
2019-11-15 16:14:18 +01:00
parent 0bd1e7112d
commit 030827f77d
2 changed files with 19 additions and 8 deletions
+3
View File
@@ -136,6 +136,9 @@ limitations under the License.
line-height: 16px;
margin: 8px 0;
&.mx_UserInfo_destructive {
color: $warning-color;
}
}
.mx_UserInfo_statusMessage {