summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/search.scss
blob: 3aaa96da609172170cb7dc5907cf751e77d57cf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.search-results {
  .search-result-row {
    border-bottom: 1px solid #DDD;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

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

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