選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

_auth.scss 459B

1234567891011121314151617181920212223
  1. .c-auth {
  2. @include flex-center;
  3. flex-direction: column;
  4. padding-bottom: pxToRem(56px);
  5. @include media-below($bp-md) {
  6. padding: 0 pxToRemMd(24px) pxToRemMd(92px);
  7. .c-auth__title {
  8. margin: pxToRemMd(48px) auto;
  9. font-size: pxToRemMd(24px);
  10. line-height: 1.35;
  11. }
  12. }
  13. }
  14. .c-auth__title {
  15. margin: pxToRem(56px) auto pxToRem(80px);
  16. font-size: pxToRem(36px);
  17. line-height: 1.22;
  18. color: $dark-blue;
  19. font-weight: bold;
  20. }