mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Styleguide changes & color variable additions (#15984)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user