Merge pull request #7152 from vector-im/dbkr/mau_warning_bar

CSS for MAU warning bar
This commit is contained in:
Bruno Windels 2018-08-13 17:01:14 +02:00 committed by GitHub
commit 8c82ce0c21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,7 @@ $focus-brightness: 125%;
// red warning colour // red warning colour
$warning-color: #F69E98; $warning-color: #F69E98;
$warning-bg-color: #DF2A8B; $warning-bg-color: #DF2A8B;
$info-bg-color: #2A9EDF;
$mention-user-pill-bg-color: #ff0064; $mention-user-pill-bg-color: #ff0064;
$other-user-pill-bg-color: rgba(0, 0, 0, 0.1); $other-user-pill-bg-color: rgba(0, 0, 0, 0.1);