Fixed login logo max-width and title color.
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
min-height: auto;
|
min-height: auto;
|
||||||
padding: 10px 30px;
|
padding: 10px 30px;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
align-items: flex-start;
|
align-items: center;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -35,7 +35,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.admin-interface.login #header #branding h1 img.logo {
|
.admin-interface.login #header #branding h1 img.logo {
|
||||||
max-width: 100%;
|
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -82,7 +81,7 @@
|
|||||||
|
|
||||||
@media (max-width:1024px) {
|
@media (max-width:1024px) {
|
||||||
.admin-interface #header {
|
.admin-interface #header {
|
||||||
align-items: center;
|
align-items: start;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -93,12 +92,6 @@
|
|||||||
display:inline-block !important; /* override inline display:none; */
|
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 {
|
.admin-interface #branding h1 span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user