aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
blob: 36f5e0fe0d0d5e90c45994f0d0a58d18c56a8b17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.imageBox-cont {
    padding: 0vw;
    position: absolute;
    width: 100%;
    max-width: 100%;
    max-height: 100%
}
.imageBox-cont img {
    max-width: 100%;
    max-height: 100%
}

.imageBox-button {
    padding : 0vw;
    border: none;
    width : 100%;
    height: 100%;
}