account.scss 526 B

123456789101112131415161718192021222324
  1. #loginForm, #registForm, #forgotPasswordForm, #resendEmailConfirmForm, #resetPasswordForm {
  2. section:first-of-type {
  3. max-width: 410px;
  4. margin: 0 auto;
  5. p {
  6. margin-bottom: 0.438rem;
  7. }
  8. p a {
  9. -webkit-text-decoration: none;
  10. text-decoration: none;
  11. &:hover {
  12. text-decoration: underline;
  13. }
  14. }
  15. .field-validation-error {
  16. display: block;
  17. padding: 7px 0 0 0;
  18. }
  19. }
  20. }