@import './../../styles/variables';

.mapList {
  list-style: none;
  padding: 0px;
  border-bottom: 2px solid $gray-400;
  li {
    padding: 17px;
    color: $blue;
    border-top: 2px solid $gray-400;
  }
  .openInMap {
    border-top: 0px;
    color: $gray-400;
  }
}
