@import "./variables.scss";

.group-action {
  text-align: center;
}

.group-action span {
  display: inline-block;
  padding: 0px 10px;
  color: #2192d9;
  cursor: pointer;
}

.make-sure,
.make-sure:hover,
.make-sure:active,
.make-sure:focus {
  background: #ff6a00;
  color: #ffffff;
  border: none;
  margin: 0px 10px;
}
