Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.node.node--id2 .node-body .node-icon i:before { .m-faContent(@fa-var-sign-in);}
.block.block--category1 .node-icon i:before { .m-faContent(@fa-var-sign-in);}
.block-body
{
.node--unread .node-body .node-icon i
{
background-position: right center;
}
.node-icon
{
padding-right: 10px;
width: 60px;
i
{
background: url(styles/default/xenforo/node-sprite.png) no-repeat left center;
width: 40px;
height: 40px;
&:before
{
opacity: 0 !important;
}
}
}
}
.block-body
{
.node--unread .node-icon i
{
background-position: right center;
}
.node-icon
{
padding-right: 10px;
width: 60px;
i
{
background: url(styles/default/xenforo/node-sprite.png) no-repeat left center;
background-size: auto 40px;
width: 40px;
height: 40px;
&:before
{
opacity: 0 !important;
}
}
}
.node--id2 .node-icon i
{
background: url(styles/default/xenforo/node2-icon.png) no-repeat center center;
}
}