diff --git a/services/web/app/views/project/list/modals.pug b/services/web/app/views/project/list/modals.pug
index c31297e696..7d5a80743a 100644
--- a/services/web/app/views/project/list/modals.pug
+++ b/services/web/app/views/project/list/modals.pug
@@ -342,17 +342,17 @@ script(type="text/ng-template", id="v1ImportModalTemplate")
.v1-import-step-2(ng-show="step === 2")
.v1-import-row
.v1-import-warning.v1-import-col(aria-label="Warning symbol.")
- i.fa.fa-exclamation-triangle
+ i.fa.fa-flask
.v1-import-col
h2.v1-import-title #[strong Warning:] Overleaf v2 is Experimental
- p We are still working hard to bring some Overleaf v1 features to the v2 editor. If you move this project to v2 now, you will:
+ p We are still working hard to bring some Overleaf v1 features to the v2 editor. In v2 there is:
ul
- li Lose access your project via git
- li Not be able to use the Journals and Services menu to submit directly to our partners
- li Not be able to use the Rich Text (WYSIWYG) mode
- li Not be able to use linked files (to URLs or to files in other Overleaf projects)
- li Not be able to use some bibliography integrations (Zotero, CiteULike)
- li Lose access to your labelled versions and not be able to create new labelled versions
+ li No Journals and Services menu to submit directly to our partners yet
+ li No Rich Text (WYSIWYG) mode yet
+ li No linked files (to URLs or to files in other Overleaf projects) yet
+ li No Zotero and CiteULike integrations yet
+ li No labelled versions yet
+ p.row-spaced-small If you currently use the Overleaf Git bridge with your v1 project, you can migrate your project to the Overleaf v2 GitHub integration.
.v1-import-cta
p
strong Please note: you cannot move this project back to v1 once you have moved it to v2. If this is an important project, please consider making a clone in v1 before you move the project to v2.
diff --git a/services/web/public/stylesheets/app/list/v1-import-modal.less b/services/web/public/stylesheets/app/list/v1-import-modal.less
index eac07d8772..21d64299e8 100644
--- a/services/web/public/stylesheets/app/list/v1-import-modal.less
+++ b/services/web/public/stylesheets/app/list/v1-import-modal.less
@@ -1,5 +1,6 @@
.v1-import-title {
text-align: center;
+ margin-top: @line-height-computed / 2;
}
.v1-import-row {
@@ -8,9 +9,6 @@
}
.v1-import-col {
- flex-basis: 50%;
- flex-grow: 0;
- flex-shrink: 0;
padding-left: 15px;
padding-right: 15px;
}
@@ -33,9 +31,8 @@
}
.v1-import-warning {
- text-align: center;
- color: #fdce02;
- font-size: 14em;
+ color: #4B7FD1;
+ font-size: 10em;
line-height: 1em;
}