update: redirect to login and hide page on logged out

This commit is contained in:
Jean-Baptiste Pasquier
2020-02-19 17:03:47 +01:00
parent 8042b179c6
commit 3e14cb91a4
5 changed files with 13 additions and 10 deletions

View File

@ -56,10 +56,6 @@
}
}
.notLoggedIn {
visibility: hidden;
}
sib-notifications {
@include breakpoint(sm) {

View File

@ -35,6 +35,10 @@ $breakpoints: (phone: 480px,
backface-visibility: hidden;
/*will-change: overflow;*/
}
.notLoggedIn {
visibility: hidden;
}
}
/* Add scrollbar to the left and right menu, and to the content */