Sha256: 1326f01e0836175c462f516202d719cb7517b9123e1a89aa1ab9e04104a7a34a
Contents?: true
Size: 574 Bytes
Versions: 108
Compression:
Stored size: 574 Bytes
Contents
// Table of Contents // ================================================== // Breadcrumb // scss-lint:disable NestingDepth // Breadcrumb // ================================================== .breadcrumb { list-style: none; padding: 0; > li { display: inline-block; &.divider { margin: 0 5px; } > a { &:hover, &:active, &:focus { color: color(primary); } } } @each $name, $color in $colors-global { &.#{$name} { > li { &:hover, &:active, &:focus { color: color($name); } } } } }
Version data entries
108 entries across 108 versions & 1 rubygems