wip
This commit is contained in:
parent
4fa13c20c2
commit
a13f67a573
@ -199,7 +199,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 35%;
|
top: 35%;
|
||||||
height: 15%;
|
height: 15%;
|
||||||
width: 90%;
|
width: calc(90% - 1.25em);
|
||||||
}
|
}
|
||||||
|
|
||||||
.resolving-skill {
|
.resolving-skill {
|
||||||
@ -239,6 +239,9 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
flex-flow: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.combat-anim svg {
|
.combat-anim svg {
|
||||||
@ -339,12 +342,3 @@
|
|||||||
.animating .skills {
|
.animating .skills {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skill-animation {
|
|
||||||
opacity: 0;
|
|
||||||
stroke-width: 5px;
|
|
||||||
overflow: hidden;
|
|
||||||
max-height: 100%;
|
|
||||||
max-width: 100%;
|
|
||||||
// height: 5em;
|
|
||||||
}
|
|
||||||
@ -225,7 +225,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
figcaption {
|
figcaption {
|
||||||
font-size: 75%;
|
// font-size: 75%;
|
||||||
line-height: initial;
|
line-height: initial;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -239,7 +239,7 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
figcaption {
|
figcaption {
|
||||||
font-size: 75%;
|
// font-size: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
// give speed some space
|
// give speed some space
|
||||||
|
|||||||
@ -5,6 +5,51 @@
|
|||||||
|
|
||||||
#mnml {
|
#mnml {
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
}
|
padding: 0.25em;
|
||||||
|
|
||||||
|
.game {
|
||||||
|
|
||||||
|
.team, #targeting, .resolving-skill {
|
||||||
|
width: calc(90% - 3em);
|
||||||
|
}
|
||||||
|
|
||||||
|
.game-construct {
|
||||||
|
.avatar {
|
||||||
|
grid-area: initial;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
svg {
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.instance-construct {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.skills, .specs {
|
||||||
|
font-size: 75%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.avatar {
|
||||||
|
grid-area: initial;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.opponent {
|
||||||
|
.avatar {
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -38,7 +38,7 @@ class SiphonTick extends Component {
|
|||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<svg
|
<svg
|
||||||
class={'skill-anim'}
|
class='skill-anim'
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="Layer_1"
|
id="Layer_1"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user