aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/animationtimeline/Track.scss
blob: f56b2fe5f325564b0e64bea3813fbbb40e96d92c (plain)
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;
        }
    }
}