Skip to content
Snippets Groups Projects
Commit 33127b66 authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Retire le flou et ajoute le code couleur

parent 0694176c
No related branches found
No related tags found
1 merge request!32Ui diff law bill reform
...@@ -459,7 +459,7 @@ ...@@ -459,7 +459,7 @@
Revenus disponibles du cas type /an Revenus disponibles du cas type /an
</p> </p>
</div> </div>
<div class="filter blur-xs place-self-center "> <div class="place-self-center ">
<p <p
class=" text-2xl font-bold" class=" text-2xl font-bold"
title="⚠️ Les dispositifs n'étant pas tous à jour, ce montant est à considérer avec prudence" title="⚠️ Les dispositifs n'étant pas tous à jour, ce montant est à considérer avec prudence"
...@@ -470,18 +470,22 @@ ...@@ -470,18 +470,22 @@
].deltaAtVectorIndex ?? 0, ].deltaAtVectorIndex ?? 0,
)} )}
{#if $billName !== undefined} {#if $billName !== undefined}
<span class="text-le-rouge-pjl">
{euroAmountFormatter.format( {euroAmountFormatter.format(
evaluationByNameArrayByCalculationName.bill[situationIndex][ evaluationByNameArrayByCalculationName.bill[situationIndex][
rootDecompositionName rootDecompositionName
].deltaAtVectorIndex ?? 0, ].deltaAtVectorIndex ?? 0,
)} )}
</span>
{/if} {/if}
{#if Object.keys($reform).length > 0} {#if Object.keys($reform).length > 0}
<span class="text-black bg-le-jaune px-1">
{euroAmountFormatter.format( {euroAmountFormatter.format(
evaluationByNameArrayByCalculationName.amendment[situationIndex][ evaluationByNameArrayByCalculationName.amendment[situationIndex][
rootDecompositionName rootDecompositionName
].deltaAtVectorIndex ?? 0, ].deltaAtVectorIndex ?? 0,
)} )}
</span>
{/if} {/if}
</p> </p>
</div> </div>
...@@ -492,7 +496,7 @@ ...@@ -492,7 +496,7 @@
<div> <div>
<p class="text-sm leading-none text-center">Coût pour l'entreprise /an</p> <p class="text-sm leading-none text-center">Coût pour l'entreprise /an</p>
</div> </div>
<div class="filter blur-xs place-self-center"> <div class="place-self-center">
<p <p
class="text-base" class="text-base"
title="⚠️ Les dispositifs n'étant pas tous à jour, ce montant est à considérer avec prudence" title="⚠️ Les dispositifs n'étant pas tous à jour, ce montant est à considérer avec prudence"
...@@ -503,18 +507,22 @@ ...@@ -503,18 +507,22 @@
].deltaAtVectorIndex ?? 0, ].deltaAtVectorIndex ?? 0,
)} )}
{#if $billName !== undefined} {#if $billName !== undefined}
<span class="text-le-rouge-pjl">
{euroAmountFormatter.format( {euroAmountFormatter.format(
evaluationByNameArrayByCalculationName.bill[situationIndex][ evaluationByNameArrayByCalculationName.bill[situationIndex][
firstDecompositionName firstDecompositionName
].deltaAtVectorIndex ?? 0, ].deltaAtVectorIndex ?? 0,
)} )}
</span>
{/if} {/if}
{#if Object.keys($reform).length > 0} {#if Object.keys($reform).length > 0}
<span class="text-black bg-le-jaune px-1">
{euroAmountFormatter.format( {euroAmountFormatter.format(
evaluationByNameArrayByCalculationName.amendment[situationIndex][ evaluationByNameArrayByCalculationName.amendment[situationIndex][
firstDecompositionName firstDecompositionName
].deltaAtVectorIndex ?? 0, ].deltaAtVectorIndex ?? 0,
)} )}
</span>
{/if} {/if}
</p> </p>
</div> </div>
...@@ -527,7 +535,7 @@ ...@@ -527,7 +535,7 @@
Coût ou gain pour l'État /an Coût ou gain pour l'État /an
</p> </p>
</div> </div>
<div class="filter blur-xs place-self-center"> <div class=" place-self-center">
<p <p
class="text-base" class="text-base"
title="⚠️ Les dispositifs n'étant pas tous à jour, ce montant est à considérer avec prudence" title="⚠️ Les dispositifs n'étant pas tous à jour, ce montant est à considérer avec prudence"
...@@ -541,6 +549,7 @@ ...@@ -541,6 +549,7 @@
].deltaAtVectorIndex ?? 0), ].deltaAtVectorIndex ?? 0),
)} )}
{#if $billName !== undefined} {#if $billName !== undefined}
<span class="text-le-rouge-pjl">
{euroAmountFormatter.format( {euroAmountFormatter.format(
(evaluationByNameArrayByCalculationName.bill[situationIndex][ (evaluationByNameArrayByCalculationName.bill[situationIndex][
firstDecompositionName firstDecompositionName
...@@ -549,16 +558,19 @@ ...@@ -549,16 +558,19 @@
rootDecompositionName rootDecompositionName
].deltaAtVectorIndex ?? 0), ].deltaAtVectorIndex ?? 0),
)} )}
</span>
{/if} {/if}
{#if Object.keys($reform).length > 0} {#if Object.keys($reform).length > 0}
<span class="text-black bg-le-jaune px-1">
{euroAmountFormatter.format( {euroAmountFormatter.format(
(evaluationByNameArrayByCalculationName.amendment[situationIndex][ (evaluationByNameArrayByCalculationName.amendment[situationIndex][
firstDecompositionName firstDecompositionName
].deltaAtVectorIndex ?? 0) - ].deltaAtVectorIndex ?? 0) -
(evaluationByNameArrayByCalculationName.amendment[situationIndex][ (evaluationByNameArrayByCalculationName.amendment[
rootDecompositionName situationIndex
].deltaAtVectorIndex ?? 0), ][rootDecompositionName].deltaAtVectorIndex ?? 0),
)} )}
</span>
{/if} {/if}
</p> </p>
</div> </div>
......
...@@ -23,6 +23,7 @@ const config = { ...@@ -23,6 +23,7 @@ const config = {
}, },
blur: { blur: {
xs: '1.2px', xs: '1.2px',
xxs: '0.8px',
} }
}, },
fontFamily: { fontFamily: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment