_signup.scss 266 B

12345678910111213141516
  1. .signup-page-container {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. bottom: 0;
  7. height: 100%;
  8. width: 100%;
  9. background-image: url(/img/background_tease.jpg);
  10. .signup-logo-container {
  11. width: 150px;
  12. margin: 0 auto;
  13. padding: 80px 0;
  14. }
  15. }