aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/auto-search-result-line/auto-search-result-line.styl
blob: df6caa524ff215adf2e1be40da99c27eb2ad006a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.os-auto-search-result-line
  cursor: pointer;
  line-height: 1.1;
  font-size: 1.1em;
  padding: 5px 15px;
  margin: 0 auto;
  color: brand-blue 
  border-bottom: 1px solid #e8e8e8;

  &:hover
    background-color: #f2f2f2;
 
  .sm-header-subline 
    display: block;
    margin-bottom: 5px;
   
  .sm-detail-subline
    display: block;
    white-space: nowrap;
    color: spark-grey

.os-auto-search-result-line:last-child
  border-bottom: none;