2020-01-28 06:27:11 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2020-01-28 06:27:11 +08:00
|
|
|
Copyright 2020 The Matrix.org Foundation C.I.C.
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2019 New Vector Ltd
|
2020-01-28 06:27:11 +08:00
|
|
|
|
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.
|
2020-01-28 06:27:11 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_CompleteSecurityBody {
|
|
|
|
width: 600px;
|
|
|
|
color: $authpage-primary-color;
|
2021-11-08 19:50:53 +08:00
|
|
|
background-color: $background;
|
2020-01-28 06:27:11 +08:00
|
|
|
border-radius: 4px;
|
|
|
|
padding: 20px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
h2 {
|
2020-03-31 22:26:23 +08:00
|
|
|
font-size: $font-24px;
|
2023-06-29 18:30:25 +08:00
|
|
|
font-weight: var(--cpd-font-weight-semibold);
|
2020-01-28 06:27:11 +08:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
2023-06-29 18:30:25 +08:00
|
|
|
font: var(--cpd-font-body-md-semibold);
|
2020-01-28 06:27:11 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
a:link,
|
|
|
|
a:hover,
|
|
|
|
a:visited {
|
2023-05-05 17:01:54 +08:00
|
|
|
color: $accent;
|
|
|
|
text-decoration: none;
|
2020-01-28 06:27:11 +08:00
|
|
|
}
|
|
|
|
}
|