CSS for presence member avatar
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
d1476e0cc7
commit
9d17ed7407
3 changed files with 49 additions and 0 deletions
|
@ -114,6 +114,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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue