mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 03:33:27 +00:00
styling for search results in references search modal
This commit is contained in:
parent
aa20661372
commit
1dc62bdeca
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue