From 8f1d4e52cedb9f7961969277aaa6795176335597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 18 Apr 2023 16:33:08 +0200 Subject: [PATCH] villejuif: use own copy of dialog-warning.png, no longer used elsewhere (#75382) --- static/villejuif/_custom.scss | 2 +- static/{ => villejuif}/dialog-warning.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename static/{ => villejuif}/dialog-warning.png (100%) diff --git a/static/villejuif/_custom.scss b/static/villejuif/_custom.scss index 69685811..f86e5f49 100644 --- a/static/villejuif/_custom.scss +++ b/static/villejuif/_custom.scss @@ -176,7 +176,7 @@ div#rub_service .drafts-recall, div#rub_service form { } div.infonotice::before, div.warningnotice::before, div.errornotice::before { - content: url(/static/dialog-warning.png); + content: url(dialog-warning.png); } @if ($field-on-error-style == custom) { diff --git a/static/dialog-warning.png b/static/villejuif/dialog-warning.png similarity index 100% rename from static/dialog-warning.png rename to static/villejuif/dialog-warning.png