aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/IconBox.scss
blob: f6d9860a34de44b54baa892c397a88602f473851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@import "../globalCssVariables";
.iconBox-container {
    position: inherit;
    left:0;
    top:0;
    height: 100%;
    width: max-content;
    // overflow: hidden;
    pointer-events: all;
    svg {
        width:  $MINIMIZED_ICON_SIZE !important;
        height: 100%;
        background: white;
    }
    .iconBox-label {
        position: absolute;
        width:max-content;
        font-size: 14px;
        margin-top: 3px;
    }
}