Sha256: 477ab90c8fcf72646c22f4a08d651dda9f9d145b3f9e82074a71684d5b37d0b6
Contents?: true
Size: 596 Bytes
Versions: 7
Compression:
Stored size: 596 Bytes
Contents
.flashes { @include animation-name(flash-slide-up); @include animation-duration(500ms); @include animation-delay(0.75s); @include animation-fill-mode(forwards); left: 0; height: $top_nav_height; position: absolute; right: 0; top: 0; z-index: 20; } .flash { @include border-radius(3px); background-color: $yellow; color: white; line-height: $top_nav_height + 1; padding: 0 20px; text-align: center; &.flash_alert { background-color: $red; } } @include keyframes(flash-slide-up) { 0% { top: 0; } 100% { top: 0 - $top_nav_height - 1; } }
Version data entries
7 entries across 7 versions & 1 rubygems