.button-fab {
  align-items: center;
  justify-content: center;
  background-color: #13d07c;
  border: 2px solid #13d07c;
  color: #fff;
  font-weight: 600;
  text-transform: none;
  font-size: 15px;
  i {
    font-weight: 600;
  }
  &:hover {
    text-decoration: none;
    background-color: #fff !important;
    color: #13d07c;
  }
  &:not(last-child){
    margin-right: 10px;
  }

  &.edit {
    background-color: #fdcd05;
    border-color: #fdcd05;
    &:hover {
      color: #fdcd05;
    }
  }
  &.delete {
    background-color: #F1536E;
    border-color: #F1536E;
    &:hover {
      color: #F1536E;
    }
  }
  &.link {
    background-color: #3DA5F4;
    border-color: #3DA5F4;
    &:hover {
      color: #3DA5F4;
    }
  }
}

a:hover {
  text-decoration: none;
}
