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