aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ButtonBox.scss
blob: 5ed435505ecfb82e06bddbec9407526963d65437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.buttonBox-outerDiv {
    width: 100%;
    height: 100%;
    pointer-events: all;
    border-radius: inherit;
    display:table;
}

.buttonBox-mainButton {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
}