@import "/UI/Theme.scss";

Inventory
{
    position: absolute;
    bottom: $deadzone-y;
    left: 0;
    width: 100%;
    justify-content: center;
    font-size: 18px;
    color: $color-accent;
    gap: 4px;
    z-index: 1050;
    transition: all 0.05s linear;

    &.spawnmenu-open
    {
        opacity: 0.75;
        transform: translateY( 32px );
    }
}
