aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FontIconBox.scss
blob: 905601ce3b6cfdb1df87ecf82ae0fa0e00e6225f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.fontIconBox-outerDiv {
    width: 100%;
    height: 100%;
    pointer-events: all;
    border-radius: inherit;
    background: black;
    border-radius: 100%;
    transform-origin: top left;
    svg {
        width:95% !important;
        height:95%;
    }
}