blob: 92beafa15480f2974aaddd4053c6cc3b1cc724db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.buttonBox-outerDiv {
width: 100%;
height: 100%;
pointer-events: all;
border-radius: inherit;
}
.buttonBox-mainButton {
width: 100%;
height: 100%;
border-radius: inherit;
}
|