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