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