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

Revert commit

parent 63b974a3
Branches
Tags 0.0.458
No related merge requests found
Pipeline #10441 passed
......@@ -18,10 +18,10 @@
@layer components {
.link {
@apply underline hover:text-le-bleu cursor-pointer;
@apply underline hover:text-le-bleu;
}
.link2 {
@apply underline hover:text-gray-800 cursor-pointer;
@apply underline hover:text-gray-800;
}
.opacity-0-unclickable {
@apply pointer-events-none opacity-0;
......
......@@ -32,7 +32,7 @@
import CopyClipboard from "$lib/components/CopyClipboard.svelte"
import CsgBudgetView from "$lib/components/CsgBudgetView.svelte"
import CsgGagnantsPerdantsView from "$lib/components/CsgGagnantsPerdantsView.svelte"
import IntroWarningBillModal from "$lib/components/IntroWarningBillModal.svelte"
import IntroWarningBillModale from "$lib/components/IntroWarningBillModale.svelte"
import IrBudgetView from "$lib/components/IrBudgetView.svelte"
import IrGagnantsPerdantsView from "$lib/components/IrGagnantsPerdantsView.svelte"
import PersistentPopover from "$lib/components/PersistentPopover.svelte"
......@@ -145,7 +145,6 @@
const isSearchActive = getContext("isSearchActive") as Writable<boolean>
let isTestCaseSelectModalOpen = false
let isUserModificationsOpen = false
let introWarningBillModalOpen = false
setContext("newSelfTargetAProps", newSelfTargetAProps)
setContext("onCopyParameterLink", onCopyParameterLink)
const parametricReform = getContext(
......@@ -848,6 +847,8 @@
class:after:content-none={!$isSearchActive}
class:overflow-hidden={$isSearchActive}
>
<IntroWarningBillModale />
<div
class="flex flex-[1_0_100%] flex-col overflow-x-clip transition-transform duration-500 ease-in-out-quart md:overflow-hidden"
class:!translate-x-[-33.3%]={displayMode.edit !== undefined}
......@@ -1345,30 +1346,6 @@
class:pb-24={$testCasesIndex.length === 1 &&
displayMode.parametersVariableName === undefined}
>
<div class="shadow-md border bg-white mx-5 rounded-md mb-5">
<div
class="flex items-center justify-between bg-le-gris-dispositif-light border-b border-le-gris-dispositif py-1 px-2 lg:px-5"
>
<span
class="text-le-gris-dispositif-dark font-bold uppercase tracking-wider text-base"
><iconify-icon
class="mr-1 align-[-0.15rem] text-lg"
icon="ri-information-line"
/> Information : Le simulateur configuré en vue de la période budgétaire
</span>
</div>
<p class="px-2 lg:px-5 w-full text-left text-base py-1">
⚠️ L'hypothèse attendue pour 2024 actuellement affichée sera
confirmée par le PLF et le PLFSS en octobre. <a
class="link"
on:click={() => (introWarningBillModalOpen = true)}
>
En savoir plus
</a>
</p>
<IntroWarningBillModal bind:isOpen={introWarningBillModalOpen} />
</div>
{#if displayMode.budget}
{#if displayMode.parametersVariableName !== undefined}
<div class="mb-6 flex flex-col px-2 lg:px-5 w-screen md:w-full">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment