Sha256: 60454f933de3243db77d6a822bff93aa4e1b88be4e944a29e7de6ee7d5c0d736
Contents?: true
Size: 473 Bytes
Versions: 40
Compression:
Stored size: 473 Bytes
Contents
/*------------------------------------ Badges v2 ------------------------------------*/ [class*="u-badge-v2"] { background-color: $g-color-primary; border-radius: 50%; } .u-badge-v2 { width: 14px; height: 14px; &--xs { width: 8px; height: 8px; } &--sm { width: 12px; height: 12px; } &--md { width: 14px; height: 14px; } &--lg { width: 16px; height: 16px; } &--xl { width: 18px; height: 18px; } }
Version data entries
40 entries across 40 versions & 1 rubygems