.compatibility{ min-height: calc(100vh - 50px); width: 100%; .content{ padding: 0 50px; .user-sheet{ position: relative; padding-top: 80px; .avatar{ position: absolute; top: 0; left: 10px; height: 60px; width: 60px; img{ height: 60px; width: 60px; } } .name{ position: absolute; left: 85px; top: 12px; font-size: $font-12; font-weight: 700; } .rule{ position: absolute; left: 85px; top: 30px; font-size: $font-10; } .sheet-title{ font-size: $font-12; font-weight: 700; } .sheet-container{ .value{ width: 90%; height: 25px; background: $grey; margin-bottom: 10px; .percent{ width: 0%; height: 25px; background: $red; } } } } } }