Skip to content

Commit

Permalink
fix(placement): use variable for horizontal banner (#11795)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Sep 11, 2024
1 parent 43b307f commit d880aaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/src/playground/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,11 @@ main.play {

> div.content {
align-items: end;
background: linear-gradient(to left, #111 16rem, transparent);
background: linear-gradient(
to left,
var(--place-new-side-background) 16rem,
transparent
);
flex-direction: column;
height: 100%;
justify-content: end;
Expand Down

0 comments on commit d880aaf

Please sign in to comment.