From 02612f120591d034e970663148a60824857fc84b Mon Sep 17 00:00:00 2001 From: Dorine Lambinet <dorine.lambinet@assemblee-nationale.fr> Date: Mon, 17 Feb 2025 09:57:02 +0100 Subject: [PATCH] Ajoute fond heropattern sur le composant LinkedVariables --- .../legislation_view/parameters/LinkedVariables.svelte | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/lib/components/legislation_view/parameters/LinkedVariables.svelte b/src/lib/components/legislation_view/parameters/LinkedVariables.svelte index 07021ba39..8d20e245c 100644 --- a/src/lib/components/legislation_view/parameters/LinkedVariables.svelte +++ b/src/lib/components/legislation_view/parameters/LinkedVariables.svelte @@ -153,3 +153,11 @@ </div> </div> {/if} + +<style lang="postcss"> + .fond { + background-color: #ffffff; + /* Polka dots - Heropatterns.com échelle réduite */ + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23A0A0A0' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E"); + } +</style> -- GitLab