File tree 1 file changed +5
-6
lines changed
certif/app/styles/components/session-supervising
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
.session-supervising-candidate-list-background {
2
- background : var (--pix-neutral-900 );
2
+ background : var (--pix-certif-500 );
3
3
border-radius : 18px 18px 0 0 ;
4
4
flex-grow : 1 ;
5
5
padding : 32px 16px ;
18
18
& __description {
19
19
display : flex ;
20
20
justify-content : flex-start ;
21
- color : var (--pix-neutral-20 );
21
+ color : var (--pix-neutral-0 );
22
22
font-size : 0.875rem ;
23
23
font-weight : normal ;
24
24
min-height : 14px ;
30
30
@extend %pix-title-xs ;
31
31
font-weight : 600 ;
32
32
margin : 0 0 8px ;
33
- color : var (--pix-neutral-20 );
33
+ color : var (--pix-neutral-0 );
34
34
}
35
35
36
36
& __candidates {
37
37
list-style : none ;
38
38
padding : 0 ;
39
39
40
40
> li {
41
- background : var (--pix-neutral-800 );
41
+ background : rgb ( var (--pix-neutral-900-inline ), 40 % );
42
42
}
43
43
}
44
44
60
60
& __search {
61
61
align-items : center ;
62
62
background-color : var (--pix-neutral-0 );
63
- border : 1px solid #7A869A ;
64
63
border-radius : 4px ;
65
64
box-sizing : border-box ;
66
65
display : flex ;
73
72
& __candidates-count {
74
73
display : flex ;
75
74
justify-content : flex-start ;
76
- color : var (--pix-neutral-20 );
75
+ color : var (--pix-neutral-0 );
77
76
font-size : 0.875rem ;
78
77
font-weight : normal ;
79
78
height : 14px ;
You can’t perform that action at this time.
0 commit comments