1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-03-13 10:53:06 +01:00
Files
esp32-nmea2000-obp60/webinstall/install.css
2023-03-13 15:21:39 +01:00

24 lines
411 B
CSS

.item {
margin: 0.5em;
}
.itemTitle {
margin-top: 0.5em;
margin-bottom: 0.2em;
}
button.installButton, button.showConsole, button.hideConsole {
font-size: 1em;
margin-left: 0.5em;
}
select.consoleBaud {
display: inline-block;
max-width: 10em;
font-size: 1em;
}
.console {
margin-bottom: 1em;
}
body {
font-size: 16px;
font-family: system-ui;
line-height: 1.5em;
}