Files
ThreadNet-Web/apps/web/res/css/views/terms/_InlineTermsAgreement.pcss
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
598 B
Plaintext
Raw Normal View History

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.
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 {
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;
}
}
}