mirror of https://github.com/bra1n/townsquare.git
Update Player.vue
This commit is contained in:
parent
1d9f999069
commit
559f7f1e98
|
@ -112,6 +112,7 @@ export default {
|
||||||
transform-origin: top center;
|
transform-origin: top center;
|
||||||
transition: transform 200ms ease-in-out;
|
transition: transform 200ms ease-in-out;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
filter: drop-shadow(0 0 5px rgba(0,0,0,0.8));
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: " ";
|
content: " ";
|
||||||
|
|
Loading…
Reference in New Issue