aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails/SlideEffect.scss
blob: aa2e5bbd9fce169e47f2526c86936ccb4a43976f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.flip-container {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.flip-side {
    position: absolute;
    will-change: transform, opacity;
    // backface-visibility: hidden;
}

.flip-front {
}

.flip-back {
    // background-color: rgb(223, 223, 223);
}