Sha256: cd041521bc4e24bbf939c47f7a83e2c1a0118762ab4e67faa375b2914152457c
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 KB
Contents
// // Menu // -------------------------------------------------- .navbar{ min-height: 45px; background: #333; .logo{ float: left; .brand{ display: block; padding: 15px 0; color: #FFF; } } .menu{ float: left; list-style: none; margin: 0 15px; padding: 0; position: relative; &.right{ float: right; } > li{ float: left; > a{ display: block; padding: 15px 20px; position: relative; text-decoration: none; color: #EEE; &:before { content: ''; position: absolute; top: 0; left: 0; height: 100%; border-right: solid 1px #4E4E4E; } &:hover { background: #272727; } &:active{ background: #000; } } &:last-child a:after { content: ''; position: absolute; top: 0; right: 0; height: 100%; border-right: solid 1px #4E4E4E; } &.active{ a{ background: #288EDF; color: #FFF; &:before, &:after { border: none; } &:hover { background: #2F9CF3; } &:active{ background: #0380E8; } } & + li a:before { display: none; } } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mice-0.0.6 | vendor/assets/stylesheets/mice/_menu.scss |