Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Forgot your password? You can now recover it! 🕵️
Browse files Browse the repository at this point in the history
Users are now able to recover their password, that's pretty neat
  • Loading branch information
SmashScharrer committed May 17, 2020
1 parent 6c8bba4 commit 03e9161
Show file tree
Hide file tree
Showing 20 changed files with 507 additions and 7,442 deletions.
1 change: 1 addition & 0 deletions assets/js/reset-password.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import '../scss/reset-password.scss';
12 changes: 12 additions & 0 deletions assets/scss/_form.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
body{
// Centre le form en ne prenant pas en compte le logo
.lm-logo {
margin-top: -140px;
}

// Liens
.btn-link{
color: $main-green;
}
}

form {
font-family: Gilroy-SemiBold, serif;

Expand Down
1 change: 1 addition & 0 deletions assets/scss/reset-password.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "form";
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"symfony/validator": "5.0.*",
"symfony/web-link": "5.0.*",
"symfony/webpack-encore-bundle": "^1.7",
"symfony/yaml": "5.0.*"
"symfony/yaml": "5.0.*",
"symfonycasts/reset-password-bundle": "^1.1"
},
"require-dev": {
"symfony/debug-pack": "*",
Expand Down
Loading

0 comments on commit 03e9161

Please sign in to comment.