github.com/blixtra/nomad@v0.7.2-0.20171221000451-da9a1d7bb050/ui/app/styles/components/breadcrumbs.scss (about) 1 .breadcrumbs { 2 .breadcrumb { 3 color: $white; 4 opacity: 0.7; 5 text-decoration: none; 6 7 + .breadcrumb { 8 margin-left: 15px; 9 &::before { 10 content: "/"; 11 color: $primary; 12 position: relative; 13 left: -7px; 14 } 15 } 16 17 &:last-child { 18 opacity: 1; 19 } 20 } 21 22 a.breadcrumb:hover { 23 color: $primary-invert; 24 opacity: 1; 25 } 26 }