Sha256: 46d01bbac80c9ca9fcd13c6b4d899b581dddf8ab3f4afbc21b2b51ae515df877
Contents?: true
Size: 1.58 KB
Versions: 2
Compression:
Stored size: 1.58 KB
Contents
div.ap-breadcrumb { @include clearfix; font-family: $base-font-family; box-shadow: 1px 1px 1px darken($base-background-color, 10); border: 1px solid #eee; border-bottom: 1px solid #ccc; border-radius: 5px; margin-bottom: 20px; font-size: 0.8em; background-color: #fff; font-weight: bold; ul { float: left; @include linear-gradient(#fff, #fff); display: inline-block; li { display: inline-block; color: #999; padding: 10px 15px; border-left: 1px solid #ccc; a { color: #999; } a:hover { color: #454545; } } li:first-child { border-left: none; } li.active { color: #454545; background: #fff; border-left: 1px solid #ccc; font-weight: bold; span.resource { color: #bbb; display: inline-block; padding-right: 10px; &:after { content: ':'; } } } } .tools { @include linear-gradient(#fff, #fff); float:right; @include clearfix; a { @include transition(all, 0.5s); float: left; display: block; color: #999; padding: 10px 20px; border-left: 1px solid #ccc; color: #666; } a:hover { color: #000; background: #f0f0f0; } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
app_kit-0.0.2 | app/assets/stylesheets/app_kit/breadcrumb.css.scss |
app_kit-0.0.1 | app/assets/stylesheets/app_kit/breadcrumb.css.scss |