blob: c8d56edf66ecee19b188b624cc686cb2887516cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@import "./../globalCssVariables.scss";
.track-container{
.track {
.inner {
top:0px;
height: 75px;
width: calc(100%);
background-color: $light-color;
border: 1px solid $dark-color;
position:relative;
}
}
}
|