Sha256: f4709ee52f18238e6822c26117a87053eb2437fd4790cd97cd19312fc7f1142a
Contents?: true
Size: 634 Bytes
Versions: 3
Compression:
Stored size: 634 Bytes
Contents
.close { float: right; font-size: ($font-size-base); font-weight: $close-font-weight; line-height: 1; color: $close-color; opacity: .5; @include hover-focus { // color: $close-color; text-decoration: none; cursor: pointer; opacity: 1; } } // Additional properties for button version // iOS requires the button element instead of an anchor tag. // If you want the anchor version, it requires `href="#"`. // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; }
Version data entries
3 entries across 3 versions & 1 rubygems