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