Reset pass text step
parent
4033d29dc6
commit
140eb6d6c6
|
@ -19,3 +19,4 @@ block content
|
|||
include views/modules/login-form
|
||||
include views/modules/register-form
|
||||
include views/modules/forgot-form
|
||||
include views/modules/reset-pass
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
p.reset-pass-text
|
||||
strong.title Check your inbox!
|
||||
span We have sent a mail to
|
||||
strong pilar.esteban@secuoyas.com
|
||||
span with the instructions to set a new password
|
|
@ -51,6 +51,18 @@
|
|||
margin-bottom: .5rem;
|
||||
text-align: center;
|
||||
}
|
||||
.reset-pass-text {
|
||||
display: none;
|
||||
span,
|
||||
strong {
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
.title {
|
||||
@extend %large;
|
||||
line-height: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.login-error {
|
||||
|
|
|
@ -54,7 +54,7 @@ $prefix-for-spec: true;
|
|||
@import 'modules/activity';
|
||||
@import 'modules/login-form';
|
||||
@import 'modules/register-form';
|
||||
//@import 'modules/forgot-form';
|
||||
@import 'modules/forgot-form';
|
||||
|
||||
// Responsive
|
||||
@import 'responsive/mobile';
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
.forgot-form-container {
|
||||
display: none;
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
.login-form-container {
|
||||
display: none;
|
||||
//display: none;
|
||||
.login-password {
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue