moonleerecords/moonlee-website

View on GitHub
app/assets/stylesheets/base/icons.scss

Summary

Maintainability
Test Coverage
// works with font awesome icons
.fa-custom-font-awesome-icon {
  background-size: 100% 100%;
  height: 0.9em;
  vertical-align: top;
  width: 0.9em;
}

.fa-custom-songkick {
  @extend .fa-custom-font-awesome-icon;
  background: image-url('icons/songkick.svg') no-repeat;
  height: 22px;
  width: 22px;
}

.fa-custom-cd {
  @extend .fa-custom-font-awesome-icon;
  background: image-url('icons/cd.svg') no-repeat;
}

.fa-custom-lp {
  @extend .fa-custom-font-awesome-icon;
  background: image-url('icons/lp.svg') no-repeat;
}

.fa-custom-digital {
  @extend .fa-custom-font-awesome-icon;
  background: image-url('icons/digital.svg') no-repeat;
}

.fa-custom-booking {
  @extend .fa-custom-font-awesome-icon;
  background: image-url('icons/booking_van.svg') no-repeat;
}

.fa-custom-store {
  @extend .fa-custom-font-awesome-icon;
  background: image-url('icons/store.svg') no-repeat;
}