677b3ca7b5
Makes the flair options in old settings look broken (cosmetic issues), but it's fine because we're ripping that out in due time.
22 lines
423 B
SCSS
22 lines
423 B
SCSS
.mx_SettingsTab_heading {
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
color: $primary-fg-color;
|
|
}
|
|
|
|
.mx_SettingsTab_subheading {
|
|
font-size: 14px;
|
|
display: block;
|
|
font-family: $font-family-semibold;
|
|
color: $primary-fg-color;
|
|
margin-bottom: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.mx_SettingsTab_subsectionText {
|
|
color: $settings-subsection-fg-color;
|
|
font-size: 12px;
|
|
padding-bottom: 12px;
|
|
margin: 0;
|
|
display: block;
|
|
}
|