Don't handle identity server failure as fatal, and use the right message
Fixes https://github.com/vector-im/riot-web/issues/10002
This commit is contained in:
parent
a47a46bd9f
commit
aacb942d57
7 changed files with 81 additions and 15 deletions
|
@ -35,8 +35,9 @@ $selection-fg-color: $primary-bg-color;
|
|||
|
||||
$focus-brightness: 105%;
|
||||
|
||||
// red warning colour
|
||||
$warning-color: $notice-primary-color;
|
||||
// warning colours
|
||||
$warning-color: $notice-primary-color; // red
|
||||
$orange-warning-color: #ff8d13; // used for true warnings
|
||||
// background colour for warnings
|
||||
$warning-bg-color: #DF2A8B;
|
||||
$info-bg-color: #2A9EDF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue