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
10220838
Commit
10220838
authored
Dec 3, 2021
by
Dorine Lambinet
Browse files
Options
Downloads
Patches
Plain Diff
Modifie la structure des boutons pour qu'ils s'affichent correctement sur Safari
parent
fe506b36
No related branches found
No related tags found
1 merge request
!62
Modifie la structure des boutons pour qu'ils s'affichent correctement sur Safari
Pipeline
#1731
passed
Dec 3, 2021
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/components/NavBar.svelte
+29
-40
29 additions, 40 deletions
src/lib/components/NavBar.svelte
with
29 additions
and
40 deletions
src/lib/components/NavBar.svelte
+
29
−
40
View file @
10220838
...
@@ -152,14 +152,12 @@
...
@@ -152,14 +152,12 @@
{
#if
user
===
undefined
}
{
#if
user
===
undefined
}
<div
class=
"flex justify-between gap-2 items-center"
>
<div
class=
"flex justify-between gap-2 items-center"
>
<a
<a
class=
"text-white uppercase text-sm rounded-sm focus:outline-none hover:bg-gray-400 hover:bg-opacity-20 hover:text-white p-1 flex"
href=
"/authentication/signin/leximpact?redirect={$page.path}"
href=
"/authentication/signin/leximpact?redirect={$page.path}"
class=
"text-white uppercase text-sm rounded-sm focus:outline-none hover:bg-gray-400 hover:bg-opacity-20 hover:text-white p-1"
type=
"button"
>
>
<div
class=
"flex items-center"
>
<!-- Material Icon Restart Alt -->
<!-- Material icon: VPN key-->
<svg
<svg
class=
"fill-current
text-white inline rounded m-3 md:m-0
"
class=
"fill-current
lg:mr-2
"
xmlns=
"http://www.w3.org/2000/svg"
xmlns=
"http://www.w3.org/2000/svg"
height=
"18px"
height=
"18px"
viewBox=
"0 0 22 22"
viewBox=
"0 0 22 22"
...
@@ -168,24 +166,17 @@
...
@@ -168,24 +166,17 @@
d=
"M12.65 10C11.83 7.67 9.61 6 7 6c-3.31 0-6 2.69-6 6s2.69 6 6 6c2.61 0 4.83-1.67 5.65-4H17v4h4v-4h2v-4H12.65zM7 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"
d=
"M12.65 10C11.83 7.67 9.61 6 7 6c-3.31 0-6 2.69-6 6s2.69 6 6 6c2.61 0 4.83-1.67 5.65-4H17v4h4v-4h2v-4H12.65zM7 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"
/></svg
/></svg
>
>
<p
class=
"hidden lg:inline-block pl-1"
>
Se connecter
</p>
<span
class=
"hidden lg:flex"
>
Se connecter
</span>
</div>
</a>
</a>
<div
class=
"bg-le-jaune-dark text-white uppercase text-sm rounded-sm focus:outline-none hover:bg-gray-400 hover:bg-opacity-20 hover:text-white shadow-md"
>
<a
<a
title=
"Vers le simulateur CSG Budget de la Sécurité sociale"
class=
"bg-le-jaune-dark text-white flex justify-center shadow-md hover:bg-gray-400 px-5 mr-2 rounded p-2 uppercase text-sm"
href=
"https://budget.leximpact.an.fr/authentication/signin/leximpact?redirect=/budget"
href=
"/authentication/signin/leximpact?redirect={$page.path}"
class=
""
type=
"button"
>
>
<div
class=
"flex items-center m-1"
>
<span
class=
"flex"
>
Budget CSG
</span>
<div
class=
"hidden md:inline-block p-1"
>
Budget CSG
</div>
<!-- Material icon: arrow forward-->
<!-- Material icon: arrow forward-->
<svg
<svg
class=
"fill-current
text-white inline rounded mx-2
lg:ml-
0
"
class=
"fill-current lg:ml-
2
"
xmlns=
"http://www.w3.org/2000/svg"
xmlns=
"http://www.w3.org/2000/svg"
height=
"18px"
height=
"18px"
viewBox=
"0 0 22 22"
viewBox=
"0 0 22 22"
...
@@ -195,10 +186,8 @@
...
@@ -195,10 +186,8 @@
d=
"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
d=
"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
/></svg
/></svg
>
>
</div>
</a>
</a>
</div>
</div>
</div>
{
:
else
}
{
:
else
}
<!-- User profile + se déconnecter -->
<!-- User profile + se déconnecter -->
<div
class=
"flex justify-between gap-2 items-center"
>
<div
class=
"flex justify-between gap-2 items-center"
>
...
...
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