UX: Styleguide changes & color variable additions (#15984)

This commit is contained in:
Jordan Vidrine
2022-02-17 14:39:29 -06:00
committed by GitHub
parent 45c404a6c7
commit c92e62a271
8 changed files with 195 additions and 28 deletions

View File

@@ -177,9 +177,9 @@ $box-shadow: (
@return rgb($r_r, $r_g, $r_b);
}
// Replaces dark-light-diff($primary, $secondary, 50%, -50%)
@function blend-primary-secondary($percent) {
@return srgb-scale($primary, $secondary, $percent);
// Replaces dark-light-diff($primary,50%)
@function blend-two-colors($color1, $color2, $percent) {
@return srgb-scale($color1, $color2, $percent);
}
@function blend-header-primary-background($percent) {