buba/buba/static/main.css
Stefan Bethke 2321d7d552
All checks were successful
docker-image / docker (push) Successful in 10m24s
Add user submnission
2025-06-16 20:39:29 +02:00

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