empty equip
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
.opponent {
|
||||
grid-area: opponent;
|
||||
transform: perspective(23rem);
|
||||
}
|
||||
|
||||
.opponent .combat-text {
|
||||
@@ -294,8 +295,18 @@ CRYP DAMAGE
|
||||
position: relative;
|
||||
height: 100%;
|
||||
min-width: 200px;
|
||||
/*animation: rotate 1s infinite ease-in-out alternate;*/
|
||||
}
|
||||
|
||||
/*@keyframes rotate {
|
||||
0% {
|
||||
transform: rotateY(0deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotateY(50deg);
|
||||
}
|
||||
}
|
||||
*/
|
||||
.resolving .skills button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user