Sha256: 3f7bf16fc08b2997048697553a0651a7fde2dcb34948bdc0a004d8cbab3f8080
Contents?: true
Size: 564 Bytes
Versions: 8
Compression:
Stored size: 564 Bytes
Contents
//- Breadcrumbs .breadcrumbs { padding: $pad-lg 0; font-size: $font-base; font-weight: $font-bold; background: $off-white; color: fade-out($text-color-light, .5); @include clearfix(); &.breadcrumbs-sm { font-size: $font-xs; } nav { float: left; } ul { @extend %list-unstyled; @extend %list-inline; } li:last-child a { color: $text-color; font-weight: $font-bold; } a { text-decoration: none; font-weight: $font-normal; color: $text-color-light; &:hover { color: $purple; } } }
Version data entries
8 entries across 8 versions & 1 rubygems