Sha256: ec209fe80c3d650dadfb8e67ec1600fef0b070aca890fc65e3963ffeb0a9583f
Contents?: true
Size: 626 Bytes
Versions: 11
Compression:
Stored size: 626 Bytes
Contents
/* Close buttons Markup: <a href="#" class="close">×</a> <button type="button" class="close">×</button> Styleguide 6 */ @if $close { .close { float: right; font-size: 1em; font-weight: bold; color: $black; @include opacity(20); &:hover, &:focus { color: $black; text-decoration: none; cursor: pointer; @include opacity(40); } } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } }
Version data entries
11 entries across 11 versions & 1 rubygems