@import "../../constants/index.scss";

.popup {
  margin-right: 8px;

  &Button {
    width: 100%;
  }
}

.popupIcon {
  width: 20px;
  height: 20px;
  border-radius: 8px;
}

.popupIconTicked {
  svg circle {
    fill: $primary-color;
  }

  path,
  g {
    stroke: #fff;
  }
}
