Files
element-web/res/css/views/dialogs/security/_RestoreKeyBackupDialog.pcss
T

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

33 lines
804 B
Plaintext
Raw Normal View History

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