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