You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_forgot-password.scss 398B

1234567891011121314151617181920212223
  1. .c-reset-security {
  2. padding-top: pxToRem(56px);
  3. @include media-below($bp-md) {
  4. padding-top: pxToRemMd(40px);
  5. .c-reset-security__button {
  6. width: 100%;
  7. margin-top: pxToRemMd(44px);
  8. }
  9. }
  10. }
  11. .c-reset-security__question {
  12. color: $dark-blue;
  13. font-weight: 600;
  14. margin-bottom: pxToRem(20px);
  15. }
  16. .c-reset-security__button {
  17. width: 100%;
  18. margin-top: pxToRem(48px);
  19. }