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.
|
|
|
|
|
|
2025-01-06 11:18:54 +00:00
|
|
|
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);
|
2026-07-22 11:10:57 +01:00
|
|
|
padding: var(--cpd-space-6x) var(--cpd-space-6x) var(--cpd-space-4x);
|
2022-11-22 07:58:37 +01:00
|
|
|
text-align: center;
|
2025-12-19 11:08:23 +01:00
|
|
|
/* !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;
|
|
|
|
|
}
|
2022-12-06 10:01:25 +01:00
|
|
|
|
|
|
|
|
.mx_AuthBody_did-not-receive {
|
|
|
|
|
justify-content: center;
|
2026-07-22 11:10:57 +01:00
|
|
|
margin-bottom: var(--cpd-space-2x);
|
2022-12-06 10:01:25 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mx_Dialog_cancelButton {
|
|
|
|
|
right: 10px;
|
|
|
|
|
}
|
2022-11-22 07:58:37 +01:00
|
|
|
}
|
|
|
|
|
}
|