File tree Expand file tree Collapse file tree 2 files changed +20
-35
lines changed
components/users/user-detail-personal-information Expand file tree Collapse file tree 2 files changed +20
-35
lines changed Original file line number Diff line number Diff line change @@ -216,34 +216,30 @@ export default class AuthenticationMethod extends Component {
216
216
<h2 class =" page-section__title" >Méthodes de connexion</h2 >
217
217
</header >
218
218
219
- <ul >
220
- <li class = " authentication-method__connexions-information " >
221
- Date de dernière connexion :
219
+ <ul class = " authentication-method__connexions-information " >
220
+ <li >
221
+ < strong > Date de dernière connexion :</ strong >
222
222
{{#if @ user.lastLoggedAt }}{{dayjsFormat @ user.lastLoggedAt " DD/MM/YYYY" }} {{/if }}
223
223
</li >
224
224
{{#if @ user.emailConfirmedAt }}
225
- <li class = " authentication-method__connexions-information " >
226
- Adresse e-mail confirmée le :
225
+ <li >
226
+ < strong > Adresse e-mail confirmée le :</ strong >
227
227
{{dayjsFormat @ user.emailConfirmedAt " DD/MM/YYYY" }}
228
228
</li >
229
229
{{else }}
230
- <li class = " authentication-method__connexions-information " >
231
- Adresse e-mail non confirmée
230
+ <li >
231
+ < strong > Adresse e-mail non confirmée</ strong >
232
232
</li >
233
233
{{/if }}
234
- </ul >
235
-
236
- {{#if this . hasPixAuthenticationMethod }}
237
- <br />
238
- <ul >
239
- <li class =" authentication-method__connexions-information" >
240
- {{t " components.users.user-detail-personal-information.authentication-method.should-change-password-status" }}
234
+ {{#if this . hasPixAuthenticationMethod }}
235
+ <li >
236
+ <strong >{{t
237
+ " components.users.user-detail-personal-information.authentication-method.should-change-password-status"
238
+ }} </strong >
241
239
{{#if this . shouldChangePassword }}{{t " common.words.yes" }} {{else }}{{t " common.words.no" }} {{/if }}
242
240
</li >
243
- </ul >
244
- {{/if }}
245
-
246
- <br />
241
+ {{/if }}
242
+ </ul >
247
243
248
244
<table class =" authentication-method-table" >
249
245
Original file line number Diff line number Diff line change 1
1
.authentication-method {
2
-
3
2
& __connexions-information {
4
3
display : flex ;
5
-
6
- dt {
7
- font-weight : normal ;
8
- }
9
-
10
- dd {
11
- margin-left : 6px ;
12
- }
4
+ flex-direction : column ;
5
+ margin-bottom : var (--pix-spacing-6x );
6
+ margin-left : var (--pix-spacing-6x );
13
7
}
14
8
}
15
9
21
15
}
22
16
23
17
& __name-column {
24
- min-width : 200 px ;
18
+ padding-left : var ( --pix-spacing-6x ) ;
25
19
}
26
20
27
21
& __actions-column {
28
-
29
22
> div {
30
23
display : flex ;
31
24
32
25
button :not (:first-child ) {
33
- margin-left : 10 px ;
26
+ margin-left : var ( --pix-spacing-3x ) ;
34
27
}
35
28
}
36
29
}
37
30
38
31
& __check {
39
- margin : 0 20px ;
40
32
color : var (--pix-success-700 );
41
33
}
42
34
43
35
& __uncheck {
44
- margin : 0 20px ;
45
36
color : var (--pix-neutral-100 );
46
37
}
47
38
}
48
39
49
40
.reassign-authentication-method-modal {
50
-
51
41
& __form-body {
52
-
53
42
p {
54
- margin-bottom : 40 px ;
43
+ margin-bottom : var ( --pix-spacing-10x ) ;
55
44
padding : 0 ;
56
45
}
57
46
}
You can’t perform that action at this time.
0 commit comments