mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
22 lines
459 B
SCSS
22 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;
|
|
}
|