Auth.scss 524 B

1234567891011121314151617181920212223242526272829303132333435
  1. .agree_view{
  2. display: flex;
  3. flex-direction: row;
  4. align-items: center;
  5. justify-content: center;
  6. margin-left: 46px;
  7. margin-right: 46px;
  8. // opacity: 0.4;
  9. }
  10. .agree_text{
  11. font-size: 24px;
  12. color: #fff;
  13. }
  14. .footer{
  15. margin-bottom: 120px;
  16. display: flex;
  17. flex-direction: row;
  18. align-items: center;
  19. justify-content: center;
  20. width: 100%;
  21. }
  22. .have_account{
  23. font-size: 28px;
  24. color: #fff;
  25. // opacity: 0.4;
  26. }
  27. .login2{
  28. font-size: 28px;
  29. // color: $fastColor;
  30. }