✨ feat(animations): provide a default frosted glow animation for the simple
theme (#424)
This commit is contained in:
parent
76419a7353
commit
c0d2d1ac65
1 changed files with 15 additions and 0 deletions
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…
Add table
Reference in a new issue