Files
element-web/res/css/views/auth/_CompleteSecurityBody.pcss
T

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

35 lines
751 B
Plaintext
Raw Normal View History

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