Sha256: eeb341e83eb4d06bcff9ae257aeb2776275fb423bc52540d10ee8f758f03a719
Contents?: true
Size: 671 Bytes
Versions: 35
Compression:
Stored size: 671 Bytes
Contents
.flash { margin-bottom: $baseLineHeight; } .flash .flash-item { background-color: $gray; padding: 12px 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-top: 20px; color: $medium_gray; position: relative; } .flash .flash-item .flash-close { position: absolute; top: 13px; right: 15px; color: $medium_gray; &:hover { color: $darker_gray; text-decoration: none; } } /* Colors __________________________________________________________ */ .flash-item.notice { background-color: $lightest_blue; } .flash-item.warning { background-color: $lightest_yellow; } .flash-item.error { background-color: $lightest_red; }
Version data entries
35 entries across 35 versions & 1 rubygems