1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 17:25:16 +03:00

Add sponsor tile to firmware flashing tab (#3468)

* Add sponsor tile to firmware flashing tab

* Adding sponsorship logos locally for efficiency (can still be disabled by API).

* Small fixes to load content
This commit is contained in:
J Blackman 2023-06-06 09:06:35 +10:00 committed by GitHub
parent af7f97bc55
commit 0e4224e006
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 950 additions and 0 deletions

View file

@ -1155,6 +1155,12 @@ dialog {
font-weight: 300;
margin-bottom: 15px;
}
.tab_sponsor {
display: none;
height: 50px;
max-height: 50px;
margin: 0 auto 10px auto
}
.note {
background-color: #fff7cd;
border: 1px solid #ffe55f;