Files

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

41 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2022-11-22 07:58:37 +01:00
/*
2024-09-09 14:57:16 +01:00
Copyright 2024 New Vector Ltd.
2022-11-22 07:58:37 +01:00
Copyright 2022 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.
2022-11-22 07:58:37 +01:00
*/
.mx_VerifyEMailDialog {
2022-11-25 08:49:11 +01:00
height: auto;
top: 300px;
2022-11-22 07:58:37 +01:00
.mx_Dialog {
color: $primary-content;
2023-06-29 11:30:25 +01:00
font: var(--cpd-font-body-md-regular);
padding: var(--cpd-space-6x) var(--cpd-space-6x) var(--cpd-space-4x);
2022-11-22 07:58:37 +01:00
text-align: center;
/* !important override compound */
width: 485px !important;
2022-11-22 07:58:37 +01:00
h1 {
font-size: $font-24px;
2023-06-29 11:30:25 +01:00
font-weight: var(--cpd-font-weight-semibold);
2022-11-22 07:58:37 +01:00
}
.mx_VerifyEMailDialog_text-light {
color: $secondary-content;
line-height: 20px;
}
.mx_AuthBody_did-not-receive {
justify-content: center;
margin-bottom: var(--cpd-space-2x);
}
.mx_Dialog_cancelButton {
right: 10px;
}
2022-11-22 07:58:37 +01:00
}
}