@import '~styles/config';

.deleteButton {
  @include reset-button;

  width: 40px;
  height: 40px;

  cursor: pointer;

  background-color: transparent;

  &__svg {
    fill: $color-warning;
  }
}
