ChooseAuth.scss 309 B

1234567891011121314151617
  1. .choose_container{
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. padding-top: 200px;
  6. // justify-content: center;
  7. }
  8. .slogan{
  9. margin-top: 20px;
  10. font-size: 48px;
  11. line-height: 48px;
  12. color: #fff;
  13. font-weight: 400;
  14. opacity: 0.8;
  15. margin-bottom: 100px;
  16. }