Sha256: 9f4ae7702d662fff7544529b8f06dc11177524985e643573ec32ed305f7b93d8
Contents?: true
Size: 631 Bytes
Versions: 5
Compression:
Stored size: 631 Bytes
Contents
@import 'colors'; @import 'icons'; @import 'mixins'; .notice-default { padding: 1em; margin: .5em; color: $dark_grey; background-color: $yellow; overflow: auto; line-height: 1.5; a.dismiss { @include hide-text; margin-top: 0.25em; float: right; @extend .icon-x-large; } } .notice-success { @extend .notice-default; color: $white; background-color: $lime; a.dismiss { @include icon-white; } } .notice-warning { @extend .notice-success; color: $white; background-color: $orange; } .notice-danger { @extend .notice-success; color: $white; background-color: $dark_red; }
Version data entries
5 entries across 5 versions & 1 rubygems