.baj-grid-striped {
  border-top: 1px solid #dee2e6;
}

.baj-grid-striped > div {
  min-height: 6rem;
}

.baj-grid-striped > div:nth-child(odd){
  background-color: rgba(0, 0, 0, .05);
}