@import '~components/ui/colors.scss'; @import '~components/ui/fonts.scss'; .root { background: $light; min-height: 100%; } .wrapper { width: 736px; margin: 0 auto; } .header { 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: absolute; top: 50px; left: 0; right: 0; bottom: 0; } .sidebar { position: absolute; top: 0; bottom: 0; left: 0; width: 300px; background: $black; } .content { margin-left: 300px; } .userbar { float: right; }