fix(ui): adjust logo dimensions and margins in login navbar for improved visibility
This commit is contained in:
@@ -203,13 +203,13 @@
|
||||
|
||||
#loginNavbar .invario-logo {
|
||||
display: block;
|
||||
height: 78px;
|
||||
height: 64px;
|
||||
width: auto;
|
||||
max-width: min(72vw, 420px);
|
||||
max-width: min(68vw, 360px);
|
||||
object-fit: contain;
|
||||
filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.45));
|
||||
margin-top: -14px;
|
||||
margin-bottom: -14px;
|
||||
filter: none;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.navbar-text.tenant-badge {
|
||||
@@ -359,10 +359,10 @@
|
||||
}
|
||||
|
||||
#loginNavbar .invario-logo {
|
||||
height: 52px;
|
||||
max-width: 72vw;
|
||||
margin-top: -6px;
|
||||
margin-bottom: -6px;
|
||||
height: 44px;
|
||||
max-width: 70vw;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user