mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 13:31:35 +03:00
23 lines
431 B
SCSS
23 lines
431 B
SCSS
|
.mx_ExportDialog_subheading {
|
||
|
font-size: $font-16px;
|
||
|
display: block;
|
||
|
font-family: $font-family;
|
||
|
font-weight: 600;
|
||
|
color: $primary-fg-color;
|
||
|
margin-top: 18px;
|
||
|
margin-bottom: 12px;
|
||
|
}
|
||
|
|
||
|
.mx_ExportDialog .mx_RadioButton > .mx_RadioButton_content {
|
||
|
margin-top: 5px;
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
|
||
|
.mx_ExportDialog .mx_Field {
|
||
|
width: 256px;
|
||
|
}
|
||
|
|
||
|
.mx_ExportDialog .mx_Field_postfix {
|
||
|
padding: 9px 10px;
|
||
|
}
|