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

.flip-side {
    position: absolute;
    // max-width: 500px;
    // max-height: 500px;
    // width: 350px;
    // height: 200px;
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.flip-front {
}

.flip-back {
    // Get the background color of node instead
    background-color: rgb(223, 223, 223);
}