Sha256: 4533fd483e4dd965cba1f96e26151ea5512f9eeb6e58b415580c6fbf999049c3
Contents?: true
Size: 609 Bytes
Versions: 43
Compression:
Stored size: 609 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; } /* 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
43 entries across 43 versions & 1 rubygems