blob: fbb9b9c1cecca86ee658b887e31ddbbb556afe02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.dragBox-outerDiv {
width: 100%;
height: 100%;
pointer-events: all;
border-radius: inherit;
background: black;
border-radius: 100%;
svg {
margin:18%;
width:65% !important;
height:65%;
}
}
|