HEX
Server: LiteSpeed
System: Linux server315.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: globfdxw (6114)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //home/globfdxw/www/wp-content/plugins/give/src/Campaigns/Blocks/CampaignCover/editor.scss
.givewp-campaign-cover-block {
    &__button {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 32px;
        width: 100%;
        margin-bottom: .5rem;
        color: #2271b1;
        border: 1px solid #2271b1;
        border-radius: 2px;
    }

    &__image {
        flex-grow: 1;
        display: flex;
        max-height: 4.44rem;
        width: 100%;
        object-fit: cover;
        margin-bottom: .5rem;
        border-radius: 2px;
    }

    &__help-text {
        font-size: 0.75rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: normal;
        text-align: left;
        color: #4b5563;
    }

    &__edit-campaign-link {
        display: inline-flex;
        align-items: center;
        gap: 0.125rem;
        font-size: 0.75rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;

        svg {
            fill: currentColor;
            height: 1.25rem;
            width: 1.25rem;
        }
    }
}

.givewp-campaign-cover-block-preview {
    &__image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
}