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

Change la couleur des titres intermédiaires

parent 2653563d
No related branches found
No related tags found
1 merge request!35Graphisme partie amender la loi
......@@ -168,7 +168,7 @@
{#if Object.keys(rootDirectParameterById).length > 0}
<h2
class="bg-le-gris-dispositif-light text-black flex justify-between py-2 text-lg px-5 rounded-r shadow-inner"
class="bg-le-gris-dispositif-ultralight text-black flex justify-between py-2 text-lg px-5 rounded-r shadow-inner"
>
<span>Principaux paramètres de la loi</span>
<button on:click={() => (openDirectParameters = !openDirectParameters)}>
......@@ -216,7 +216,7 @@
{#if Object.keys(rootParameterById).length > 0}
<h2
class="bg-le-gris-dispositif-light text-black flex justify-between py-2 text-lg px-5 rounded-r shadow-inner"
class="bg-le-gris-dispositif-ultralight text-black flex justify-between py-2 text-lg px-5 rounded-r shadow-inner"
>
<span>Autres paramètres affectant le dispositif</span>
<button on:click={() => (openAllParameters = !openAllParameters)}>
......
......@@ -15,6 +15,7 @@ const config = {
"le-jaune-dark": "#a6a00c",
"le-rouge-bill": "#ff6b6b",
"le-gris-dispositif": "#5E709E",
"le-gris-dispositif-ultralight": "#EBEFFA",
"le-gris-dispositif-light": "#CCD3E7",
"le-gris-dispositif-dark": "#2F406A",
"le-vert-validation": "#13CC03",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment