@import "/UI/Theme.scss";

EffectsProperties
{
    background-color: #222222ee;
    border: 1px solid #444;
    border-radius: 8px;
    backdrop-filter: blur( 10px );
    padding: 1rem;
    flex-direction: column;
    max-height: 480px;
    overflow-y: scroll;

    .effect-title
    {
        font-size: 14px;
        font-weight: 700;
        font-family: $title-font;
        color: white;
        padding-bottom: 6px;
    }

    .header h2
    {
        gap: 0.5rem;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem;
        font-weight: 700;
        font-family: $title-font;
        margin-bottom: 0.25rem;
    }

    .empty-state
    {
        font-family: $subtitle-font;
        padding: 16px 12px;
        text-align: center;
    }

    ControlSheet
    {
        padding: 6px 0;
    }
}
