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