mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Add div.warning and use the scss var
rather than the css color name
This commit is contained in:
parent
fc87fd2bb4
commit
42ca840fef
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue