Skip to content

Commit

Permalink
[FEATURE] Modifier les couleurs de l'espace surveillant sur Pix Certif (
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored Dec 4, 2024
2 parents e81303e + 23b6bd4 commit 0523712
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion certif/app/components/login-session-supervisor/footer.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#login-session-supervisor-page > main > footer {
.login-session-supervisor-page > main > footer {
border-radius: 0 0 10px 10px;
background: var(--pix-neutral-20);
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion certif/app/components/login-session-supervisor/form.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#login-session-supervisor-page > main > section {
.login-session-supervisor-page > main > section {
p.error-message {
margin-bottom: 10px;
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion certif/app/components/login-session-supervisor/header.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#login-session-supervisor-page > main > section {
.login-session-supervisor-page > main > section {
header {
text-align: center;

Expand Down
2 changes: 1 addition & 1 deletion certif/app/components/login-session-supervisor/index.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class LoginSessionSupervisor extends Component {
}

<template>
<div id='login-session-supervisor-page'>
<div id='login-session-supervisor-page' class='login-session-supervisor-page'>
<main>
<section>
<LoginSessionSupervisorHeader @errorMessage={{this.errorMessage}} />
Expand Down
5 changes: 2 additions & 3 deletions certif/app/components/login-session-supervisor/index.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#login-session-supervisor-page {
.login-session-supervisor-page {
align-items: center;
background: $pix-primary-certif-gradient;
box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
background: var(--pix-certif-500);
display: flex;
flex-direction: column;
height: 100px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.session-supervising-candidate-list-background {
background: var(--pix-neutral-900);
background: var(--pix-certif-500);
border-radius: 18px 18px 0 0;
flex-grow: 1;
padding: 32px 16px;
Expand All @@ -18,7 +18,7 @@
&__description {
display: flex;
justify-content: flex-start;
color: var(--pix-neutral-20);
color: var(--pix-neutral-0);
font-size: 0.875rem;
font-weight: normal;
min-height: 14px;
Expand All @@ -30,15 +30,15 @@
@extend %pix-title-xs;
font-weight: 600;
margin: 0 0 8px;
color: var(--pix-neutral-20);
color: var(--pix-neutral-0);
}

&__candidates {
list-style: none;
padding: 0;

> li {
background: var(--pix-neutral-800);
background: rgb(var(--pix-neutral-900-inline), 40%);
}
}

Expand All @@ -60,7 +60,6 @@
&__search {
align-items: center;
background-color: var(--pix-neutral-0);
border: 1px solid #7A869A;
border-radius: 4px;
box-sizing: border-box;
display: flex;
Expand All @@ -73,7 +72,7 @@
&__candidates-count {
display: flex;
justify-content: flex-start;
color: var(--pix-neutral-20);
color: var(--pix-neutral-0);
font-size: 0.875rem;
font-weight: normal;
height: 14px;
Expand Down

0 comments on commit 0523712

Please sign in to comment.