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