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.

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