display none links on home regarding logged-in or not

This commit is contained in:
Bachir Soussi Chiadmi
2015-06-18 18:34:20 +02:00
parent 22e93d650e
commit aa323869c3
2 changed files with 142 additions and 131 deletions

View File

@@ -2817,6 +2817,9 @@ body.home-v2{
padding:0.5em 1em 0.7em;
@include rounded(5px);
background-color: rgba(255,255,255, 0.8);
body.logged-in &.visitor{display:none;}
body.not-logged-in &.member{display:none;}
}
}