Add breadcrumb navigation

This commit is contained in:
2017-11-12 22:33:41 +01:00
parent 6d4ef48991
commit 9399849e0c
16 changed files with 120 additions and 50 deletions

View File

@@ -0,0 +1,22 @@
.breadcrumb-nav {
a {
&.active {
text-decoration: none;
}
}
.node {
display: inline-block;
}
.node + .node {
margin-left: 0.5rem;
&::before {
content: '';
padding-right: 0.6rem;
}
}
}