Sha256: 85f6371a6b6b97298ae886ac5bfe37ff3496a77bedda743e6de175e1428df72b
Contents?: true
Size: 517 Bytes
Versions: 14
Compression:
Stored size: 517 Bytes
Contents
#breadcrumbs { padding: 0; } .breadcrumb { background: none; padding: 0.5rem 0; margin: 0; li { color: $font-color; font-size: font-px-to-rem(11px); @include media-breakpoint-up(sm) { font-size: font-px-to-rem(16px); } @include media-breakpoint-up(lg) { font-size: font-px-to-rem(12px); } a { color: inherit; } } } .breadcrumb-product-name { padding-right: 9.5px; } .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
Version data entries
14 entries across 14 versions & 1 rubygems