2023-04-21 17:48:48 +08:00
|
|
|
/*
|
|
|
|
Copyright 2023 The Matrix.org Foundation C.I.C.
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
*/
|
|
|
|
|
2021-10-15 23:09:36 +08:00
|
|
|
.mx_CryptographyPanel_sessionInfo {
|
2021-10-16 00:19:22 +08:00
|
|
|
padding: 0em;
|
|
|
|
border-spacing: 0px;
|
2021-10-15 22:06:55 +08:00
|
|
|
}
|
2021-10-16 00:19:22 +08:00
|
|
|
.mx_CryptographyPanel_sessionInfo > tr {
|
|
|
|
vertical-align: baseline;
|
|
|
|
padding: 0em;
|
2021-10-15 22:06:55 +08:00
|
|
|
|
2023-04-21 17:48:48 +08:00
|
|
|
th {
|
|
|
|
text-align: start;
|
|
|
|
}
|
|
|
|
|
|
|
|
td,
|
|
|
|
th {
|
|
|
|
padding: 0 1em 0 0;
|
|
|
|
}
|
2021-10-15 22:06:55 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_CryptographyPanel_importExportButtons {
|
2021-12-09 17:41:33 +08:00
|
|
|
display: inline-flex;
|
|
|
|
flex-flow: wrap;
|
2023-05-19 06:32:10 +08:00
|
|
|
row-gap: $spacing-8;
|
|
|
|
column-gap: $spacing-8;
|
2021-10-15 22:06:55 +08:00
|
|
|
}
|