HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/coolswim/wp-content/plugins/server-info/freemius/assets/scss/admin/_gdpr-consent.scss
#fs_marketing_optin
{
    display:     none;
    margin-top:  10px;
    border:      1px solid #ccc;
    padding:     10px;
    line-height: 1.5em;

    .fs-message
    {
        display:       block;
        margin-bottom: 5px;
        font-size:     1.05em;
        font-weight:   600;
    }

    &.error
    {
        border:     1px solid $fs-logo-magenta-color;
        background: #fee;

        .fs-message
        {
            color: $fs-logo-magenta-color;
        }
    }

    .fs-input-container
    {
        margin-top: 5px;

        label
        {
            margin-top: 5px;
            display:    block;

            input
            {
                float:  left;
                margin: 1px 0 0 0;
            }

            &:first-child
            {
                display:       block;
                margin-bottom: 2px;
            }
        }
    }

    .fs-input-label
    {
        display:     block;
        margin-left: 20px;

        .underlined
        {
            text-decoration: underline;
        }
    }
}

.rtl
{
    #fs_marketing_optin
    {
        .fs-input-container
        {
            label input
            {
                float: right;
            }
        }

        .fs-input-label
        {
            margin-left:  0;
            margin-right: 20px;
        }
    }
}