Session: send a mail to confirm gestionnaire login
This commit is contained in:
parent
2613d05a4f
commit
5690599289
14 changed files with 215 additions and 30 deletions
30
app/assets/stylesheets/new_design/link-sent.scss
Normal file
30
app/assets/stylesheets/new_design/link-sent.scss
Normal file
|
@ -0,0 +1,30 @@
|
|||
@import "constants";
|
||||
@import "colors";
|
||||
|
||||
#link-sent {
|
||||
padding-top: 2 * $default-padding;
|
||||
padding-bottom: 2 * $default-padding;
|
||||
text-align: center;
|
||||
max-width: 600px;
|
||||
|
||||
b {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: left;
|
||||
margin: 6 * $default-spacer auto;
|
||||
}
|
||||
|
||||
p.mail {
|
||||
color: #000000;
|
||||
background-color: $yellow;
|
||||
padding: $default-padding;
|
||||
}
|
||||
|
||||
p.help {
|
||||
border-top: 1px solid $grey;
|
||||
padding-top: 6 * $default-spacer;
|
||||
margin-bottom: 2 * $default-spacer;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue