Sha256: 4c7b1abb5e9b2fe3b5fc27b1f1bdc9855f4eb1d69deaedab4042f5ea82266525
Contents?: true
Size: 684 Bytes
Versions: 55
Compression:
Stored size: 684 Bytes
Contents
// // Close icons // -------------------------------------------------- .close { float: right; font-size: ($font-size-base * 1.5); font-weight: $close-font-weight; line-height: 1; color: $close-color; text-shadow: $close-text-shadow; @include opacity(.2); &:hover, &:focus { color: $close-color; text-decoration: none; cursor: pointer; @include opacity(.5); } } // Additional properties for button version // iOS requires the button element instead of an anchor tag. // If you want the anchor version, it requires `href="#"`. button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; }
Version data entries
55 entries across 55 versions & 4 rubygems