@import "./../globalCssVariables.scss"; .track-container{ .datapane{ top:0px; width: 100px; height: 100px; background-color: $light-color-secondary; position:relative; float:left; border-style:solid; } .track { .inner { top:0px; float:right; height: 100px; width: calc(100% - 100px); background-color: $light-color; border-style:solid; position:relative; } } }