combat text init
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user