Delete some unused styles

This commit is contained in:
Catalin Constantin Mititiuc 2024-05-20 13:56:54 -07:00
parent 07d8c6dc71
commit 787711eaa2

View File

@ -121,13 +121,10 @@ g.troop-counter [href="#counter-prone"] {
text.counter, #troop-counter text {
font-size: 12px;
font-weight: bold;
/* stroke: black; */
fill: white;
/* stroke-width: 0.5px; */
font-family: sans-serif;
cursor: default;
text-anchor: middle;
/* transform: translateY(25%); */
transform: translateY(4px);
pointer-events: none;
user-select: none;
@ -223,17 +220,6 @@ polygon.firing-arc[data-allegiance="attacker"] {
opacity: 0.5;
}
.wall {
fill: none;
stroke: red;
stroke-width: 7px;
opacity: 0.7;
}
#asterisk {
font-size: 30;
}
img.logo {
width: 100px;
margin: 0 auto;
@ -261,16 +247,12 @@ input[type="file"] {
display: none;
}
div#content {
display: flex;
border-left: 1px solid gray;
flex-basis: 0;
/* overflow: scroll; */
max-height: 100vh;
flex-direction: column;
/* padding: 2px; */
position: relative;
}
@ -296,7 +278,6 @@ div#content {
flex-grow: 1;
}
#record-sheet .records {
overflow-y: auto;
}
@ -333,8 +314,6 @@ div#content {
margin-bottom: 0;
}
@media (width >= 1800px) {
#record-sheet {
flex-direction: row;