Sha256: 7d0f0d5f834bd48065b23123b0e3ed49018ae588e8d683ed92762a4c2fc34365
Contents?: true
Size: 775 Bytes
Versions: 1
Compression:
Stored size: 775 Bytes
Contents
// // Breadcrumb // ---------------------------------------- .breadcrumbbar { padding-top: building-units(.5); padding-bottom: building-units(.5); } .breadcrumb { padding: $breadcrumb-padding; margin: $breadcrumb-margin; list-style: none; > li { display: inline-block; > a { color: $breadcrumb-color; } + li:before { font-family: 'Telekom-Icon'; padding: 0 12px 0 8px; content: '\a7'; // \00a0 is the opposite to the space from html code after </li> color: $breadcrumb-color; vertical-align: middle; } } > .active { color: $breadcrumb-color-active; } } .breadcrumb-small { font-size: 15px; padding-top: 5px; padding-bottom: 5px; > li + li:before { padding: 0 10px 0 6px; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
doc-msp-theme-0.1.0 | _sass/_breadcrumb.scss |