Sha256: 600081fc0fccc902cd65d6cf65cccd73e032609b08f00a548639c0d2dad3ab8b
Contents?: true
Size: 781 Bytes
Versions: 19
Compression:
Stored size: 781 Bytes
Contents
.list {} .list-item { display: flex; gap: 16px; padding: 8px 16px; @media (prefers-color-scheme: light) { background: rgb(var(--md-sys-light-surface-container)); } @media (prefers-color-scheme: dark) { background: rgb(var(--md-sys-dark-surface-container)); } } .list-item:hover { cursor: pointer; @media (prefers-color-scheme: light) { background: rgb(var(--md-sys-light-on-surface) / var(--md-sys-light-state-hover-state-layer-opacity)); } @media (prefers-color-scheme: dark) { background: rgb(var(--md-sys-dark-on-surface) / var(--md-sys-light-state-hover-state-layer-opacity)); } } .list-item--content {} .list-item__one-line { height: 56px; } .list-item__two-lines { height: 72px; } .list-item__three-lines { height: 88px; }
Version data entries
19 entries across 19 versions & 1 rubygems