element-web/res/css/views/settings/_CryptographyPanel.scss

23 lines
411 B
SCSS
Raw Normal View History

.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;
}