aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FontIconBox.scss
blob: 75d093fcb475b981b46956148573e1d77a1769d6 (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%;
    svg {
        margin:18%;
        width:65% !important;
        height:65%;
    }
}