2023-04-21 11:48:48 +02:00
|
|
|
/*
|
2024-09-09 15:57:16 +02:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2023-04-21 11:48:48 +02:00
|
|
|
Copyright 2023 The Matrix.org Foundation C.I.C.
|
|
|
|
|
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.
|
2023-04-21 11:48:48 +02:00
|
|
|
*/
|
|
|
|
|
2021-10-15 17:09:36 +02:00
|
|
|
.mx_CryptographyPanel_sessionInfo {
|
2021-10-15 18:19:22 +02:00
|
|
|
padding: 0em;
|
|
|
|
border-spacing: 0px;
|
2021-10-15 16:06:55 +02:00
|
|
|
}
|
2021-10-15 18:19:22 +02:00
|
|
|
.mx_CryptographyPanel_sessionInfo > tr {
|
|
|
|
vertical-align: baseline;
|
|
|
|
padding: 0em;
|
2021-10-15 16:06:55 +02:00
|
|
|
|
2023-04-21 11:48:48 +02:00
|
|
|
th {
|
|
|
|
text-align: start;
|
|
|
|
}
|
|
|
|
|
|
|
|
td,
|
|
|
|
th {
|
|
|
|
padding: 0 1em 0 0;
|
|
|
|
}
|
2021-10-15 16:06:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_CryptographyPanel_importExportButtons {
|
2021-12-09 10:41:33 +01:00
|
|
|
display: inline-flex;
|
|
|
|
flex-flow: wrap;
|
2023-05-19 00:32:10 +02:00
|
|
|
row-gap: $spacing-8;
|
|
|
|
column-gap: $spacing-8;
|
2021-10-15 16:06:55 +02:00
|
|
|
}
|