Make record sheet weapon icons bigger

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 22:41:31 -07:00
parent a528a96736
commit 224aa06db5
2 changed files with 10 additions and 1 deletions

View File

@ -23,6 +23,7 @@ span {
ul { ul {
margin: 0; margin: 0;
padding: 0; padding: 0;
margin-left: 1em;
} }
ul li { ul li {

View File

@ -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;
} }