Merge pull request #5344 from vector-im/dbkr/error_warning_color

Add div.warning and use the scss var
This commit is contained in:
Luke Barnard
2017-10-19 15:31:03 +01:00
committed by GitHub

View File

@@ -38,8 +38,8 @@ body {
-webkit-font-smoothing: subpixel-antialiased;
}
div.error {
color: red;
div.error, div.warning {
color: $warning-color;
}
h2 {