mark destructive actions in red

This commit is contained in:
Bruno Windels 2019-11-13 18:00:35 +01:00
parent 0bd1e7112d
commit 030827f77d
2 changed files with 19 additions and 8 deletions

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 {