account.scss 421 B

12345678910111213141516171819
  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. }
  16. }