Sha256: df06ba4904a4a618d04e07b853c1f7bdf10fb3bf4077914ac84af6617ade1806

Contents?: true

Size: 331 Bytes

Versions: 5

Compression:

Stored size: 331 Bytes

Contents

.flashes
  background: $flashes--background
  color: $flashes--text
  padding-top: 20px
  padding-bottom: 20px
  font-weight: 400

  opacity: 0
  animation: flashesFadeIn 400ms 100ms ease-out forwards
  animation-delay: 0.4s

.flashes__icon
  margin-right: 0.4em

@keyframes flashesFadeIn
  0%
    opacity: 0
  100%
    opacity: 1

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hackathon_manager-0.14.1 app/assets/stylesheets/hackathon_manager/general/_flashes.sass
hackathon_manager-0.14.0 app/assets/stylesheets/hackathon_manager/general/_flashes.sass
hackathon_manager-0.13.12 app/assets/stylesheets/hackathon_manager/general/_flashes.sass
hackathon_manager-0.13.11 app/assets/stylesheets/hackathon_manager/general/_flashes.sass
hackathon_manager-0.13.10 app/assets/stylesheets/hackathon_manager/general/_flashes.sass