aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/IconBox.scss
blob: ce0ee2e09de1aa29a1993c39a939aff48cd46dab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@import "../globalCssVariables";
.iconBox-container {
    position: absolute;
    left:0;
    top:0;
    svg {
        width: 100% !important;
        height: 100%;
        background: white;
    }
}