mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Style button and content.
This commit is contained in:
parent
2d3aa02eed
commit
b0c3a89a83
1 changed files with 21 additions and 1 deletions
|
@ -254,7 +254,7 @@
|
|||
|
||||
.sl_references_search_hint {
|
||||
position: absolute;
|
||||
bottom: -67px;
|
||||
bottom: -65px;
|
||||
left: -1px;
|
||||
right: 0px;
|
||||
padding: 0 6px 6px;
|
||||
|
@ -265,6 +265,26 @@
|
|||
font-family: @font-family-sans-serif;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
|
||||
hr {
|
||||
margin: 6px -6px;
|
||||
}
|
||||
|
||||
button {
|
||||
width: 100%;
|
||||
font-size: inherit;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
span {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
&_keybinding {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
// -- References Search Modal --
|
||||
.references-search-modal-backdrop {
|
||||
|
|
Loading…
Reference in a new issue