return of the arrows
This commit is contained in:
@@ -3,11 +3,12 @@
|
||||
.game {
|
||||
overflow: hidden;
|
||||
display: grid;
|
||||
grid-template-rows: min-content min-content 1fr 1.5fr;
|
||||
grid-template-rows: min-content min-content 1fr 0.5fr 1.5fr;
|
||||
grid-template-areas:
|
||||
"ready"
|
||||
"timer"
|
||||
"opponent"
|
||||
"target"
|
||||
"player";
|
||||
}
|
||||
|
||||
@@ -73,6 +74,16 @@
|
||||
transition-timing-function: ease;
|
||||
}
|
||||
|
||||
.game .targeting-arrows {
|
||||
grid-area: target;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.game .targeting-arrows {
|
||||
stroke-width: 5px;
|
||||
}
|
||||
|
||||
.game-construct .targeting {
|
||||
grid-area: avatar;
|
||||
position: relative;
|
||||
@@ -418,4 +429,8 @@
|
||||
.game .effects {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.game .targeting-arrows {
|
||||
stroke-width: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user