aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/WebBox.scss
blob: e72b3c4da1cd2a353b0d362cd47ce294d8f0810b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.webBox-cont {
    padding: 0vw;
    position: absolute;
    width: 100%;
    height: 100%;
}

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