Fixed login logo max-width and title color.

pull/151/head^2
Fabio Caccamo 2022-01-21 14:17:09 +01:00
parent ee63826836
commit 8930ba1ddc
2 changed files with 10 additions and 11 deletions

View File

@ -26,7 +26,7 @@
min-height: auto;
padding: 10px 30px;
line-height: 30px;
align-items: flex-start;
align-items: center;
justify-content: flex-start;
}
@ -35,7 +35,6 @@
}
.admin-interface.login #header #branding h1 img.logo {
max-width: 100%;
margin-right: 0;
}
@ -82,7 +81,7 @@
@media (max-width:1024px) {
.admin-interface #header {
align-items: center;
align-items: start;
}
}
@ -93,12 +92,6 @@
display:inline-block !important; /* override inline display:none; */
}
@media (max-width:400px) {
.admin-interface #branding h1 img.logo {
max-width: 100%;
}
}
.admin-interface #branding h1 span {
display: inline-block;
}

File diff suppressed because one or more lines are too long