@import '~components/ui/colors.scss'; @import '~components/ui/fonts.scss'; .root { height: 100%; } .wrapper { width: 756px; margin: 0 auto; } .header { position: relative; height: 50px; background: $green; } .headerContent { composes: wrapper; } .logo { line-height: 50px; padding: 0 20px; display: inline-block; background: darker($green); font-family: $font-family-title; font-size: 33px; color: #fff; } .body { composes: wrapper; position: relative; // place for header min-height: 100%; box-sizing: border-box; padding-top: 50px; margin-top: -50px; } .userbar { float: right; }