mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-25 15:19:33 +00:00
input and tour improvements, bug fixes
This commit is contained in:
parent
fe90146e1e
commit
90ec7cbae2
110 changed files with 2802 additions and 1286 deletions
|
|
@ -19,7 +19,7 @@
|
|||
border-radius: 4px;
|
||||
background: rgba(3, 82, 147, 0.6);
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
font-size: 11px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
@ -41,12 +41,26 @@
|
|||
max-width: none;
|
||||
}
|
||||
|
||||
.Speed {
|
||||
.Speed,
|
||||
.CameraMode {
|
||||
flex-shrink: 0;
|
||||
padding: 2px 4px;
|
||||
padding: 3px 4px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.3);
|
||||
border-radius: 3px;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.Field {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.Field label {
|
||||
text-transform: uppercase;
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
font-weight: 500;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue