Add div.warning and use the scss var

rather than the css color name
pull/5344/head
David Baker 2017-10-19 15:17:09 +01:00
parent fc87fd2bb4
commit 42ca840fef
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 {