mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 00:05:19 +03:00
Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into Electron
This commit is contained in:
commit
4b0e09aa10
9 changed files with 1382 additions and 61 deletions
37
src/css/groundstation.css
Normal file
37
src/css/groundstation.css
Normal file
|
@ -0,0 +1,37 @@
|
|||
#view-groundstation {
|
||||
background-color: #2e2e2e;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#groundstation-map {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#groundstation-telemetry {
|
||||
width: 20%;
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.groundstation-telemetry__header {
|
||||
margin: 1em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.groundstation-telemetry__row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin: 1em;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.groundstation-telemetry__row--big {
|
||||
font-size: 2.2em;
|
||||
}
|
||||
|
||||
.groundstation-telemetry__label {
|
||||
color: #aaa;
|
||||
font-weight: bold;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue