22 lines
411 B
SCSS
22 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;
|
|
}
|