mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 13:03:33 +00:00
fix styling of the import modal
This commit is contained in:
parent
0576380811
commit
57079fc986
1 changed files with 17 additions and 0 deletions
|
@ -345,3 +345,20 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.referencesImportModal {
|
||||
.referencesImportPreview {
|
||||
margin-top: 15px;
|
||||
.referencesImportPreviewScroller {
|
||||
font-family: monospace;
|
||||
font-size: 0.8em;
|
||||
max-height: 360px;
|
||||
overflow: scroll;
|
||||
white-space: pre;
|
||||
padding: 8px 12px;
|
||||
margin-bottom: 15px;
|
||||
border: 1px solid @gray-lighter;
|
||||
background-color: @gray-lightest;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue