.action-buttons {
  display: flex;

  > * {
    padding: 0 0 0 5px;
  }

  .icon.clone {
    &:before {
      font-family: "solspace-freeform-craft", sans-serif;
      content: "\e819";
      color: rgba(0, 0, 0, 0.2);
    }

    &:hover {
      &:before {
        color: #0a0d0f;
      }
    }
  }
}

.icon-refresh {
  margin-left: 10px;

  &:before {
    font-family: "Craft", sans-serif;
    content: 'refresh';
  }
}

#content {
  padding: 0;
}
