Sha256: 7de94094175a52a021a290fb088f152fbba7d1728d5fb43d499fe10a104ba1f1
Contents?: true
Size: 1.31 KB
Versions: 22
Compression:
Stored size: 1.31 KB
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: 10px 20px 100px 10px; text-align: right; } // nav items #tabs { li { background-position: 0 10px; a { border-top: 1px solid gray(190); color: $black; display: block; line-height: 36px; margin: 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: ">"; } } } // Nav item has module name as ID &#dashboard { @include icon('application_view_tile'); } &#admin_users { @include icon('user_gray'); } &#pages { @include icon('page_white_text'); } &#posts { @include icon('newspaper'); } &#tags { @include icon('tag_purple'); } } } }
Version data entries
22 entries across 22 versions & 1 rubygems