Event-Planner / client / src / components / venue-search / favorite-venues / favorite-venues.css
favorite-venues.css
Raw
.favorite-title {
    margin-top: 35px;
    text-align:center;
  }

.table {
    margin-left: 10px;
    margin-right: 30px;
    margin-top: 30px;
    background: #EAEFEB;
}

.table th {
    background: #EAEFEB;
    border-bottom: 1px solid grey;
    font-weight: bold;
    text-align: left;
  }

.back-button {
    display: inline-block;
    margin-left: 10px;
    margin-right: 30px;
}

.no-fav {
  display: block;
  text-align:center;
  color: grey;
  margin-top: 2em;
  margin-bottom: 1em;
}