aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/animationtimeline/Track.scss
blob: 7f5e8b8f30264f2750dddef7cb6da3745d3f9131 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@use './../global/globalCssVariables.module.scss' as global;

.track-container {
    .track {
        .inner {
            top: 0px;
            width: calc(100%);
            background-color: global.$white;
            border: 1px solid global.$dark-gray;
            position: relative;
            z-index: 100;
        }
    }
}