Support MAU error on sync

For https://github.com/vector-im/riot-web/issues/7091
This commit is contained in:
David Baker
2018-08-03 14:54:52 +01:00
parent bc1d359398
commit b5d2fa769c
5 changed files with 30 additions and 2 deletions
+1
View File
@@ -19,6 +19,7 @@ $focus-brightness: 200%;
// red warning colour
$warning-color: #ff0064;
$warning-bg-color: #DF2A8B;
// groups
$info-plinth-bg-color: #454545;
+2
View File
@@ -25,6 +25,8 @@ $focus-brightness: 125%;
// red warning colour
$warning-color: #ff0064;
// background colour for warnings
$warning-bg-color: #DF2A8B;
$mention-user-pill-bg-color: #ff0064;
$other-user-pill-bg-color: rgba(0, 0, 0, 0.1);