search.scss 277 Bytes
Newer Older
1 2
.search-results {
  .search-result-row {
3 4 5
    border-bottom: 1px solid #DDD;
    padding-bottom: 15px;
    margin-bottom: 15px;
6 7
  }
}
8 9 10 11 12 13 14 15 16 17 18 19

.search-holder {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;

  input {
    border-color: #BBB;
    font-weight: bold;
  }
}