chore(standalone/setup): add a nice background

This commit is contained in:
Elian Doran
2026-03-24 12:40:53 +02:00
parent 619751a8aa
commit 8d5ccb5ba8

View File

@@ -11,9 +11,12 @@ body.setup {
padding: 0;
&>div {
background: var(--left-pane-background-color);
background:
radial-gradient(ellipse at 20% 50%, rgba(99, 102, 241, 0.3) 0%, transparent 50%),
radial-gradient(ellipse at 80% 20%, rgba(168, 85, 247, 0.25) 0%, transparent 50%),
radial-gradient(ellipse at 60% 80%, rgba(59, 130, 246, 0.25) 0%, transparent 50%),
var(--left-pane-background-color);
padding: 2em;
width: 600px;
width: 100vw;
height: 100vh;
display: flex;
@@ -29,7 +32,7 @@ body.setup {
gap: 2rem;
height: 550px;
width: 700px;
box-shadow: 0px 10px 20px rgba(0, 0, 0, var(--dropdown-shadow-opacity));
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;