Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
Resin
Client
Commits
4c0edc44
Commit
4c0edc44
authored
1 year ago
by
Rémi PAILHAREY
Browse files
Options
Downloads
Patches
Plain Diff
fix: fullwidth separator in forgot password form
parent
1d287fff
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!783
V3.0.0
,
!770
fix: fullwidth separator in forgot password form
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/reset-password/forgot-password.component.html
+10
-8
10 additions, 8 deletions
src/app/reset-password/forgot-password.component.html
src/app/reset-password/reset-password.component.scss
+12
-3
12 additions, 3 deletions
src/app/reset-password/reset-password.component.scss
with
22 additions
and
11 deletions
src/app/reset-password/forgot-password.component.html
+
10
−
8
View file @
4c0edc44
...
...
@@ -4,14 +4,16 @@
<p>
Saisissez votre email afin de réinitialiser votre mot de passe
</p>
</div>
<form
[formGroup]=
"forgotPasswordForm"
(ngSubmit)=
"onSubmit()"
>
<app-input
size=
"large"
[placeholder]=
"'exemple@mail.com'"
[label]=
"'Email du compte'"
[value]=
"email.value"
[status]=
"email.value ? (email.invalid ? 'error' : 'success') : null"
(valueChange)=
"email.setValue($event)"
/>
<div
class=
"fields"
>
<app-input
size=
"large"
[placeholder]=
"'exemple@mail.com'"
[label]=
"'Email du compte'"
[value]=
"email.value"
[status]=
"email.value ? (email.invalid ? 'error' : 'success') : null"
(valueChange)=
"email.setValue($event)"
/>
</div>
<div
class=
"footer"
>
<app-button
[variant]=
"'secondary'"
[label]=
"'Annuler'"
(action)=
"goLogin()"
/>
...
...
This diff is collapsed.
Click to expand it.
src/app/reset-password/reset-password.component.scss
+
12
−
3
View file @
4c0edc44
...
...
@@ -13,14 +13,14 @@
justify-content
:
space-between
;
height
:
100%
;
width
:
100%
;
max-width
:
980px
;
box-sizing
:
border-box
;
margin
:
auto
;
padding
:
96px
48px
40px
48px
;
padding-top
:
96px
;
padding-bottom
:
40px
;
gap
:
40px
;
@media
#{
$phone
}
{
padding
:
32px
16px
32px
16
px
;
padding
-block
:
32
px
;
}
.title
{
...
...
@@ -28,6 +28,7 @@
flex-direction
:
column
;
gap
:
16px
;
text-align
:
center
;
padding-inline
:
16px
;
h1
{
@include
font-bold-24
;
...
...
@@ -42,11 +43,19 @@
flex-direction
:
column
;
justify-content
:
space-between
;
height
:
100%
;
width
:
100%
;
.fields
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
gap
:
16px
;
padding-inline
:
16px
;
app-input
{
width
:
100%
;
max-width
:
300px
;
}
.passwordConditions
{
ul
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment