(css) Fix responsive condition of login page

pull/236/merge
Francis Lachapelle 2017-05-24 11:54:04 -04:00
parent 28e0db4adf
commit e30358aeaa
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -13,6 +13,7 @@ Enhancements
Bug fixes
- [web] respect SOGoLanguage and SOGoSupportedLanguages (#4169)
- [web] fixed adding list members with multiple email addresses
- [web] fixed responsive condition of login page (960px to 1023px)
3.2.9 (2017-05-09)
------------------

View File

@ -58,7 +58,7 @@ $sg-login-width: grid-step(5);
/**
* On larger screen, we dispose the logo and login form as a row.
*/
@include from(md) {
@include from(lg) {
&.ng-hide {
.sg-logo img {
opacity: 0;