Sha256: 019819a9a8184bbb938312a8cabe59859aae333743cd259b210f413740c7876d
Contents?: true
Size: 727 Bytes
Versions: 23
Compression:
Stored size: 727 Bytes
Contents
// Table of Contents // ================================================== // Tag // scss-lint:disable ImportantRule // Tag // ================================================== .tag { margin: 2px 2px 2px 0; padding-top: 5px !important; padding-right: 22px !important; [data-role='remove'] { cursor: pointer; margin-left: 5px; &::after { @if $font-icon == 'Active Icons' { content: '\e9fc'; } @if $font-icon == 'Dripicons' { content: '\54'; } font-family: $font-icon; font-style: normal; font-variant: normal; font-weight: normal; margin-top: 1px; position: absolute; speak: none; text-transform: none; } } }
Version data entries
23 entries across 23 versions & 1 rubygems