Sha256: ca4f26f3478cab880255ecbe9e9877b7ad2429426e317dccdf0924f1d5470a79
Contents?: true
Size: 473 Bytes
Versions: 29
Compression:
Stored size: 473 Bytes
Contents
.content-toggle{ &__bg{ background-color: $stone; padding: $base-padding; margin-bottom: $base-margin; } &__close{ @extend .fa; @extend .fa-close; color: $charcoal; cursor: pointer; float: right; } //We have to create our own classes for this because Foundation's default show/hide classes //have importants on them which messes with the specificity &--hidden{ display: none; } &--visible{ display: block; } }
Version data entries
29 entries across 29 versions & 1 rubygems