From c8f781b4eabf421276e6b724fee2f83b4cf54696 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Mon, 5 Dec 2022 09:31:29 -0600 Subject: [PATCH] Merge pull request #10750 from overleaf/jel-material-icons-features-page [web] Add material and logo icons for features page GitOrigin-RevId: df2b4bc1817e88c9c4aed8e79af4626947f4dd62 --- .../stylesheets/components/lists.less | 2 +- .../arrow-white-24.svg} | 0 .../img/material-icons/assignment-blue-68.svg | 1 + .../circle-green-24.svg} | 0 .../material-icons/description-blue-68.svg | 1 + .../img/material-icons/functions-green-24.svg | 1 + .../img/material-icons/history-green-24.svg | 1 + .../img/material-icons/note-add-blue-68.svg | 1 + .../img/material-icons/page-green-24.svg | 1 + .../img/material-icons/school-blue-68.svg | 1 + .../public/img/other-brands/logo_dropbox.svg | 5 ++++ .../web/public/img/other-brands/logo_git.svg | 10 +++++++ .../public/img/other-brands/logo_github.svg | 3 ++ .../public/img/other-brands/logo_mendeley.svg | 29 +++++++++++++++++++ .../public/img/other-brands/logo_zotero.svg | 10 +++++++ 15 files changed, 65 insertions(+), 1 deletion(-) rename services/web/public/img/{material-icon-arrow-white.svg => material-icons/arrow-white-24.svg} (100%) create mode 100644 services/web/public/img/material-icons/assignment-blue-68.svg rename services/web/public/img/{material-icon-circle-green.svg => material-icons/circle-green-24.svg} (100%) create mode 100644 services/web/public/img/material-icons/description-blue-68.svg create mode 100644 services/web/public/img/material-icons/functions-green-24.svg create mode 100644 services/web/public/img/material-icons/history-green-24.svg create mode 100644 services/web/public/img/material-icons/note-add-blue-68.svg create mode 100644 services/web/public/img/material-icons/page-green-24.svg create mode 100644 services/web/public/img/material-icons/school-blue-68.svg create mode 100644 services/web/public/img/other-brands/logo_dropbox.svg create mode 100644 services/web/public/img/other-brands/logo_git.svg create mode 100644 services/web/public/img/other-brands/logo_github.svg create mode 100644 services/web/public/img/other-brands/logo_mendeley.svg create mode 100644 services/web/public/img/other-brands/logo_zotero.svg diff --git a/services/web/frontend/stylesheets/components/lists.less b/services/web/frontend/stylesheets/components/lists.less index ef16296983..5d7ced87b2 100644 --- a/services/web/frontend/stylesheets/components/lists.less +++ b/services/web/frontend/stylesheets/components/lists.less @@ -35,7 +35,7 @@ &.checked { li { - background: url('../../../public/img/material-icon-circle-green.svg') + background: url('../../../public/img/material-icons/circle-green-24.svg') no-repeat left top; background-size: @icon-bullet-list-icon-size @icon-bullet-list-icon-size; min-height: @icon-bullet-list-icon-size; diff --git a/services/web/public/img/material-icon-arrow-white.svg b/services/web/public/img/material-icons/arrow-white-24.svg similarity index 100% rename from services/web/public/img/material-icon-arrow-white.svg rename to services/web/public/img/material-icons/arrow-white-24.svg diff --git a/services/web/public/img/material-icons/assignment-blue-68.svg b/services/web/public/img/material-icons/assignment-blue-68.svg new file mode 100644 index 0000000000..e6324c1914 --- /dev/null +++ b/services/web/public/img/material-icons/assignment-blue-68.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/services/web/public/img/material-icon-circle-green.svg b/services/web/public/img/material-icons/circle-green-24.svg similarity index 100% rename from services/web/public/img/material-icon-circle-green.svg rename to services/web/public/img/material-icons/circle-green-24.svg diff --git a/services/web/public/img/material-icons/description-blue-68.svg b/services/web/public/img/material-icons/description-blue-68.svg new file mode 100644 index 0000000000..892821f737 --- /dev/null +++ b/services/web/public/img/material-icons/description-blue-68.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/services/web/public/img/material-icons/functions-green-24.svg b/services/web/public/img/material-icons/functions-green-24.svg new file mode 100644 index 0000000000..a815f9229e --- /dev/null +++ b/services/web/public/img/material-icons/functions-green-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/services/web/public/img/material-icons/history-green-24.svg b/services/web/public/img/material-icons/history-green-24.svg new file mode 100644 index 0000000000..bee242774e --- /dev/null +++ b/services/web/public/img/material-icons/history-green-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/services/web/public/img/material-icons/note-add-blue-68.svg b/services/web/public/img/material-icons/note-add-blue-68.svg new file mode 100644 index 0000000000..be12963be4 --- /dev/null +++ b/services/web/public/img/material-icons/note-add-blue-68.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/services/web/public/img/material-icons/page-green-24.svg b/services/web/public/img/material-icons/page-green-24.svg new file mode 100644 index 0000000000..56c2a9ab26 --- /dev/null +++ b/services/web/public/img/material-icons/page-green-24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/services/web/public/img/material-icons/school-blue-68.svg b/services/web/public/img/material-icons/school-blue-68.svg new file mode 100644 index 0000000000..9a08222bdb --- /dev/null +++ b/services/web/public/img/material-icons/school-blue-68.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/services/web/public/img/other-brands/logo_dropbox.svg b/services/web/public/img/other-brands/logo_dropbox.svg new file mode 100644 index 0000000000..914e1209f0 --- /dev/null +++ b/services/web/public/img/other-brands/logo_dropbox.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/services/web/public/img/other-brands/logo_git.svg b/services/web/public/img/other-brands/logo_git.svg new file mode 100644 index 0000000000..be16111096 --- /dev/null +++ b/services/web/public/img/other-brands/logo_git.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/services/web/public/img/other-brands/logo_github.svg b/services/web/public/img/other-brands/logo_github.svg new file mode 100644 index 0000000000..2d3589a604 --- /dev/null +++ b/services/web/public/img/other-brands/logo_github.svg @@ -0,0 +1,3 @@ + + + diff --git a/services/web/public/img/other-brands/logo_mendeley.svg b/services/web/public/img/other-brands/logo_mendeley.svg new file mode 100644 index 0000000000..96a203aeba --- /dev/null +++ b/services/web/public/img/other-brands/logo_mendeley.svg @@ -0,0 +1,29 @@ + + + + +Black +Created with Sketch. + + + + + + diff --git a/services/web/public/img/other-brands/logo_zotero.svg b/services/web/public/img/other-brands/logo_zotero.svg new file mode 100644 index 0000000000..82314cd623 --- /dev/null +++ b/services/web/public/img/other-brands/logo_zotero.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file