Sha256: 5d5ca5909ef6b3f10d5cbcf16cd506130867fd148c426603249c16999300100a
Contents?: true
Size: 482 Bytes
Versions: 1
Compression:
Stored size: 482 Bytes
Contents
// ------------------------------------------------------------------- // // Breadcrumbs // ------------------------------------------------------------------- // @if $use-breadcrumb == true{ // Simple breadcrumb ">" .breadcrumb > li + li:before{ content:"\00BB" "\00A0"; } // Path breadcrumb "/" .breadcrumb--path > li + li:before{ content:"\002F" "\00A0"; } // Denote the root of the tree .breadcrumb__root{ font-weight:bold; } } // END if
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kentucky-0.3.0 | app/assets/stylesheets/kentucky/objects/_breadcrumb.scss |