2018-04-12 01:23:35 +02:00
|
|
|
/*
|
2024-09-09 15:57:16 +02:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2018-04-12 01:23:35 +02:00
|
|
|
Copyright 2016 OpenMarket Ltd
|
|
|
|
|
2024-09-09 15:57:16 +02: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-12 01:23:35 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_PresenceLabel {
|
2020-03-31 16:26:23 +02:00
|
|
|
font-size: $font-11px;
|
2018-04-12 01:23:35 +02:00
|
|
|
opacity: 0.5;
|
2019-07-09 19:15:10 +02:00
|
|
|
}
|
2024-07-18 16:24:44 +02:00
|
|
|
|
|
|
|
.mx_PresenceLabel_online {
|
|
|
|
color: var(--cpd-color-text-success-primary);
|
|
|
|
}
|