- Add custom Reset Password template and reset password - Show the first error instead showing all errors of invalidated input values in Sign Up and changePassword templates
16 lines
354 B
Stylus
16 lines
354 B
Stylus
#entrySignIn.entryPage,
|
|
#entrySignUp.entryPage,
|
|
#changePassword,
|
|
#forgotPassword,
|
|
#resetPassword
|
|
.wrapper-auth
|
|
.title-auth
|
|
color: white
|
|
.entryLogo
|
|
margin-top: 50px
|
|
height: 50px
|
|
width: 50px
|
|
|
|
// TODO: Fix theming in active-entry so we don't have to do this
|
|
.entryPage .wrapper-auth,.subtitle-auth
|
|
color: white !important |