Sha256: 11f93fb20d4710a19fa58cc98dff13cf45604e0969a99acd829ffbc2f124b44e
Contents?: true
Size: 398 Bytes
Versions: 14
Compression:
Stored size: 398 Bytes
Contents
.flash { animation: appear-then-fade 4s 300ms both; background-color: var(--color-text); border-radius: var(--rounded-full); color: var(--color-text-reversed); margin-block-start: var(--size-4); margin-inline: auto; padding: var(--size-2) var(--size-4); position: fixed; text-align: center; } @keyframes appear-then-fade { 0%, 100% { opacity: 0; } 5%, 60% { opacity: 1; } }
Version data entries
14 entries across 14 versions & 1 rubygems