Add image of v2 editor

This commit is contained in:
Alasdair Smith 2017-11-28 11:45:20 +00:00
parent 265e659999
commit 3aaf6559c8
3 changed files with 6 additions and 2 deletions

View file

@ -321,7 +321,7 @@ script(type="text/ng-template", id="v1ImportModalTemplate")
.modal-body.v1-import-wrapper .modal-body.v1-import-wrapper
.v1-import-step-1(ng-show="step === 1") .v1-import-step-1(ng-show="step === 1")
img( img.v1-import-img(
src="/img/v1-import/v2-editor.png" src="/img/v1-import/v2-editor.png"
alt="The new V2 Editor." alt="The new V2 Editor."
) )
@ -333,7 +333,7 @@ script(type="text/ng-template", id="v1ImportModalTemplate")
li Yet more stuff li Yet more stuff
.v1-import-step-2(ng-show="step === 2") .v1-import-step-2(ng-show="step === 2")
img( img.v1-import-img(
src="/img/v1-import/v2-editor.png" src="/img/v1-import/v2-editor.png"
alt="The new V2 Editor." alt="The new V2 Editor."
) )

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 KiB

View file

@ -2,6 +2,10 @@
text-align: center; text-align: center;
} }
.v1-import-img {
width: 100%;
}
.v1-import-footer { .v1-import-footer {
display: flex; display: flex;
justify-content: space-evenly; justify-content: space-evenly;