Sha256: d7a62c5dfd099e5c64c150327bd9c8de89564368a44cfee7a046ef7fb9fb2d09
Contents?: true
Size: 459 Bytes
Versions: 5
Compression:
Stored size: 459 Bytes
Contents
/* Place all the styles related to the matching controller here. They will automatically be included in application.css. */ @keyframes blinkGreen { from { background: #66ff66 } to { background: transparent } } @keyframes blinkRed { from { background: #ff6666 } to { background: transparent } } .content-block.successful { animation: 1s blinkGreen ease-in; } .content-block.error { animation: 1s blinkRed ease-in; }
Version data entries
5 entries across 5 versions & 1 rubygems