This commit is contained in:
@@ -378,10 +378,10 @@ audio.hidden-audio {
|
|||||||
height: 96px;
|
height: 96px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: radial-gradient(circle at 30% 30%, #fbd72b, #f58b2b 60%, #1d3b8b);
|
background: radial-gradient(circle at 30% 30%, #fbd72b, #f58b2b 60%, #1d3b8b);
|
||||||
transform: scale(calc(1 + var(--pulse, 0) * 0.45));
|
transform: scale(calc(1 + var(--pulse, 0) * 0.9));
|
||||||
box-shadow:
|
box-shadow:
|
||||||
0 0 calc(18px + var(--pulse, 0) * 90px) rgba(251, 215, 43, 0.5),
|
0 0 calc(22px + var(--pulse, 0) * 140px) rgba(251, 215, 43, 0.6),
|
||||||
0 0 calc(40px + var(--pulse, 0) * 160px) rgba(61, 214, 255, 0.35);
|
0 0 calc(60px + var(--pulse, 0) * 240px) rgba(61, 214, 255, 0.45);
|
||||||
transition: transform 0.06s ease-out;
|
transition: transform 0.06s ease-out;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user