aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FontIconBox.scss
blob: f0fe7a54e0ef711d2085f83db2dec319e42e4013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.fontIconBox-outerDiv {
    width: 100%;
    height: 100%;
    pointer-events: all;
    touch-action: none;
    border-radius: inherit;
    background: black;
    border-radius: 100%;
    transform-origin: top left;

    svg {
        width: 95% !important;
        height: 95%;
    }
}