css for hit class.

This commit is contained in:
Shane Kilkelly 2016-02-10 13:24:07 +00:00
parent 63c9b91a7b
commit aa20661372

View file

@ -254,5 +254,12 @@
} }
.search-results { .search-results {
margin-top: 14px; margin-top: 14px;
.hit {
border-bottom: 1px solid #ddd;
padding: 15px;
&:last-child {
border-bottom: 1px solid transparent;
}
}
} }
} }