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

.icon-help {
  padding: 1px 0 1px 20px;
  /* LTR */
  background: url(../../../../misc/help.png) 0 50% no-repeat;
  /* LTR */
}

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

.feed-icon {
  display: block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(../../../../misc/feed.svg) no-repeat;
}

ul.icon-check {
  list-style-type: none;
}

ul.icon-check.flush {
  padding-left: 0;
}

ul.icon-check li {
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

ul.icon-check li::before {
  width: 1.5rem;
  margin-left: -1.5rem;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: #8ea604;
}

/*# sourceMappingURL=icons.css.map */
