move skill into combat text
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
.combat-text {
|
||||
left: 15%;
|
||||
top: 60%;
|
||||
top: 40%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -158,6 +158,11 @@
|
||||
.combat-text {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
svg {
|
||||
display: inline;
|
||||
height: 1em;
|
||||
margin-right: 0.1em
|
||||
}
|
||||
span {
|
||||
background-color: black;
|
||||
}
|
||||
@@ -214,7 +219,7 @@
|
||||
}
|
||||
|
||||
&.ko-transition {
|
||||
animation: target-ko 1s ease-in-out 0s 1;
|
||||
animation: target-ko 1.1s ease-in-out 0s 1;
|
||||
}
|
||||
|
||||
&.ko {
|
||||
|
||||
Reference in New Issue
Block a user