Sha256: f40ac10f98c397f2ea24dae9fdc3c8d50b827e25162728a6cf2f6bace870ed83
Contents?: true
Size: 607 Bytes
Versions: 89
Compression:
Stored size: 607 Bytes
Contents
.flashes { @include animation-name(flash-slide-down); @include animation-duration(500ms); @include animation-delay(1500ms); @include animation-fill-mode(forwards); bottom: 0; left: 0; height: $top_nav_height; position: fixed; right: 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-down) { 0% { bottom: 0; } 100% { bottom: 0 - $top_nav_height - 1; } }
Version data entries
89 entries across 89 versions & 1 rubygems