Touchups to toggles in settings

This commit is contained in:
Travis Ralston 2019-01-23 16:03:56 -07:00
parent 7fb0cd6c42
commit 40f6aeba28
3 changed files with 6 additions and 1 deletions

View file

@ -44,7 +44,10 @@ limitations under the License.
}
.mx_SettingsTab_section .mx_SettingsFlag .mx_SettingsFlag_label {
vertical-align: middle;
vertical-align: bottom;
display: inline-block;
font-size: 12px;
color: $settings-label-fg-color;
}
.mx_SettingsTab_section .mx_SettingsFlag .mx_ToggleSwitch {

View file

@ -126,6 +126,7 @@ $settings-profile-overlay-placeholder-bg-color: transparent;
$settings-profile-overlay-fg-color: #fff;
$settings-profile-overlay-placeholder-fg-color: #454545;
$settings-subsection-fg-color: #61708b;
$settings-label-fg-color: #454545;
$voip-decline-color: #f48080;
$voip-accept-color: #80f480;

View file

@ -119,6 +119,7 @@ $settings-profile-overlay-placeholder-bg-color: transparent;
$settings-profile-overlay-fg-color: #fff;
$settings-profile-overlay-placeholder-fg-color: #454545;
$settings-subsection-fg-color: #61708b;
$settings-label-fg-color: #454545;
$voip-decline-color: #f48080;
$voip-accept-color: #80f480;