mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
basic css for references search form
This commit is contained in:
parent
326d9e59f8
commit
63c9b91a7b
1 changed files with 14 additions and 0 deletions
|
@ -242,3 +242,17 @@
|
|||
margin-top:10px;
|
||||
margin-bottom:0px;
|
||||
}
|
||||
|
||||
.references-search-modal {
|
||||
.search-form {
|
||||
input {
|
||||
width: 85%;
|
||||
}
|
||||
button {
|
||||
width: 14%;
|
||||
}
|
||||
}
|
||||
.search-results {
|
||||
margin-top: 14px;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue