Sha256: 1b5e9728e2318711b86624921885ac3e00a79f5ef1e255434041b99725b3d9aa
Contents?: true
Size: 1.21 KB
Versions: 19
Compression:
Stored size: 1.21 KB
Contents
// // Sidebar // -------------------------------------------------- .sidebar{ background-color: #FAFAFA; .menu{ list-style: none; margin: 0; padding: 15px 0; position: relative; > li{ line-height: 30px; padding: 0 15px; position: relative; &:hover:not(.heading){ background: rgba(0, 64, 84, 0.03); } &.heading{ text-transform: uppercase; padding-top: 30px; a{ color: #333; } &:before{ margin: 15px; content: ''; position: absolute; top: 0; right: 0; left: 0; border-bottom: solid 1px #FFF; } } &.heading:first-of-type{ padding-top: 0; &:before{ display: none; } } > a{ display: block; position: relative; text-decoration: none; } &.active{ background: rgba(0, 64, 84, 0.05); a{ &:before, &:after { border: none; } } & + li a:before { display: none; } } } } }
Version data entries
19 entries across 19 versions & 1 rubygems