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

Add div.warning and use the scss var
pull/5375/head
Luke Barnard 2017-10-19 15:31:03 +01:00 committed by GitHub
commit 289743c5fe
1 changed files with 2 additions and 2 deletions

View File

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