Sha256: 03d45101493dc57e86bb4e6569305a5fc85021d8f58b4a29d780b84c6c8ce5c6
Contents?: true
Size: 695 Bytes
Versions: 4
Compression:
Stored size: 695 Bytes
Contents
/* Partial: twitter/bootstrap/_close.scss */ // // Close icons // -------------------------------------------------- .close { float: right; font-size: 20px; font-weight: bold; line-height: $baseLineHeight; color: $black; text-shadow: 0 1px 0 rgba(255,255,255,1); @include opacity(20); &:hover { color: $black; text-decoration: none; cursor: pointer; @include opacity(40); } } // 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
4 entries across 4 versions & 2 rubygems