CSS for user limit error

See https://github.com/matrix-org/matrix-react-sdk/pull/2108
This commit is contained in:
David Baker 2018-08-03 15:02:25 +01:00
parent 8f6226d410
commit 65e690bad7

View file

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