Transformations: UX updates (#23574)

This commit is contained in:
Torkel Ödegaard
2020-04-14 21:17:44 +02:00
committed by GitHub
parent 8b48a1c806
commit 460561a25c
15 changed files with 104 additions and 114 deletions

View File

@@ -355,7 +355,7 @@ $variable-option-bg: $dropdownLinkBackgroundHover;
$switch-bg: $input-bg;
$switch-slider-color: $dark-3;
$switch-slider-off-bg: $gray-1;
$switch-slider-on-bg: #1f60c4;
$switch-slider-on-bg: #5794f2;
$switch-slider-shadow: 0 0 3px black;
//Checkbox

View File

@@ -135,6 +135,10 @@ $input-border: 1px solid $input-border-color;
border: $panel-border;
}
&--justify-left {
justify-content: left;
}
&--btn {
border: none;
border-radius: $border-radius;