Sha256: 4b36d048427b4a55896bba54890013bd3546d84a74ecd413f814b18bb97a5a89
Contents?: true
Size: 687 Bytes
Versions: 3
Compression:
Stored size: 687 Bytes
Contents
.tag { display: inline-block; padding: $baseline/4 $gutter/2; background: #F7F7F7; font-size: rem(12px); border-radius: $borderRadius; vertical-align: middle; cursor: default; } .tag.tag--yesNo { width: rem(52px); text-align: center; } .tag.tag--primary { background: lighten($color-primary, 40%); color: $color-primary } .tag.tag--small { font-size: rem(10px); padding: 0 $gutter/2; } .tag .fa { color: darken(#F7F7F7, 10%); font-size: rem(10px); margin-right: $gutter/2; } .tag.tag--success { background: #8ddf8d; color: green; } .tag.tag--danger { background: #df8d8d; color: #6c4949; } .tag-remove { margin-left: $gutter/2; cursor: pointer; }
Version data entries
3 entries across 3 versions & 1 rubygems