Sha256: e91b8149570433d27246fd4ee5cf9422f37ab3619e97b5129fedd66d67c76996
Contents?: true
Size: 681 Bytes
Versions: 3
Compression:
Stored size: 681 Bytes
Contents
// icon base option bar for an article, // to provide some icon based links, for // each article. nav.__option_bar { @include component; @include default-side-margin; margin-top: 1em; margin-bottom: 0.2em; ul { li { @include component; @include floating(right); width: 35px; height: 33px; padding-top: 3px; text-align: center; // last element in line, cause it is floated right &:first-of-type { @include border-radius(0 16px 16px 0); width: 33px; } &:last-of-type { @include border-radius(16px 0 0 16px); width: 33px; background-position: -2px; } } } }
Version data entries
3 entries across 3 versions & 1 rubygems