@import "../../../styles/colors.scss";
@import "../../../styles/fonts.scss";

.light_delete_button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none;
  padding: 0;
  border-radius: 50%;
  background-color: transparent;
}

.dark_delete_button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none;
  padding: 0;
  border-radius: 50%;
  background-color: transparent;
}
