No Description
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 839B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .auth-form {
  2. padding: 30px 20px 10px;
  3. }
  4. .privacy-link {
  5. a {
  6. display : inline-block;
  7. font-size : 14px;
  8. line-height: 28px;
  9. color : $dark;
  10. }
  11. }
  12. .identity-content {
  13. text-align: center;
  14. .icon {
  15. display : flex;
  16. width : 75px;
  17. height : 75px;
  18. border-radius : 100px;
  19. margin : 0 auto;
  20. background : $white;
  21. color : $primary;
  22. font-size : 30px;
  23. padding : 10px;
  24. align-items : center;
  25. justify-content: center;
  26. margin-bottom : 30px;
  27. border : 1px solid $primary;
  28. }
  29. h4 {
  30. max-width: 350px;
  31. margin : 0 auto 15px;
  32. }
  33. p {
  34. max-width: 350px;
  35. margin : 0 auto 30px;
  36. }
  37. }