﻿
InventoryBar {
    color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
}

.spawnmenuopen InventoryBar {
    color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
}

InventoryIcon {
    color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
    .item-name {
        color: rgba(0,0,0,0);
        background-color: rgba(0,0,0,0);
    }

    .slot-number {
        color: rgba(0,0,0,0);
        background-color: rgba(0,0,0,0);
    }
}
