We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
image-url
1 parent 29d9832 commit aefa788Copy full SHA for aefa788
app/assets/stylesheets/application.scss
@@ -1,3 +1,6 @@
1
+$app-image-path: "/assets/static/";
2
+$app-font-path: "/assets/static/";
3
+
4
$govuk-new-link-styles: true;
5
6
@import "govuk_publishing_components/govuk_frontend_support";
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;
0 commit comments