Sha256: dbc1663bbc22184c2ac7430cbbdb6cdad1fd77b05c077fe886f756cefd2fcc77
Contents?: true
Size: 549 Bytes
Versions: 1
Compression:
Stored size: 549 Bytes
Contents
@mixin button($color: $accent-light, $background-color: $primary, $hover-background-color: $primary-dark, $active-background-color: $primary-darker) { color: $color; background-color: $background-color; display: inline-block; border: $button-border; padding: $button-padding; margin: $button-margin; font-size: $button-font-size; line-height: $button-font-size; &:hover { background-color: $hover-background-color; cursor: pointer; } &:active { background-color: $active-background-color; outline: none; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bones-rails-0.1.0 | app/assets/stylesheets/bones/mixins/_buttons.scss |