update: redirect to login and hide page on logged out
This commit is contained in:
@ -56,10 +56,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.notLoggedIn {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
sib-notifications {
|
||||
|
||||
@include breakpoint(sm) {
|
||||
|
@ -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 */
|
||||
|
Reference in New Issue
Block a user