Skip to main content
Sign in
Snippets Groups Projects
Commit b8b02c28 authored by Dorine Lambinet's avatar Dorine Lambinet Committed by David Smadja
Browse files

Fix taille et opacité des montants

parent 4a113b1d
No related branches found
No related tags found
1 merge request!272Reflexions feuille de paie
......@@ -627,7 +627,7 @@
<!--Valeur du waterfall-->
{:else if trunk && index !== 0}
<span
class="text-sm {calculationName === firstCalculationName
class="text-base {calculationName === firstCalculationName
? rows.find((row) => row.calculationName === 'bill') ===
undefined
? rows.find(
......@@ -666,7 +666,7 @@
? 'text-le-rouge-bill'
: 'text-le-rouge-bill line-through-amendment'
: 'bg-le-jaune'}"
class:opacity-40={decomposition.open}
class:opacity-20={decomposition.open}
class:text-base={decomposition.name !==
displayMode.parametersVariableName}
class:text-3xl={decomposition.name ===
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment