2019-08-20 12:59:33 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2019-08-20 12:59:33 +08:00
|
|
|
Copyright 2019 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.
|
2019-08-20 12:59:33 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_InlineTermsAgreement_cbContainer {
|
2024-06-26 21:04:19 +08:00
|
|
|
margin-top: var(--cpd-space-4x);
|
2019-08-20 12:59:33 +08:00
|
|
|
margin-bottom: 10px;
|
2023-06-29 18:30:25 +08:00
|
|
|
font: var(--cpd-font-body-md-regular);
|
2019-08-20 12:59:33 +08:00
|
|
|
|
|
|
|
a {
|
2021-11-11 21:37:29 +08:00
|
|
|
color: $accent;
|
2019-08-20 12:59:33 +08:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_InlineTermsAgreement_checkbox {
|
|
|
|
margin-top: 10px;
|
|
|
|
|
|
|
|
input {
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_InlineTermsAgreement_link {
|
|
|
|
display: inline-block;
|
|
|
|
mask-image: url("$(res)/img/external-link.svg");
|
2021-11-11 21:37:29 +08:00
|
|
|
background-color: $accent;
|
2019-08-20 12:59:33 +08:00
|
|
|
mask-repeat: no-repeat;
|
|
|
|
mask-size: contain;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
margin-left: 3px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|