Sha256: 05bb39651571f44ee5ea61a77260e3fde5b5b82071b6dc78bbe107fdf06367be
Contents?: true
Size: 625 Bytes
Versions: 8
Compression:
Stored size: 625 Bytes
Contents
div#flash_notices { position: fixed; right: 0; z-index: 400000; width: 400px; top: 0; alchemy-message { font-weight: bold; margin: $default-margin $default-margin 2 * $default-margin; opacity: 0.95; transition-property: opacity, transform; transition-duration: 0.4s; &.dismissed { display: block; opacity: 0; transform: translate3d(0, -100%, 0); } &[type="error"] { cursor: pointer; padding-right: 32px; alchemy-icon[name="close"] { position: absolute; left: initial; right: 2 * $default-padding; } } } }
Version data entries
8 entries across 8 versions & 1 rubygems