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.

_prejoin-third-party.scss 602B

123456789101112131415161718192021222324252627282930313233343536373839
  1. $sidePanelWidth: 300px;
  2. .prejoin-third-party {
  3. flex-direction: column-reverse;
  4. .content {
  5. height: auto;
  6. margin: 0 auto;
  7. .new-toolbox {
  8. width: auto;
  9. }
  10. }
  11. #preview {
  12. background-color: transparent;
  13. bottom: 0;
  14. left: 0;
  15. position: absolute;
  16. right: 0;
  17. top: 0;
  18. .avatar {
  19. display: none;
  20. }
  21. }
  22. &.splash {
  23. .content {
  24. margin-left: calc((100% - #{$prejoinDefaultContentWidth} + #{$sidePanelWidth}) / 2)
  25. }
  26. }
  27. &.guest {
  28. .content {
  29. margin-bottom: auto;
  30. }
  31. }
  32. }