Merge pull request #5344 from vector-im/dbkr/error_warning_color
Add div.warning and use the scss var
This commit is contained in:
@@ -38,8 +38,8 @@ body {
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
}
|
||||
|
||||
div.error {
|
||||
color: red;
|
||||
div.error, div.warning {
|
||||
color: $warning-color;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
||||
Reference in New Issue
Block a user