Sha256: 9b74152f28ceb9bd574ce88eade38c83002fee63bab764ba49f3641da40e0d0b
Contents?: true
Size: 566 Bytes
Versions: 40
Compression:
Stored size: 566 Bytes
Contents
/*------------------------------------ Alerts ------------------------------------*/ /* Alert Close Button */ .u-alert-close--light { font-weight: 300; color: #000; opacity: .7; text-shadow: none; transition: color .3s; font-size: 18px; &:hover { opacity: 1; } &:focus, &:active:focus { outline: 0 none; box-shadow: none; } } /* Alert Lists */ .u-alert-list { margin-left: -20px; } /* Alert Lists with Font Awesome Icons */ .alert__icon { margin-left: 20px; } .alert__icon-list { font-size: 12px; line-height: 1.5; }
Version data entries
40 entries across 40 versions & 1 rubygems