Sha256: 6bd6cbd7f80a542fd351355703ada6d012992fc936b5ae6b5bc7f85a3d79e2f5
Contents?: true
Size: 1.03 KB
Versions: 12
Compression:
Stored size: 1.03 KB
Contents
footer { background-color: $gray-lighter; color: $gray-light; margin-top: $footer-top-margin; padding: 10px; // Styles below keep footer at bottom of viewport position: absolute; bottom: 0; height: $footer-height; width: 100%; .social-share-button { a { display: block; margin-bottom: 5px; background: none; width: 100%; color: $gray-light; } a:hover, a:focus { color: $gray; text-decoration: none; } a:before { content: ''; margin-right: 5px; margin-bottom: -3px; display: inline-block; width: 16px; height: 16px; } a.social-share-button-twitter:before { background: image-url("sprites/social-share-button.png") -32px -48px no-repeat; } a.social-share-button-facebook:before { background: image-url("sprites/social-share-button.png") -32px 0px no-repeat; } a.social-share-button-google_plus:before { background: image-url("sprites/social-share-button.png") -16px -32px no-repeat; } } }
Version data entries
12 entries across 12 versions & 1 rubygems