Skip to content

Commit 23b6bd4

Browse files
authored
💄 certif: change background color on invigilator candidate list page
1 parent c809b02 commit 23b6bd4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

certif/app/styles/components/session-supervising/candidate-list.scss

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.session-supervising-candidate-list-background {
2-
background: var(--pix-neutral-900);
2+
background: var(--pix-certif-500);
33
border-radius: 18px 18px 0 0;
44
flex-grow: 1;
55
padding: 32px 16px;
@@ -18,7 +18,7 @@
1818
&__description {
1919
display: flex;
2020
justify-content: flex-start;
21-
color: var(--pix-neutral-20);
21+
color: var(--pix-neutral-0);
2222
font-size: 0.875rem;
2323
font-weight: normal;
2424
min-height: 14px;
@@ -30,15 +30,15 @@
3030
@extend %pix-title-xs;
3131
font-weight: 600;
3232
margin: 0 0 8px;
33-
color: var(--pix-neutral-20);
33+
color: var(--pix-neutral-0);
3434
}
3535

3636
&__candidates {
3737
list-style: none;
3838
padding: 0;
3939

4040
> li {
41-
background: var(--pix-neutral-800);
41+
background: rgb(var(--pix-neutral-900-inline), 40%);
4242
}
4343
}
4444

@@ -60,7 +60,6 @@
6060
&__search {
6161
align-items: center;
6262
background-color: var(--pix-neutral-0);
63-
border: 1px solid #7A869A;
6463
border-radius: 4px;
6564
box-sizing: border-box;
6665
display: flex;
@@ -73,7 +72,7 @@
7372
&__candidates-count {
7473
display: flex;
7574
justify-content: flex-start;
76-
color: var(--pix-neutral-20);
75+
color: var(--pix-neutral-0);
7776
font-size: 0.875rem;
7877
font-weight: normal;
7978
height: 14px;

0 commit comments

Comments
 (0)