Skip to content

Commit

Permalink
[fbw] fix(pfd): Improve FMA font size, mode change box & positions (#…
Browse files Browse the repository at this point in the history
…8235)
  • Loading branch information
masterrob94 committed Dec 28, 2023
1 parent 6a86bd0 commit 524aa60
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hsim-a318ceo/src/systems/instruments/src/PFD/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
font-size: 6px;
}

.FontMediumSmaller {
font-size: 5.4px;
}

.FontSmall {
font-size: 5px;
}
Expand Down
4 changes: 4 additions & 0 deletions hsim-a319ceo/src/systems/instruments/src/PFD/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
font-size: 6px;
}

.FontMediumSmaller {
font-size: 5.4px;
}

.FontSmall {
font-size: 5px;
}
Expand Down
4 changes: 4 additions & 0 deletions hsim-a320ceo/src/systems/instruments/src/PFD/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
font-size: 6px;
}

.FontMediumSmaller {
font-size: 5.4px;
}

.FontSmall {
font-size: 5px;
}
Expand Down
4 changes: 4 additions & 0 deletions hsim-a321neo/src/systems/instruments/src/PFD/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
font-size: 6px;
}

.FontMediumSmaller {
font-size: 5.4px;
}

.FontSmall {
font-size: 5px;
}
Expand Down

0 comments on commit 524aa60

Please sign in to comment.