mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
24 lines
489 B
SCSS
24 lines
489 B
SCSS
.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;
|
|
}
|
|
|
|
.mx_RadioButton > .mx_RadioButton_content {
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.mx_Field {
|
|
width: 256px;
|
|
}
|
|
|
|
.mx_Field_postfix {
|
|
padding: 9px 10px;
|
|
}
|
|
}
|