/**
 * @file
 * Visual styles for icons.
 */

.icon-help {
  padding: 16px 16px 16px 42px; /* LTR */
  background: url(../../images/icons/help.svg) 0 50% no-repeat; /* LTR */
}

.icon-checkbox {
  padding: 16px 16px 16px 42px; /* LTR */
  background: url(../../images/icons/check_box.svg) 0 50% no-repeat; /* LTR */
}

.icon-amped-squares {
  padding: 16px 16px 16px 42px; /* LTR */
  background: url(../../images/icons/amped_squares.svg) 0 50% no-repeat; /* LTR */
  background-size: contain;
}

[dir="rtl"] .icon-help {
  padding: 16px 20px 16px ;
  background-position: 100% 50%;
}
.feed-icon {
  display: block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(../../images/icons/feed.svg) no-repeat;
}
