Skip to content
Snippets Groups Projects
Unverified Commit aa708fa9 authored by Alexis BENOIT's avatar Alexis BENOIT Committed by GitHub
Browse files

Merge pull request #21 from noesya/global/breadcrumb

Breadcrumb with only one class
parents 451f1eb9 29c85164
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,9 @@
li
flex-shrink: 0
white-space: nowrap
&-item + &-item
padding-left: 0.5rem
&::before
color: lighten($breadcrumb-color, 0.5)
content: "/"
padding-right: 0.5rem
&:not(:first-child)
padding-left: 0.5rem
&::before
color: lighten($breadcrumb-color, 0.5)
content: "/"
padding-right: 0.5rem
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment