Sha256: 46ad3b705c12670823aea72f61344ca177f09ee2f09a819e72f4f5416b97e41a
Contents?: true
Size: 656 Bytes
Versions: 5
Compression:
Stored size: 656 Bytes
Contents
// icon base option bar for an article, // to provide some icon based links, for // each article. nav.__option_bar { @include component; position: absolute; top: -2.25em; right: 0; 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
5 entries across 5 versions & 1 rubygems