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 */
.logo { .logo {
text-align: center;
margin-bottom: 0;
opacity: 0.7; opacity: 0.7;
margin-top: 4%; margin-top: 4%;
width: 10em; width: 100%;
width: 100px; height: 10em;
height: 100px;
background-image: url("../img/logo-ynh-white.svg"); background-image: url("../img/logo-ynh-white.svg");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center 100%;
} }
.logged .logo { .logged .logo {
position: fixed; position: fixed;
width: 10em;
bottom: 20px; bottom: 20px;
right: 20px; right: 20px;
z-index: 0; z-index: 0;
opacity: 0.7; 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 { .ynh-panel-active .logo {
display: none; display: none;