Sha256: d32e10868776c906d8fe594b4d5d653f8d7f96d01c813c5ca590d0c436c70186
Contents?: true
Size: 475 Bytes
Versions: 6
Compression:
Stored size: 475 Bytes
Contents
// Breadcrumbs .breadcrumb { list-style: none; margin: $unit-1 0; padding: $unit-1 0; .breadcrumb-item { color: $gray-color-dark; display: inline-block; margin: 0; padding: $unit-1 0; &:not(:last-child) { margin-right: $unit-1; a { color: $gray-color-dark; } } &:not(:first-child) { &::before { color: $gray-color-light; content: "/"; padding-right: $unit-2; } } } }
Version data entries
6 entries across 6 versions & 1 rubygems