All checks were successful
docker-image / docker (push) Successful in 10m24s
44 lines
No EOL
557 B
CSS
44 lines
No EOL
557 B
CSS
body {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
#geavision-display {
|
|
padding: 1em;
|
|
background-color: #222;
|
|
}
|
|
|
|
div.geavision__row {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
div.geavision__row:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
svg.geavision__row {
|
|
width: 100%;
|
|
height: auto;
|
|
stroke: #222;
|
|
stroke-width: .01;
|
|
fill: none;
|
|
}
|
|
|
|
.gvsoff {
|
|
fill: none;
|
|
}
|
|
|
|
.gvson {
|
|
fill: #4f0;
|
|
}
|
|
|
|
.info-form__row {
|
|
display: flex;
|
|
}
|
|
|
|
.info-form__field {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.info-form__field * {
|
|
display: block;
|
|
} |