Sha256: 778247bc7871feb9a537f601626a0568fb006d25759fc296917f2b89b2519b12
Contents?: true
Size: 1013 Bytes
Versions: 40
Compression:
Stored size: 1013 Bytes
Contents
/*------------------------------------ Breadcrumbs v2 ------------------------------------*/ .u-breadcrumbs-v2 { padding-left: 0; margin-bottom: 0; > * { display: inline-block; vertical-align: middle; > * { display: block; border-radius: 3px; } } a { &:hover { text-decoration: none; } } [class*="u-triangle"]:not([class*="__front"], [class*="__back"]) { display: none; } } @media (min-width: $g-md) { .u-breadcrumbs-v2 { > * { position: relative; background-color: $g-color-white; > * { border-radius: 0; } &:first-child { > * { border-radius: 5px 0 0 5px; } } &:last-child { > * { border-radius: 0 5px 5px 0; } } } [class*="u-triangle"]:not([class*="__front"], [class*="__back"]) { top: 0; z-index: 2; display: block; width: 20px; height: 100%; margin-left: -0.05em; } } }
Version data entries
40 entries across 40 versions & 1 rubygems