Sha256: 8a37b49c288af003564ff4320cca81cac6e5719861e6f60dc56dbec7acee8d8f

Contents?: true

Size: 378 Bytes

Versions: 5

Compression:

Stored size: 378 Bytes

Contents

// List Icons
// -------------------------

.#{$wi-css-prefix}-ul {
  padding-left: 0;
  margin-left: $wi-li-width;
  list-style-type: none;
  > li { position: relative; }
}
.#{$wi-css-prefix}-li {
  position: absolute;
  left: -$wi-li-width;
  width: $wi-li-width;
  top: (2em / 14);
  text-align: center;
  &.#{$wi-css-prefix}-lg {
    left: -$wi-li-width + (4em / 14);
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
weather-icons-rails-0.1.1 app/assets/stylesheets/weather-icons/_list.css.scss
weather-icons-rails-0.1.0 app/assets/stylesheets/weather-icons/_list.css.scss
weather-icons-rails-0.0.3.3 app/assets/stylesheets/weather-icons/_list.css.scss
weather-icons-rails-0.0.3 app/assets/stylesheets/weather-icons/_list.css.scss
weather-icons-rails-0.0.2 app/assets/stylesheets/weather-icons/_list.css.scss