mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
css for hit class.
This commit is contained in:
parent
63c9b91a7b
commit
aa20661372
1 changed files with 7 additions and 0 deletions
|
@ -254,5 +254,12 @@
|
|||
}
|
||||
.search-results {
|
||||
margin-top: 14px;
|
||||
.hit {
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding: 15px;
|
||||
&:last-child {
|
||||
border-bottom: 1px solid transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue