mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-23 16:04:38 +00:00
Add image of v2 editor
This commit is contained in:
parent
265e659999
commit
3aaf6559c8
3 changed files with 6 additions and 2 deletions
|
@ -321,7 +321,7 @@ script(type="text/ng-template", id="v1ImportModalTemplate")
|
|||
|
||||
.modal-body.v1-import-wrapper
|
||||
.v1-import-step-1(ng-show="step === 1")
|
||||
img(
|
||||
img.v1-import-img(
|
||||
src="/img/v1-import/v2-editor.png"
|
||||
alt="The new V2 Editor."
|
||||
)
|
||||
|
@ -333,7 +333,7 @@ script(type="text/ng-template", id="v1ImportModalTemplate")
|
|||
li Yet more stuff
|
||||
|
||||
.v1-import-step-2(ng-show="step === 2")
|
||||
img(
|
||||
img.v1-import-img(
|
||||
src="/img/v1-import/v2-editor.png"
|
||||
alt="The new V2 Editor."
|
||||
)
|
||||
|
|
BIN
services/web/public/img/v1-import/v2-editor.png
Normal file
BIN
services/web/public/img/v1-import/v2-editor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 205 KiB |
|
@ -2,6 +2,10 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.v1-import-img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.v1-import-footer {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
|
|
Loading…
Reference in a new issue