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:
parent
af7f97bc55
commit
0e4224e006
7 changed files with 950 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue