@charset "utf-8";

#show-comment {
  .ant-card.plus {
    text-align: center;
    cursor: pointer;
  }

  .ant-card {
    margin-bottom: 20px;
  }

  .delete-button {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}