1 2 3 4 5 6 7 8 9 10 11 12 13 14
@import './../global/globalCssVariables.module.scss'; .track-container { .track { .inner { top: 0px; width: calc(100%); background-color: $white; border: 1px solid $dark-gray; position: relative; z-index: 100; } } }