Sha256: 2050e5a186b5ac0649d34a964594e7f090206eb615e20d10abdd229187769471
Contents?: true
Size: 1.33 KB
Versions: 2
Compression:
Stored size: 1.33 KB
Contents
nav { @extend %bg-white; @extend %central; clear: both; display: block; text-align: center; width: 100%; .current-page { background: $colour-lightgrey; border-bottom: 2px solid $colour-highlight; margin-bottom: -2px; } a { border: none; display: inline-block; padding: 0.5em; width: 5.3em; &:hover { background-color: $colour-highlight; color: $colour-lightgrey; } } li { display: inline; position: relative; padding: 0; } ul.main-menu { display: block; list-style: none; margin: 0; padding-left: 0; } ul { ul { display: none; float: left; margin: 0; padding-top: 0.5em; position: absolute; top: 100%; left: -90%; width: 100%; z-index: 99999; ul { left: 75%; top: -1.025em; } li { width: 12em; } a { background-color: $colour-lightgrey; } } li { a { &:hover { border: 0; margin: 0; } } } } ul li:hover > ul { display: block; } &::after { @extend %divider-gradient-top; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-perry-0.1.11 | _sass/theme/_navigation.scss |
jekyll-theme-perry-0.1.10 | _sass/theme/_navigation.scss |