Sha256: e1fac26533e9a0942d98fe0b7c863497cd43662e0b240c105885385978d99887
Contents?: true
Size: 706 Bytes
Versions: 12
Compression:
Stored size: 706 Bytes
Contents
@mixin add_to_bucket { @include color_button(#FFFFFF, $red); line-height: 35px; font-size: 25px; text-transform: uppercase; text-align: center; position: relative; &:before { content: ''; display: block; position: absolute; } } .add_to_bucket { @include add_to_bucket; &:before { width: 44px; height: 44px; left: 18%; top: 14%; background: transparent image-url('cart_icon.png') no-repeat 35% 50%; } } .add_to_bucket_sm { @include add_to_bucket; width: 49px; height: 36px; &:before { width: 33px; height: 33px; left: 18%; top: 1%; background: transparent image-url('c80_yax/cart_icon_sm.png') no-repeat 50% 50%; } }
Version data entries
12 entries across 12 versions & 1 rubygems