From 9bda93fca0067d01e9a2359d17b8632b199dc3dc Mon Sep 17 00:00:00 2001 From: Davinder Singh Date: Wed, 30 Nov 2022 12:09:36 +0000 Subject: [PATCH] Merge pull request #10616 from overleaf/ds-arrow-cms-btn Adding arrow to the CMS buttons GitOrigin-RevId: 9afc0117b29257f2ede7b973f0aff4e21089f572 --- services/web/frontend/stylesheets/app/cms-page.less | 6 ++++++ services/web/public/img/material-icon-arrow-white.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 services/web/public/img/material-icon-arrow-white.svg diff --git a/services/web/frontend/stylesheets/app/cms-page.less b/services/web/frontend/stylesheets/app/cms-page.less index 6ce9eb4b10..101ca0698b 100644 --- a/services/web/frontend/stylesheets/app/cms-page.less +++ b/services/web/frontend/stylesheets/app/cms-page.less @@ -335,3 +335,9 @@ } } } + +.svg-arrow-icon { + position: relative; + left: 4px; + bottom: 1px; +} diff --git a/services/web/public/img/material-icon-arrow-white.svg b/services/web/public/img/material-icon-arrow-white.svg new file mode 100644 index 0000000000..a687397a27 --- /dev/null +++ b/services/web/public/img/material-icon-arrow-white.svg @@ -0,0 +1 @@ + \ No newline at end of file