Skip to content

Commit 11ecb14

Browse files
committed
Update CSS formatting. Add logo PNG. Add support for ESF messages.
1 parent e78431d commit 11ecb14

File tree

10 files changed

+762
-641
lines changed

10 files changed

+762
-641
lines changed

Firmware/RTK_Surveyor/AP-Config/index.html

Lines changed: 722 additions & 640 deletions
Large diffs are not rendered by default.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
@font-face {
2+
font-family: "bootstrap-icons";
3+
src:
4+
url('fonts/bootstrap-icons.woff2') format("woff2");
5+
/* url('fonts/bootstrap-icons.woff') format("woff"); */
6+
}
7+
8+
[class^="bi-"]::before,
9+
[class*=" bi-"]::before {
10+
display: inline-block;
11+
font-family: bootstrap-icons !important;
12+
font-style: normal;
13+
font-weight: normal !important;
14+
font-variant: normal;
15+
text-transform: none;
16+
line-height: 1;
17+
vertical-align: -.125em;
18+
-webkit-font-smoothing: antialiased;
19+
-moz-osx-font-smoothing: grayscale;
20+
}
21+
22+
.bi-caret-down-fill::before { content: "\f229"; }
23+
.bi-caret-up-fill::before { content: "\f235"; }
24+
.bi-save2::before { content: "\f527"; }
25+
.bi-x-circle::before { content: "\f623"; }
26+
.bi-info-circle-fill::before { content: "\f430"; }

Firmware/RTK_Surveyor/AP-Config/src/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
118 KB
Binary file not shown.
88.4 KB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
5.67 KB
Loading

0 commit comments

Comments
 (0)