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