Sha256: ece6220803f9c00e485e89ab9a59a85ff299a4fec08e7934b48443576240dcd7
Contents?: true
Size: 1.12 KB
Versions: 13
Compression:
Stored size: 1.12 KB
Contents
// Tile module .tile background-color: scale-color($base, $lightness: 92%) border-radius: 6px padding: 14px position: relative text-align: center &.tile-hot &:before background: url('../images/tile/ribbon.png') 0 0 no-repeat background-size: 82px 82px content: '' height: 82px position: absolute right: -4px top: -4px width: 82px p font-size: 15px margin-bottom: 33px .tile-image height: 100px margin: 31px 0 27px vertical-align: bottom &.big-illustration height: 111px margin-top: 20px width: 112px .tile-title font-size: 20px margin: 0 @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) .tile &.tile-hot &:before background-image: url('../images/tile/ribbon-2x.png')
Version data entries
13 entries across 13 versions & 3 rubygems