Sha256: 4b9f22c23df630394bbaea0b03a2b7628f4f842f3709b346c39b1c856c8d2375
Contents?: true
Size: 406 Bytes
Versions: 33
Compression:
Stored size: 406 Bytes
Contents
.alert { position: absolute; bottom: 3.3em !important; top: auto !important; right: 2.5em !important; width: auto !important; z-index: 9999 !important; border-radius: 2em !important; animation: hideMe 5s 1; animation-fill-mode: forwards; animation-delay: 2s; } @keyframes hideMe { 0% { opacity: 1; } 100% { opacity: 0; } }
Version data entries
33 entries across 33 versions & 1 rubygems