2018-11-21 00:16:24 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2019-12-05 01:24:49 +08:00
|
|
|
Copyright 2019 The Matrix.org Foundation C.I.C.
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2018 New Vector Ltd
|
2018-11-21 00:16:24 +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.
|
2018-11-21 00:16:24 +08:00
|
|
|
*/
|
2019-07-10 01:15:10 +08:00
|
|
|
|
2019-12-05 01:24:49 +08:00
|
|
|
.mx_RestoreKeyBackupDialog_keyStatus {
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
2018-11-21 00:16:24 +08:00
|
|
|
.mx_RestoreKeyBackupDialog_primaryContainer {
|
2021-11-11 21:37:29 +08:00
|
|
|
/* FIXME: plinth colour in new theme(s). background-color: $accent; */
|
2019-07-10 01:15:10 +08:00
|
|
|
padding: 20px;
|
2018-11-21 00:16:24 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_RestoreKeyBackupDialog_passPhraseInput,
|
|
|
|
.mx_RestoreKeyBackupDialog_recoveryKeyInput {
|
|
|
|
width: 300px;
|
2021-11-11 21:37:29 +08:00
|
|
|
border: 1px solid $accent;
|
2018-11-21 00:16:24 +08:00
|
|
|
border-radius: 5px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2020-04-29 22:10:23 +08:00
|
|
|
.mx_RestoreKeyBackupDialog_content > div {
|
2020-04-29 21:29:36 +08:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
|
|
|
min-height: 110px; /* Empirically measured */
|
|
|
|
}
|