Sha256: f999e0db52e2238a538077a3ba8d7b10e4491b9111a10e93c4536f3cb3f30673
Contents?: true
Size: 515 Bytes
Versions: 1
Compression:
Stored size: 515 Bytes
Contents
.chip { display: inline-flex; align-items: center; height: 32px; padding: 8px 12px; border-radius: 8px; font-size: 14px; font-weight: 500; margin-right: 8px; white-space: nowrap; @media (prefers-color-scheme: light) { background: rgb(var(--md-sys-light-secondary-fixed)); color: rgb(var(--md-sys-dark-on-secondary-fixed)); } @media (prefers-color-scheme: dark) { background: rgb(var(--md-sys-dark-secondary-fixed)); color: rgb(var(--md-sys-dark-on-secondary-fixed)); } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
material_design-0.8.0 | app/assets/stylesheets/material_design/chips.css |