Add div.warning and use the scss var
rather than the css color name
This commit is contained in:
@@ -38,8 +38,8 @@ body {
|
|||||||
-webkit-font-smoothing: subpixel-antialiased;
|
-webkit-font-smoothing: subpixel-antialiased;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.error {
|
div.error, div.warning {
|
||||||
color: red;
|
color: $warning-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
|||||||
Reference in New Issue
Block a user