aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/animationtimeline/Track.scss
blob: aec587a79adcd108e0817c9e47059a03729da8b7 (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;
            width: calc(100%);
            background-color: $light-color;
            border: 1px solid $dark-color;
            position: relative;
            z-index: 100;
        }
    }
}