2018-09-14 19:08:02 +03:00
|
|
|
/*
|
2024-09-09 16:57:16 +03:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2020-09-04 13:37:06 +03:00
|
|
|
Copyright 2019, 2020 The Matrix.org Foundation C.I.C.
|
2024-09-09 16:57:16 +03:00
|
|
|
Copyright 2018 New Vector Ltd
|
2018-09-14 19:08:02 +03:00
|
|
|
|
2024-09-09 16:57:16 +03: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-09-14 19:08:02 +03:00
|
|
|
*/
|
|
|
|
|
2020-09-04 13:37:56 +03:00
|
|
|
.mx_SecureBackupPanel_deviceName {
|
2018-09-14 19:08:02 +03:00
|
|
|
font-style: italic;
|
|
|
|
}
|
2019-11-19 19:28:49 +03:00
|
|
|
|
2020-09-04 13:37:56 +03:00
|
|
|
.mx_SecureBackupPanel_buttonRow {
|
2019-11-19 19:28:49 +03:00
|
|
|
margin: 1em 0;
|
2021-12-09 12:41:33 +03:00
|
|
|
display: inline-flex;
|
|
|
|
flex-flow: wrap;
|
|
|
|
row-gap: 10px;
|
2020-09-08 20:01:56 +03:00
|
|
|
|
|
|
|
:nth-child(n + 1) {
|
|
|
|
margin-inline-end: 10px;
|
|
|
|
}
|
2019-11-19 19:28:49 +03:00
|
|
|
}
|
2020-09-04 16:09:34 +03:00
|
|
|
|
|
|
|
.mx_SecureBackupPanel_statusList {
|
|
|
|
border-spacing: 0;
|
|
|
|
|
2023-04-21 12:48:48 +03:00
|
|
|
th {
|
|
|
|
text-align: start;
|
|
|
|
}
|
|
|
|
|
|
|
|
td,
|
|
|
|
th {
|
2020-09-04 16:09:34 +03:00
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
&:first-of-type {
|
|
|
|
padding-inline-end: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-10-12 11:50:49 +03:00
|
|
|
|
|
|
|
.mx_SecureBackupPanel_advanced {
|
|
|
|
width: fit-content;
|
|
|
|
}
|