combat text init

This commit is contained in:
Mashy
2019-11-27 17:00:40 +10:00
parent d276edab14
commit d1dd2b30b6
4 changed files with 43 additions and 16 deletions
+18
View File
@@ -37,6 +37,11 @@
height: 100%;
width: 100%;
}
.combat-text {
left: 15%;
top: 60%;
}
}
.opponent {
@@ -72,6 +77,11 @@
"avatar"
}
.combat-text {
left: 15%;
top: 40%;
}
.effects {
align-self: flex-start;
}
@@ -145,6 +155,14 @@
}
}
.combat-text {
position: absolute;
z-index: 10;
span {
background-color: black;
}
}
.skills {
z-index: 2;
button {