Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
leximpact-socio-fiscal-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
fdea24ac
Commit
fdea24ac
authored
Jul 4, 2022
by
Dorine Lambinet
Browse files
Options
Downloads
Patches
Plain Diff
Ajoute un bouton flottant côté édition du cas type pour validation
parent
fa378dd6
No related branches found
No related tags found
1 merge request
!91
Ajout de la partie référence législative
Pipeline
#4114
passed
Jul 4, 2022
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/routes/index.svelte
+13
-1
13 additions, 1 deletion
src/routes/index.svelte
with
13 additions
and
1 deletion
src/routes/index.svelte
+
13
−
1
View file @
fdea24ac
...
...
@@ -1145,7 +1145,7 @@
<!-- Panneau de droite pour l'édition de cas types -->
{
#if
displayMode
.
edit
!==
undefined
}
<div
class=
"z-40 w-full bg-gray-300 shadow-lg md:w-1/2"
>
<div
class=
"
relative
z-40 w-full bg-gray-300 shadow-lg md:w-1/2"
>
<div
class=
"sticky top-0 mr-4 flex h-8 justify-end bg-gray-300 pt-3 pb-3"
>
...
...
@@ -1237,6 +1237,18 @@
{
/if
}
</div>
</div>
<!--Bouton flottant mobile pour fermer volet édition du cas type-->
<button
on:click=
{
()
=>
changeTestCaseToEditIndex
(
undefined
)
}
class=
"fixed bottom-8 right-8 z-40 "
title=
"Fermer l'édition du cas type"
>
<div
class=
"border-1 items-center rounded-full bg-gray-700 p-3 text-3xl uppercase text-white shadow-lg md:hidden"
>
<Icon
class=
"h-10 w-10"
icon=
"ri-check-fill"
/>
</div>
</button>
{
/if
}
</div>
</main>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment