Touchups to toggles in settings
This commit is contained in:
parent
7fb0cd6c42
commit
40f6aeba28
3 changed files with 6 additions and 1 deletions
|
@ -44,7 +44,10 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_SettingsTab_section .mx_SettingsFlag .mx_SettingsFlag_label {
|
.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 {
|
.mx_SettingsTab_section .mx_SettingsFlag .mx_ToggleSwitch {
|
||||||
|
|
|
@ -126,6 +126,7 @@ $settings-profile-overlay-placeholder-bg-color: transparent;
|
||||||
$settings-profile-overlay-fg-color: #fff;
|
$settings-profile-overlay-fg-color: #fff;
|
||||||
$settings-profile-overlay-placeholder-fg-color: #454545;
|
$settings-profile-overlay-placeholder-fg-color: #454545;
|
||||||
$settings-subsection-fg-color: #61708b;
|
$settings-subsection-fg-color: #61708b;
|
||||||
|
$settings-label-fg-color: #454545;
|
||||||
|
|
||||||
$voip-decline-color: #f48080;
|
$voip-decline-color: #f48080;
|
||||||
$voip-accept-color: #80f480;
|
$voip-accept-color: #80f480;
|
||||||
|
|
|
@ -119,6 +119,7 @@ $settings-profile-overlay-placeholder-bg-color: transparent;
|
||||||
$settings-profile-overlay-fg-color: #fff;
|
$settings-profile-overlay-fg-color: #fff;
|
||||||
$settings-profile-overlay-placeholder-fg-color: #454545;
|
$settings-profile-overlay-placeholder-fg-color: #454545;
|
||||||
$settings-subsection-fg-color: #61708b;
|
$settings-subsection-fg-color: #61708b;
|
||||||
|
$settings-label-fg-color: #454545;
|
||||||
|
|
||||||
$voip-decline-color: #f48080;
|
$voip-decline-color: #f48080;
|
||||||
$voip-accept-color: #80f480;
|
$voip-accept-color: #80f480;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue