ui/components/spawnmenuemptystate.razor.scss
@import "/UI/Theme.scss";

SpawnMenuEmptyState
{
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    gap: 6px;

    .iconpanel
    {
        width: 52px;
        height: 52px;
        align-items: center;
        justify-content: center;
        font-size: 2.4rem;
        color: $menu-accent;
        opacity: 0.55;
        margin-bottom: 6px;
    }

    .title
    {
        color: $menu-text-strong;
        font-size: 18px;
        font-weight: 700;
    }

    .subtitle
    {
        max-width: 320px;
        color: rgba( white, 0.45 );
        font-size: 13px;
        line-height: 1.35;
    }
}