mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
23 lines
459 B
SCSS
23 lines
459 B
SCSS
.mx_CryptographyPanel_sessionInfo {
|
|
display: table;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.mx_CryptographyPanel_sessionInfo > li {
|
|
display: table-row;
|
|
}
|
|
|
|
.mx_CryptographyPanel_sessionInfo > li > label,
|
|
.mx_CryptographyPanel_sessionInfo > li > span {
|
|
display: table-cell;
|
|
padding-right: 1em;
|
|
}
|
|
|
|
.mx_CryptographyPanel_importExportButtons .mx_AccessibleButton {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.mx_CryptographyPanel_importExportButtons {
|
|
margin-bottom: 15px;
|
|
}
|