Sha256: f5bf23b7542d6811c95713d6743e225a52c77540c2a7095c9613e32c8b6665d0
Contents?: true
Size: 673 Bytes
Versions: 65
Compression:
Stored size: 673 Bytes
Contents
@mixin flash { padding: 0; li { display: flex; justify-content: space-between; min-height: 3rem; line-height: 3rem; padding: 0 1.5rem; list-style: none; grid-area: status; font-weight: bold; border: 1px solid var(--flash-color); color: var(--flash-color); } button { display: inline; background: white; border: none; color: var(--flash-color); cursor: pointer; } .alert { --flash-color: var(--site-alert); } .notice { --flash-color: var(--site-notice); } .success { --flash-color: var(--site-success); } .warning, .error { --flash-color: var(--site-warning); } }
Version data entries
65 entries across 65 versions & 1 rubygems