Skip to content

Commit

Permalink
[FEATURE] Modification du background des mires sur Pix Orga et Pix Ce…
Browse files Browse the repository at this point in the history
…rtif (PIX-15554)

 #10709
  • Loading branch information
pix-service-auto-merge authored Dec 10, 2024
2 parents 7677429 + 9f216cc commit 6ed7f34
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion certif/app/styles/pages/join.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
justify-content: center;
width: 100%;
min-height: 100vh;
background: $pix-primary-certif-gradient;
background: var(--pix-certif-500);
box-shadow: 0 2px 8px 0 rgb(var(--pix-neutral-900) 0.1);
}
2 changes: 1 addition & 1 deletion certif/app/styles/pages/login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
justify-content: center;
width: 100%;
min-height: 100vh;
background: $pix-primary-certif-gradient;
background: var(--pix-certif-500);
}
2 changes: 1 addition & 1 deletion certif/app/styles/pages/session-supervising-error.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
width: 100%;
height: 100px;
min-height: 100vh;
background: $pix-primary-certif-gradient;
background: var(--pix-certif-500);
box-shadow: 0 2px var(--pix-spacing-2x) 0 rgb(0 0 0 / 10%);
}

Expand Down
2 changes: 1 addition & 1 deletion certif/app/styles/pages/terms-of-service.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
align-items: center;
width: 100%;
min-height: 100vh;
background: $pix-primary-certif-gradient;
background: var(--pix-certif-500);
}

.terms-of-service-form {
Expand Down
2 changes: 1 addition & 1 deletion orga/app/styles/pages/authenticated/terms-of-service.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
width: 100%;
height: 100%;
min-height: 800px;
background: $pix-secondary-orga-gradient;
background: var(--pix-orga-500);
}

.terms-of-service-form {
Expand Down
2 changes: 1 addition & 1 deletion orga/app/styles/pages/join-request.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
justify-content: center;
width: 100%;
min-height: 100%;
background: $pix-secondary-orga-gradient;
background: var(--pix-orga-500);

a {
text-decoration: underline;
Expand Down
2 changes: 1 addition & 1 deletion orga/app/styles/pages/join.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
justify-content: center;
width: 100%;
min-height: 100vh;
background: $pix-secondary-orga-gradient;
background: var(--pix-orga-500);
}
2 changes: 1 addition & 1 deletion orga/app/styles/pages/login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
justify-content: center;
width: 100%;
min-height: 100vh;
background: $pix-secondary-orga-gradient;
background: var(--pix-orga-500);

&__header {
text-align: center;
Expand Down

0 comments on commit 6ed7f34

Please sign in to comment.