Merge pull request #5286 from turt2live/travis/presence

CSS/components for custom presence controls
This commit is contained in:
Matthew Hodgson 2017-11-14 23:53:26 +00:00 committed by GitHub
commit 3e72d8d969
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 249 additions and 0 deletions

View file

@ -135,6 +135,11 @@ $e2e-verified-color: #76cfa5; // N.B. *NOT* the same as $accent-color
$e2e-unverified-color: #e8bf37;
$e2e-warning-color: #ba6363;
// presence
$presence-online: #60de00;
$presence-unavailable: #deb800;
$presence-offline: #b7b7b7;
/*** ImageView ***/
$lightbox-bg-color: #454545;
$lightbox-fg-color: #ffffff;