feat(): add support for listing tags and categories

This commit is contained in:
kendo5731
2016-02-01 23:02:33 +01:00
parent 721c05de4d
commit 9b7f46fb02
2 changed files with 29 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ a {
position: fixed;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
}
@media (max-width: $screen-sm-max) {
@@ -96,6 +97,14 @@ a {
text-decoration: none;
}
}
&.tags li:before {
@extend .glyphicon-tag;
}
&.categories li:before {
@extend .glyphicon-book;
}
}
@media (max-width: $screen-sm-max) {