Compare commits

..

3 Commits

2 changed files with 12 additions and 7 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 193 KiB

After

Width:  |  Height:  |  Size: 193 KiB

+12 -7
View File
@@ -179,6 +179,8 @@
#loginNavbar {
padding-top: 0;
padding-bottom: 0;
min-height: 28px;
overflow: visible;
}
.navbar .container-fluid {
@@ -190,9 +192,10 @@
}
#loginNavbar .container-fluid {
padding-top: 6px;
padding-bottom: 6px;
padding-top: 2px;
padding-bottom: 2px;
align-items: center;
min-height: 28px;
}
.navbar-brand {
@@ -214,13 +217,14 @@
#loginNavbar .invario-logo {
display: block;
height: 94px;
height: 114px;
width: auto;
max-width: min(75vw, 460px);
max-width: min(78vw, 520px);
object-fit: contain;
filter: none;
margin-top: 6px;
margin-top: 0;
margin-bottom: 0;
transform: translateY(8px);
}
.navbar-text.tenant-badge {
@@ -370,10 +374,11 @@
}
#loginNavbar .invario-logo {
height: 74px;
height: 94px;
max-width: 80vw;
margin-top: 4px;
margin-top: 0;
margin-bottom: 0;
transform: translateY(6px);
}
}