Sha256: 8a4b4305bc47ee3a182a84669edd0353a2c0b65b0cf6145c9890c24dfb5e898a
Contents?: true
Size: 1.31 KB
Versions: 1
Compression:
Stored size: 1.31 KB
Contents
// // Tile // ------------------------------------------------- .tile { background-color: mix(@brand-primary, @inverse, 8%); border-radius: @border-radius-large; 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; } // Retina Support @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 (-moz-min-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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flatui-rails-less-1.0 | vendor/assets/stylesheets/modules/tile.less |