Sha256: b130f6cf388c6b983c26dae4958ec95b52bf6cba80766cf16cec1d3b14f53f7a
Contents?: true
Size: 571 Bytes
Versions: 2
Compression:
Stored size: 571 Bytes
Contents
$colors-border: rgba($dark-grey, .25) !default; $colors-h5-background-color: $grey !default; @mixin color-block($color) { .color { @include box-shadow(0 0 0 1px $colors-border); background-color: $color; min-height: 100px; } h5 { @include inline-block; background-color: $colors-h5-background-color; border-radius: $global-radius; font-size: 13px; font-family: $code-font; padding: 2px 5px 3px; } h5:after { @include inline-block; content: ": #{$color};"; vertical-align: baseline; position: relative; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
woo-0.1.0.pre1 | app/assets/stylesheets/woo/mixins/_color-block.scss |
woo-0.0.1 | app/assets/stylesheets/styleguide/mixins/_color-block.scss |