mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-24 06:58:22 -05:00
✨ feat(animations): provide a default frosted glow animation for the simple
theme (#424)
This commit is contained in:
parent
76419a7353
commit
c0d2d1ac65
15
public/static/animations/simple-frosted-glow.css
Normal file
15
public/static/animations/simple-frosted-glow.css
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
.results_aggregated .result {
|
||||||
|
margin: 1rem;
|
||||||
|
padding: 1rem;
|
||||||
|
border-radius: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.results_aggregated .result:hover {
|
||||||
|
box-shadow:
|
||||||
|
inset 0 0 3rem var(--color-two),
|
||||||
|
inset 0 0 6rem var(--color-five),
|
||||||
|
inset 0 0 9rem var(--color-three),
|
||||||
|
0 0 0.25rem var(--color-two),
|
||||||
|
0 0 0.5rem var(--color-five),
|
||||||
|
0 0 0.75rem var(--color-three);
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user