Sha256: 5e566040e715cd21de1a4b316e6b33eb51d7b03fd5306a407a5ad622b33e3b1f
Contents?: true
Size: 1.57 KB
Versions: 2
Compression:
Stored size: 1.57 KB
Contents
#admin_crumbtrail { position: absolute; top: -42px; left: 20px; z-index: 1000; color: #000; margin: 0; padding: 0; a { color: #666; text-decoration: none !important; } a:hover { color: #000; } } #crumbtrail{ display: inline-block; position: relative; top: 11px; left: 12px; a { background-color: #4f5e73; display: inline-block; color: #fff; line-height: 30px; font-size: 12px; margin-right: 5px; text-decoration: none; padding: 0 12px 0 17px; text-transform: uppercase; position: relative; &::after { position: absolute; left: 100%; top: 0; content: " "; width: 0; height: 0; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 5px solid #4f5e73; display: block; } &::before { position: absolute; left: 0; top: 0; content: " "; width: 0; height: 0; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 5px solid #edeef0; display: block; } &:first-of-type { border-top-left-radius: 5px; border-bottom-left-radius: 5px; &::before { display: none; } } &:last-of-type { border-top-right-radius: 5px; border-bottom-right-radius: 5px; &::after { display: none; } } &:hover { background-color: shade(#4f5e73, 10%); } &:hover::after { border-left: 5px solid shade(#4f5e73, 10%); } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
caboose-cms-1.0.2 | app/assets/stylesheets/caboose/admin/modules/crumbtrail.scss |
caboose-cms-1.0.1 | app/assets/stylesheets/caboose/admin/modules/crumbtrail.scss |