Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
leximpact-dotations-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 dotations aux communes
leximpact-dotations-ui
Commits
d4dbcc8e
Commit
d4dbcc8e
authored
4 weeks ago
by
sandcha
Browse files
Options
Downloads
Patches
Plain Diff
Agrandit le spinner du bouton Estimer sur petit écran
parent
84a32353
No related branches found
No related tags found
1 merge request
!25
Corrige des dimensions des composants sur petit écran
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/components/impact/Button.svelte
+4
-4
4 additions, 4 deletions
src/lib/components/impact/Button.svelte
with
4 additions
and
4 deletions
src/lib/components/impact/Button.svelte
+
4
−
4
View file @
d4dbcc8e
...
...
@@ -50,14 +50,14 @@
}
</script>
<div
class=
"relative
my-4
inline-block"
>
<div
class=
"relative inline-block
py-2
"
>
<button
class=
"ease-out-back flex flex-row items-center gap-2 rounded-md border border-white bg-le-bleu px-
5
py-2 text-sm font-bold uppercase tracking-[0.085em] text-white shadow-lg transition-all duration-200 hover:border-le-bleu hover:bg-gray-100 hover:text-le-bleu active:bg-gray-200
disabled:scale-90
disabled:opacity-0 lg:right-5 xl:right-10"
class=
"ease-out-back flex flex-row items-center gap-2 rounded-md border border-white bg-le-bleu px-
3
py-2 text-sm font-bold uppercase tracking-[0.085em] text-white shadow-lg transition-all duration-200 hover:border-le-bleu hover:bg-gray-100 hover:text-le-bleu active:bg-gray-200 disabled:opacity-0 lg:right-5 xl:right-10"
onclick=
{
()
=>
triggerCalculation
()
}
>
{
#if
runningCalculation
()
}
<svg
class=
"h-
5
w-
5
animate-spin"
class=
"h-
10
w-
10
animate-spin
sm:h-5 sm:w-5
"
xmlns=
"http://www.w3.org/2000/svg"
fill=
"none"
viewBox=
"0 0 24 24"
...
...
@@ -83,7 +83,7 @@
{
#if
badgeIsVisible
}
<!-- Affiche un badge d'information -->
<div
class=
"border-blue absolute -bottom-
6
-right-2 z-30 flex items-center justify-center overflow-hidden text-nowrap rounded-full border-2 bg-white p-1 text-xs font-bold tracking-wider text-le-bleu shadow transition-all duration-200 hover:bg-gray-100"
class=
"border-blue absolute -bottom-
4
-right-2 z-30 flex items-center justify-center overflow-hidden text-nowrap rounded-full border-2 bg-white p-1 text-xs font-bold tracking-wider text-le-bleu shadow transition-all duration-200 hover:bg-gray-100"
>
Pas de modification à estimer.
</div>
...
...
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