Sha256: 2a742617b54b40a5d110b2dbcf18b4ba0622a2a8eb1f2ea7b07088b07fa5ff96
Contents?: true
Size: 635 Bytes
Versions: 12
Compression:
Stored size: 635 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 +opacity(0.2) &:hover, &:focus color: $close-color text-decoration: none cursor: pointer +opacity(0.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
12 entries across 12 versions & 1 rubygems