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