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