Sha256: d08d15fd2f1c6aa2a3bfc0666a11b2bc5785ce8513e63c640c0fc3db538cc025

Contents?: true

Size: 156 Bytes

Versions: 63

Compression:

Stored size: 156 Bytes

Contents

@keyframes highlight {
  0% {
    background: $nhs-yellow
  }
  100% {
    background: none;
  }
}

.post-action-highlight {
  animation: highlight 1.5s;
}

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta10 app/assets/stylesheets/renalware/partials/_animations.scss
renalware-core-2.0.0.pre.beta9 app/assets/stylesheets/renalware/partials/_animations.scss
renalware-core-2.0.0.pre.beta8 app/assets/stylesheets/renalware/partials/_animations.scss