Skip to content
Snippets Groups Projects
Commit 9b506478 authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files
# Conflicts:
#	src/lib/components/variables/VariableReferredParameters.svelte
parents c1e53b67 46c002bc
Branches
Tags
No related merge requests found
......@@ -49,7 +49,7 @@
>
<path
d="M0.124322 18.4377C-0.240619 19.1041 0.241623 19.918 1.00142 19.918H20.6259C21.3857 19.918 21.868 19.1041 21.503 18.4377L11.6908 0.519686C11.3113 -0.173228 10.316 -0.173229 9.93658 0.519685L0.124322 18.4377ZM11.8591 16.8375C11.8591 17.3898 11.4114 17.8375 10.8591 17.8375H10.7682C10.2159 17.8375 9.76822 17.3898 9.76822 16.8375V16.627C9.76822 16.0747 10.2159 15.627 10.7682 15.627H10.8591C11.4114 15.627 11.8591 16.0747 11.8591 16.627V16.8375ZM11.8591 12.7416C11.8591 13.2938 11.4114 13.7416 10.8591 13.7416H10.7682C10.2159 13.7416 9.76822 13.2938 9.76822 12.7416V7.3298C9.76822 6.77751 10.2159 6.3298 10.7682 6.3298H10.8591C11.4114 6.3298 11.8591 6.77751 11.8591 7.3298V12.7416Z"
fill="#FFAC33"
fill={variable.obsolete ? "#FF4133" : "#FFAC33"}
/>
<path
d="M10.7686 17.8378H10.8595C11.4117 17.8378 11.8595 17.3901 11.8595 16.8378V16.6273C11.8595 16.075 11.4117 15.6273 10.8595 15.6273H10.7686C10.2163 15.6273 9.76855 16.075 9.76855 16.6273V16.8378C9.76855 17.3901 10.2163 17.8378 10.7686 17.8378Z"
......@@ -91,6 +91,9 @@
<b>{latestFormulaDate.split("-")[0]}</b>.
{/if}
</p>
{#if variable.obsolete}
<p class="text-red-600">Ce dispositif est obsolète.</p>
{/if}
<div class="text-xs">
<a
class="underline text-gray-500 hover:text-le-bleu"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment