Sha256: 9071751e841ecc0801fa5e486e4f5c316273c4907cc9c33959b2d8da9eadf71a
Contents?: true
Size: 816 Bytes
Versions: 7
Compression:
Stored size: 816 Bytes
Contents
.breadcrumbs { font-size: 16px; color: $c-darkest-grey; padding: 10px 0; // Vertical align hack. Should be removed in an HTML refactor in v2.0 li { display: inline-block; &:after { @include icon-stuff; content: fae-icon(chevron_right); font-size: 8px; display: inline-block; padding: 0 10px; vertical-align: middle; } &:last-child { &, a { color: $c-darkest-grey; font-weight: bold; } &:after { display: none; } } } a { color: inherit; &:not(.-home) { @include transition(border-bottom-color 0.2s); display: inline-block; padding-bottom: 3px; border-bottom: 1px solid $c-grey; &:hover { border-bottom-color: transparent; } } } }
Version data entries
7 entries across 7 versions & 2 rubygems