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

    .term {
      height: 22px;
    }
  }
}

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

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