styling for search results in references search modal

This commit is contained in:
Shane Kilkelly 2016-02-10 16:37:11 +00:00
parent aa20661372
commit 1dc62bdeca

View file

@ -243,6 +243,9 @@
margin-bottom:0px;
}
.references-search-modal-backdrop {
background-color: transparent;
}
.references-search-modal {
.search-form {
input {
@ -254,12 +257,16 @@
}
.search-results {
margin-top: 14px;
.hit {
.search-result-hit {
border-bottom: 1px solid #ddd;
padding: 15px;
&:last-child {
border-bottom: 1px solid transparent;
}
.hit-title {
font-size: 1.3em;
font-weight: bold;
}
}
}
}