corrected some styles, previous changes didn't take into account logging page

This commit is contained in:
chateau 2019-03-12 19:33:03 +01:00
parent 5701322694
commit acfcabd727

View file

@ -127,30 +127,24 @@ img {
/* Logo */
.logo {
text-align: center;
margin-bottom: 0;
opacity: 0.7;
margin-top: 4%;
width: 10em;
width: 100px;
height: 100px;
width: 100%;
height: 10em;
background-image: url("../img/logo-ynh-white.svg");
background-repeat: no-repeat;
background-position: center 100%;
}
.logged .logo {
position: fixed;
width: 10em;
bottom: 20px;
right: 20px;
z-index: 0;
opacity: 0.7;
background-position: center center;
}
.logged .logo img {
margin-top: 0;
width: 2.5em;
padding: 0.3em;
border-radius: 5px;
}
.ynh-panel-active .logo {
display: none;