Sha256: 5268310f2c490f25ba19efb95d6d31a48fd4b42ce02cf9b4bc1dd0197bb7d92d
Contents?: true
Size: 464 Bytes
Versions: 4
Compression:
Stored size: 464 Bytes
Contents
/** * details & summary * scateu: 2016-12-01 */ details { border-radius: 3px; background: #EEE; margin: 1em 0; } summary { border: 1px solid $grey-color-light; background: #F5F5F5; color: $text-color; border-radius: 3px; padding: 5px 10px; outline: none; } /* Style the summary when details box is open */ details[open] summary { background: #333; color: #FFF; } summary:hover { background: #333; color: #FFF; cursor: pointer; }
Version data entries
4 entries across 4 versions & 1 rubygems