Sha256: 4ee98c07ee15f910f56867f10816d3920de082825279defd4896e6812d199087
Contents?: true
Size: 789 Bytes
Versions: 1
Compression:
Stored size: 789 Bytes
Contents
/* =Breadcrumbs -----------------------------------------------------------------------------*/ .breadcrumb { margin: 0; list-style: none; margin-bottom: @base-line; font-size: @font-size-small; color: rgba(0, 0, 0, .5); .clearfix; & li { float: left; } & a { position: relative; margin-right: 8px; padding-right: 13px; color: #000; text-decoration: none; &:hover { .transition(); color: rgba(0, 0, 0, .6); text-decoration: underline; } } & a:before { position: absolute; top: -5px; right: 0; content: " > "; color: rgba(0, 0, 0, .4); font-size: 12px; } &.breadcrumb-path a:before { content: " / "; top: -4px; } & span, & a.active:hover { text-decoration: none; cursor: text; color: rgba(0, 0, 0, .4); } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kube-rails-0.4.0 | vendor/kube/breadcrumbs.less |