Next.js template
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

_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. }