2018-04-11 23:23:35 +00:00
|
|
|
/*
|
2024-09-09 13:57:16 +00:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2018-04-11 23:23:35 +00:00
|
|
|
Copyright 2016 OpenMarket Ltd
|
|
|
|
|
2024-09-09 13:57:16 +00:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2018-04-11 23:23:35 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_PresenceLabel {
|
2020-03-31 14:26:23 +00:00
|
|
|
font-size: $font-11px;
|
2018-04-11 23:23:35 +00:00
|
|
|
opacity: 0.5;
|
2019-07-09 17:15:10 +00:00
|
|
|
}
|
2024-07-18 14:24:44 +00:00
|
|
|
|
|
|
|
.mx_PresenceLabel_online {
|
|
|
|
color: var(--cpd-color-text-success-primary);
|
|
|
|
}
|