Make record sheet weapon icons bigger
This commit is contained in:
parent
a528a96736
commit
224aa06db5
@ -23,6 +23,7 @@ span {
|
|||||||
ul {
|
ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul li {
|
ul li {
|
||||||
|
@ -191,6 +191,14 @@ polygon.firing-arc[data-allegiance="attacker"] {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.soldier-record svg.weapon-icon {
|
||||||
|
float: left;
|
||||||
|
margin: 0.5em 0.5em;
|
||||||
|
|
||||||
|
width: 30px;
|
||||||
|
height: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
.soldier-record svg text {
|
.soldier-record svg text {
|
||||||
fill: white;
|
fill: white;
|
||||||
text-anchor: middle;
|
text-anchor: middle;
|
||||||
@ -202,7 +210,7 @@ polygon.firing-arc[data-allegiance="attacker"] {
|
|||||||
|
|
||||||
.weapon-symbol :not(use[href="#counter-base"]) {
|
.weapon-symbol :not(use[href="#counter-base"]) {
|
||||||
stroke: white;
|
stroke: white;
|
||||||
stroke-width: 0.75;
|
stroke-width: 0.5;
|
||||||
fill: none;
|
fill: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user