DEV: Refactor scale-color() usage in SCSS

This commit is contained in:
Penar Musaraj
2020-07-28 19:56:35 -04:00
parent 8ae66047fc
commit 29276a37ed
4 changed files with 5 additions and 17 deletions

View File

@@ -152,10 +152,7 @@ input {
}
&.invalid {
background-color: dark-light-choose(
$danger-low,
scale-color($danger, $lightness: -60%)
);
background-color: $danger-low;
}
.radio &[type="radio"],