mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
animation prefix
This commit is contained in:
parent
95151cdab6
commit
bc82dfa7d1
@ -58,6 +58,18 @@ $game-height: 800px;
|
|||||||
//box-shadow: 0px 0px 15px #ffbb0b !important;
|
//box-shadow: 0px 0px 15px #ffbb0b !important;
|
||||||
animation: WoobWoob linear 2s;
|
animation: WoobWoob linear 2s;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
|
|
||||||
|
-webkit-animation: WoobWoob linear 2s;
|
||||||
|
-webkit-animation-iteration-count: infinite;
|
||||||
|
|
||||||
|
-moz-animation: WoobWoob linear 2s;
|
||||||
|
-moz-animation-iteration-count: infinite;
|
||||||
|
|
||||||
|
-o-animation: WoobWoob linear 2s;
|
||||||
|
-o-animation-iteration-count: infinite;
|
||||||
|
|
||||||
|
-ms-animation: WoobWoob linear 2s;
|
||||||
|
-ms-animation-iteration-count: infinite;
|
||||||
/*
|
/*
|
||||||
&:hover {
|
&:hover {
|
||||||
box-shadow: 0px 0px 30px #ffd135 !important;
|
box-shadow: 0px 0px 30px #ffd135 !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user