1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 00:05:19 +03:00

clear layouts

This commit is contained in:
error414 2024-04-12 18:59:35 +02:00
parent 60d4523b34
commit ba4fe59c38
4 changed files with 46 additions and 4 deletions

View file

@ -738,9 +738,7 @@ button {
.settings .btn a{
margin-top: 0;
margin-bottom: 0;
background-color: #37a8db;
border-radius: 3px;
border: 1px solid #3394b5;
color: #fff;
font-family: 'open_sansbold', Arial, serif;
font-size: 12px;
@ -751,6 +749,17 @@ button {
line-height: 22px;
}
.settings .btn_blue a{
background-color: #37a8db;
border: 1px solid #3394b5;
}
.settings .btn_danger a{
background-color: #e2a2a2;
border: 1px solid #e58383;
}
.settings .btn a:hover {
background-color: #3394b5;
transition: all ease 0.2s;