2019-08-19 22:59:33 -06:00
|
|
|
/*
|
2024-09-09 14:57:16 +01:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2019-08-19 22:59:33 -06:00
|
|
|
Copyright 2019 The Matrix.org Foundation C.I.C.
|
|
|
|
|
|
2025-01-06 11:18:54 +00:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
|
2024-09-09 14:57:16 +01:00
|
|
|
Please see LICENSE files in the repository root for full details.
|
2019-08-19 22:59:33 -06:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
.mx_InlineTermsAgreement_cbContainer {
|
2024-06-26 14:04:19 +01:00
|
|
|
margin-top: var(--cpd-space-4x);
|
2019-08-19 22:59:33 -06:00
|
|
|
margin-bottom: 10px;
|
2023-06-29 11:30:25 +01:00
|
|
|
font: var(--cpd-font-body-md-regular);
|
2019-08-19 22:59:33 -06:00
|
|
|
|
|
|
|
|
a {
|
2021-11-11 14:37:29 +01:00
|
|
|
color: $accent;
|
2019-08-19 22:59:33 -06:00
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mx_InlineTermsAgreement_checkbox {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
|
|
|
|
|
input {
|
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|