/* Styles for icon-sprite.hbs */

/* The sprite only defines <symbol>s; it must never occupy layout space. */
.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
