Compare commits

...

2 Commits

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

Before

Width:  |  Height:  |  Size: 193 KiB

After

Width:  |  Height:  |  Size: 193 KiB

+9 -9
View File
@@ -179,7 +179,7 @@
#loginNavbar {
padding-top: 0;
padding-bottom: 0;
min-height: 56px;
min-height: 28px;
overflow: visible;
}
@@ -192,10 +192,10 @@
}
#loginNavbar .container-fluid {
padding-top: 4px;
padding-bottom: 4px;
padding-top: 2px;
padding-bottom: 2px;
align-items: center;
min-height: 56px;
min-height: 28px;
}
.navbar-brand {
@@ -217,14 +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: 0;
margin-bottom: 0;
transform: translateY(28px);
transform: translateY(8px);
}
.navbar-text.tenant-badge {
@@ -374,11 +374,11 @@
}
#loginNavbar .invario-logo {
height: 74px;
height: 94px;
max-width: 80vw;
margin-top: 0;
margin-bottom: 0;
transform: translateY(20px);
transform: translateY(6px);
}
}