Sha256: 50c9c0d557dc0393d871454eb49d7ffb35df54fc672d632a608b41e951608da8
Contents?: true
Size: 965 Bytes
Versions: 20
Compression:
Stored size: 965 Bytes
Contents
.product-display { .media-object { padding-left: 15px; @media #{$small-only} { width: 100%; } @media #{$medium-up} { width: 33%; } } .media-texts { padding-left: 15px; @media #{$small-only} { width: 100%; } @media #{$medium-up} { width: 66%; } } img.product-image { min-height: 275px; } .product-title { font-size: 2rem; text-transform: capitalize; } .taxon-tags { padding-bottom: 15px; } .tag { @include transition-property(background-color); @include transition-duration(300ms); @include transition-timing-function(ease-out); background: { color: darken(red, 25%); } &:hover { background-color: darken(red, 15%); } &:before { content: "+"; } font-size: 1.15rem; color: #ddd; padding-left: 5px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; margin-right: 10px; } }
Version data entries
20 entries across 20 versions & 1 rubygems