/* Style for required forms, differs from D7 as we do not extend any base theme, should probably ported to styleguide
with voting css, but not sure. */
.form-required:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-image: url(../../../../core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
}

.form-item, .form-actions {
  margin-bottom: 0 !important;
}
