Sha256: 361032e9c8899c9163c8c24b07ac90e734f50d306e74b69751f640296761937e

Contents?: true

Size: 1.04 KB

Versions: 19

Compression:

Stored size: 1.04 KB

Contents

/* -------------------------------------------------------------------- *
 * Sprite image width and height
 */
.classic {
  width: 152px;
  height: 135px;
}

/* Getting dimensons from mixin */
.classic-2 {
  width: 152px;
  height: 135px;
}

.indy {
  width: 128px;
  height: 140px;
}

/* Getting dimensons from mixin */
.indy-2 {
  width: 128px;
  height: 140px;
}

/* -------------------------------------------------------------------- *
 * Retina sprite image width and height
 */
.classic {
  width: 304px;
  height: 270px;
}

/* Getting dimensons from mixin */
.classic-2 {
  width: 304px;
  height: 270px;
}

.indy {
  width: 256px;
  height: 280px;
}

/* Getting dimensons from mixin */
.indy-2 {
  width: 256px;
  height: 280px;
}

/* -------------------------------------------------------------------- *
 * Full sprite width / height
 */
.sprite {
  width: 159px;
  height: 416px;
}

/* -------------------------------------------------------------------- *
 * Full retina sprite width / height
 */
.sprite-retina {
  width: 304px;
  height: 550px;
}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ezy-0.4.2.beta test/css/sprites/size.css
ezy-0.3.3 test/css/sprites/size.css
ezy-0.3.2 test/css/sprites/size.css
ezy-0.4.1.beta test/css/sprites/size.css
ezy-0.4.0.beta test/css/sprites/size.css
ezy-0.3.1.beta test/css/sprites/size.css
ezy-0.3.0.beta test/css/sprites/size.css
ezy-0.2.9 test/css/sprites/size.css
ezy-0.2.8 test/css/sprites/size.css
ezy-0.2.7.alpha test/css/sprites/size.css
ezy-0.2.6.alpha test/css/sprites/size.css
ezy-0.2.0 test/css/sprites/size.css
ezy-0.1.1 test/css/sprites/size.css
ezy-0.2.0.alpha test/css/sprites/size.css
ezy-0.1.0 test/css/sprites/size.css
ezy-0.0.8 test/css/sprites/size.css
ezy-0.0.7 test/css/sprites/size.css
ezy-0.0.6 test/css/sprites/size.css
ezy-0.0.5 test/css/sprites/size.css