Sha256: 18335ef9c982f2752c424059e1d854675cd2ebaf7298cf06d0d70dae202bcf4d
Contents?: true
Size: 610 Bytes
Versions: 6
Compression:
Stored size: 610 Bytes
Contents
// // Menu // -------------------------------------------------- .menu{ list-style: none; margin: 0 15px; padding: 0; position: relative; &.righted{ float: right; } .menu{ display: none; } > li{ // float: left; > a{ display: block; position: relative; text-decoration: none; color: #666; position: relative; } &.active{ a{ color: #428BCA; background: #F5F5F5; &:after{ height: 3px; background-color: #428BCA; } } } } }
Version data entries
6 entries across 6 versions & 1 rubygems