Sha256: 61e9e0b5722cbee47cadcb07d6b767f5ed9e6d38bd1dd51a3fb6a45e9509c654
Contents?: true
Size: 1011 Bytes
Versions: 75
Compression:
Stored size: 1011 Bytes
Contents
#header { margin: 0 0 20px 0; position: relative; // nav category h1 { color: gray(190); font-size: 16px; font-weight: 600; line-height: 1.2em; margin: -37px 20px 140px 10px; text-align: right; } // nav items #tabs { li { background-position: 0 10px; a { background-position: left center; border-top: 1px solid gray(190); color: $black; display: block; line-height: 36px; padding: 0 0 0 30px; position: relative; text-decoration: none; &:after { position: absolute; right: 10px; } &:hover { color: $blue; } } // li:first-child &:first-child { a { border: none; } } // li.current &.current { a { font-size: 14px; font-weight: bold; &:after { content: "→"; } } } } } }
Version data entries
75 entries across 75 versions & 1 rubygems