diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index ad13008ec..402d32714 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -1,3 +1,6 @@ +$app-image-path: "/assets/static/"; +$app-font-path: "/assets/static/"; + $govuk-new-link-styles: true; @import "govuk_publishing_components/govuk_frontend_support"; diff --git a/app/assets/stylesheets/helpers/_draft.scss b/app/assets/stylesheets/helpers/_draft.scss index ff610c89d..bace99137 100644 --- a/app/assets/stylesheets/helpers/_draft.scss +++ b/app/assets/stylesheets/helpers/_draft.scss @@ -1,5 +1,5 @@ .draft main { - background-image: image-url("draft-watermark.png"); + background-image: url("draft-watermark.png"); background-repeat: repeat-y; background-position: 50% 0; background-size: contain;