mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
12 lines
204 B
CSS
12 lines
204 B
CSS
.user-circle-active {
|
|
color: var(--color-user-circle-active);
|
|
}
|
|
|
|
.user-circle-idle {
|
|
color: var(--color-user-circle-idle);
|
|
}
|
|
|
|
.user-circle-offline {
|
|
color: var(--color-user-circle-offline);
|
|
}
|