Sha256: e5c4a98d4705b99871690f0f40f26e789858fa005d20f076c1e767c9617a8c7f

Contents?: true

Size: 858 Bytes

Versions: 2

Compression:

Stored size: 858 Bytes

Contents

// Icon Sizes
// -------------------------

/* makes the font 33% larger relative to the icon container */
.#{$wi-css-prefix}-xs {
  font-size: (2em /3);
  line-height: (3em / 2);
  vertical-align: 15%;
}

.#{$wi-css-prefix}-md {
  font-size: (4em / 3);
  line-height: (3em / 4);
  vertical-align: -15%;
}
.#{$wi-css-prefix}-lg {
  font-size: (5em / 3);
  line-height: (4em / 5);
  vertical-align: -20%;
}
.#{$wi-css-prefix}-xl {
  font-size: (6em / 3);
  line-height: (5em / 6);
  vertical-align: -30%;
}
.#{$wi-css-prefix}-2x {
  font-size: 2em;
}
.#{$wi-css-prefix}-3x {
  font-size: 3em;
}
.#{$wi-css-prefix}-4x {
  font-size: 4em;
}
.#{$wi-css-prefix}-5x {
  font-size: 5em;
}
.#{$wi-css-prefix}-6x {
  font-size: 6em;
}
.#{$wi-css-prefix}-7x {
  font-size: 7em;
}
.#{$wi-css-prefix}-8x {
  font-size: 8em;
}
.#{$wi-css-prefix}-9x {
  font-size: 9em;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
weather-icons-rails-0.1.1 app/assets/stylesheets/weather-icons/_larger.css.scss
weather-icons-rails-0.1.0 app/assets/stylesheets/weather-icons/_larger.css.scss