feat(): add a link to home in the menu for conveniance

This commit is contained in:
kendo5731
2016-02-06 16:49:00 +01:00
parent b009a73176
commit e1615aa043
5 changed files with 8 additions and 3 deletions

View File

@@ -66,7 +66,10 @@ a {
font-size: 14px;
padding: 4px 0px 4px 15px;
margin: 0px;
&:before {
&.home-link {
text-align: center;
}
&:not(.home-link):before {
@extend .glyphicon;
@extend .glyphicon-folder-close;
margin-right: 8px;