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