element-web/res/css/views/dialogs/_ExportDialog.scss

25 lines
489 B
SCSS
Raw Normal View History

2021-06-29 07:06:24 +02:00
.mx_ExportDialog {
.mx_ExportDialog_subheading {
font-size: $font-16px;
display: block;
font-family: $font-family;
font-weight: $font-semi-bold;
color: $primary-fg-color;
margin-top: 18px;
margin-bottom: 12px;
}
2021-06-29 07:06:24 +02:00
.mx_RadioButton > .mx_RadioButton_content {
margin-top: 5px;
margin-bottom: 5px;
}
2021-06-29 07:06:24 +02:00
.mx_Field {
width: 256px;
}
2021-06-29 07:06:24 +02:00
.mx_Field_postfix {
padding: 9px 10px;
}
}