Sha256: 992b7aec0c7a691101d8e9e09b62c990f44fea68c3b1accd80272651ddac4836
Contents?: true
Size: 798 Bytes
Versions: 1
Compression:
Stored size: 798 Bytes
Contents
/* ======================================================================== Component: breadcrumbs ========================================================================== */ .breadcrumb { font-weight: normal; border-radius: 0; color: $text-muted; padding: 10px 20px; } h3, .content-heading { // Breadcrumb next to view title + .breadcrumb { margin: -25px -25px 20px -20px; background-color: $content-heading-bg; border-top: 1px solid $content-heading-border; border-bottom: 1px solid $content-heading-border; } // Breadcrumb below title > .breadcrumb { background: transparent; font-size: 13px; border: 0; padding: 10px 10px 0 0; margin-bottom: 0; // Breadcrumb right aligned &.pull-right { margin: -2px 0 0; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radius-rails-3.1.4 | app/assets/stylesheets/radius-theme/app/breadcrumbs.scss |