imio-publik-themes/static/liege/_conn-msg-errors.scss

35 lines
717 B
SCSS

/*BEGIN : no pass and no login error messages in authentic connexion page*/
div#login-age form > ul.errorlist {
top: -52px;
}
div#login-age .text ~ .errorlist {
top: 34px;
}
/*Chrome only*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
div#login-age .text ~ .errorlist {
top: 18px;
}
div#login-age form ul.errorlist li::before {
padding-right: 6ex;
}
}
div#login-age form ul.errorlist {
margin: 3em 0 0;
left: 100px;
position: absolute;
padding: 0;
list-style: none;
}
/*END : no pass and no login error messages in authentic connexion page**/
/*BEGIN : error messages in Profile page*/
div.a2-block div.errorlist {
background-color: #e6f5fc;
}
/*END : error messages in Profile page*/