Sha256: 15a416cafb5d548ca430e5b5a8892826b3d060c4c92776e0ed2ba34b3220a15c
Contents?: true
Size: 344 Bytes
Versions: 1
Compression:
Stored size: 344 Bytes
Contents
@mixin notification($bg) { background: $bg; padding: 0.5em 1em; width: 100%; color: $accent-light; } .alert { @include notification($danger); } .notice { @include notification($primary); } .danger { @include notification($danger); } .warning { @include notification($warning); } .success { @include notification($success); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bones-rails-0.1.0 | app/assets/stylesheets/bones/partials/_components.scss |