Sha256: 83cae1a0f04e969e146e72efd0373e22eb6ebc86d189661563156419783162c5
Contents?: true
Size: 473 Bytes
Versions: 46
Compression:
Stored size: 473 Bytes
Contents
//Variables $tags-border: $border; /* Tags */ .tags{ list-style: none; margin: 0 0 1rem; font-size: 90%; li{ display: inline-block; margin-right: .3rem; margin-bottom: .5rem; } a{ display: inline-block; border: $tags-border; padding: 0 .5rem; &:hover{ text-decoration: underline; } } } .tags:last-child{ margin-bottom: -.5rem; } .tags--inline{ display: inline; } .tags--list{ li{ display: block; } }
Version data entries
46 entries across 46 versions & 1 rubygems