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

auth.scss 175B

1234567891011121314
  1. .auth {
  2. align-items: center;
  3. display: flex;
  4. font-size: 14px;
  5. justify-content: space-between;
  6. }
  7. .auth__copy {
  8. margin: 0;
  9. }
  10. .auth__username {
  11. font-weight: bold;
  12. }