2022-05-27 17:58:39 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2022-05-27 17:58:39 +08:00
|
|
|
Copyright 2022 The Matrix.org Foundation C.I.C.
|
|
|
|
|
2024-09-09 21:57:16 +08:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2022-05-27 17:58:39 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_ShareLatestLocation_icon {
|
|
|
|
height: 13px;
|
|
|
|
width: 13px;
|
|
|
|
color: $secondary-content;
|
|
|
|
}
|
|
|
|
|
2022-07-27 21:39:29 +08:00
|
|
|
/* double class to be more specific than the general mx_CopyableText CSS rule */
|
2022-07-01 17:29:19 +08:00
|
|
|
.mx_CopyableText.mx_ShareLatestLocation_copy {
|
2022-07-27 21:39:29 +08:00
|
|
|
/* override copyable text style to make compact */
|
2022-05-27 17:58:39 +08:00
|
|
|
.mx_CopyableText_copyButton {
|
2022-07-01 17:29:19 +08:00
|
|
|
height: 13px;
|
2022-05-27 17:58:39 +08:00
|
|
|
margin-left: $spacing-8 !important;
|
2022-07-01 17:29:19 +08:00
|
|
|
position: relative;
|
|
|
|
top: -1px;
|
|
|
|
width: 13px;
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
background-color: $secondary-content;
|
|
|
|
height: 13px;
|
|
|
|
width: 13px;
|
|
|
|
}
|
2022-05-27 17:58:39 +08:00
|
|
|
}
|
|
|
|
}
|