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