mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
22 lines
453 B
CSS
22 lines
453 B
CSS
.user-circle-active {
|
|
color: var(--color-user-circle-active);
|
|
}
|
|
|
|
.user-circle-idle {
|
|
background: var(--gradient-user-circle-idle);
|
|
background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
}
|
|
|
|
.with_avatar .user-circle-idle {
|
|
background: var(--gradient-user-circle-idle-avatar);
|
|
}
|
|
|
|
.user-circle-offline {
|
|
color: var(--color-user-circle-offline);
|
|
}
|
|
|
|
.user-circle-deactivated {
|
|
color: var(--color-user-circle-deactivated);
|
|
}
|