Merged in fix/sw-3648-fix-hero-gradient (pull request #3277)
fix(SW-3648): Correct hero gradient colors * Fix hero gradient colors Approved-by: Linus Flood
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
color-mix(in srgb, var(--Scandic-Grey-100) 14%, transparent),
|
color-mix(in srgb, var(--Scandic-Grey-100) 8%, transparent),
|
||||||
color-mix(in srgb, var(--Scandic-Red-100) 40%, transparent)
|
color-mix(in srgb, var(--SAS-Blue-20) 40%, transparent)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user