Sha256: 52aaa2021c4becb9475b7d222659ec425add8f1071e279867cb262a6d3966772
Contents?: true
Size: 634 Bytes
Versions: 31
Compression:
Stored size: 634 Bytes
Contents
@import "stylesheets/decidim/vendor/_social_share_button"; $size: 45px; .share-link:hover{ text-decoration: underline; cursor: pointer; } .social-share-button{ display: inline-block; vertical-align: top; .ssb-icon{ margin-right: 5px; background-size: $size $size; height: $size; width: $size; } } a.ssb-icon.ssb-whatsapp_app{ display: none; } @media (hover: none) and (pointer: coarse){ a.ssb-icon.ssb-whatsapp_app{ display: inline-block; } a.ssb-icon.ssb-whatsapp_web{ display: none; } } #urlShareLink{ // Prevent the "not-allowed" cursor in the share input. cursor: auto; }
Version data entries
31 entries across 31 versions & 1 rubygems