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

.icon-help {
  background-image: url(../../images/fa-black/question-circle.svg);
  background-position: 0 50%; /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px; /* LTR */
}

[dir="rtl"] .icon-help {
  background-position: 100% 50%;
  padding: 1px 20px 1px 0;
}

.feed-icon {
  background-image: url(../../images/fa-black/feed.svg);
  background-position: center center;
  background-size: 16px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
}
