Components
54
Accordion Items Basic Hero Basic Map Benefits Card Grid Career Testimonials Case Study Carousel Case Study Content Two Column Contact Form Content Centred Content Image Content Three Columns Content Two Column Content Video Cookie Table Cta Blocks Example Faqs Featured Card Featured Latest Cards Footer Banner Glossary Items Hero Insights Hero Rounded Hero With Featured Insight Home Hero Icon Carousel Image Link Carousel Image Link Carousel 2×2 Image Link Grid Insight Content Job Listing Large Image Large Testimonial Leadership Grid Link Grid Locations Locations Archive Logo Scroller Page Heading People Carousel Related Services Resources Carousel Section Anchors Separator Service Hero Services List Services Tabs Tech Partners Testimonial Carousel Testimonial Single Use Case Component Values Scroller Video

Footer Banner

Field
Field Type
Field Name
Instructions
Block Data
tab
Heading Type
select
heading_type
Heading Text
textarea
heading_text
Button Type
select
button_type
Button Color
select
button_color
Button Link
link
button_link
Background Image
image
background_image
Upload image having size maximum 1600 X 200 pixels in ratio.
Block Meta
tab
ID
text
block_id
Block Classes
text
block_classes
Margin Top
select
margin_top
Margin Bottom
select
margin_bottom

				
@import "../../resources/scss/util/variables";
@import "../../resources/scss/util/mixins";

.block-footer-banner{
    position: relative;
    overflow: hidden;
    padding: rem-calc(20 0);
    
    @include bp($lg){
        padding: 2em 0;
    }

    .container{
        position: relative;
        z-index: 10;
    }

    &-row{
        align-items: center;
        justify-content: center;
        
        @include bp($lg){
            justify-content: space-between;
        }
    }

    &-img{
        width: 100%;
        height: 50%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        @include bp($xl){
            height: 100%;
            bottom: inherit;
            top: 0;
        }
        img{
            top: 0;
            left: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: bottom left;
            @include bp($xl){
                object-position: top center;
            }
        }
    }

    .heading-col{
        text-align: center;
        margin-bottom: rem-calc(20);
        @include bp($lg){
            text-align: left;
            margin-bottom: rem-calc(0);
        }
    }

    .cta-col{
        display: flex;
        justify-content: center;
        @include bp($lg){
            justify-content: flex-end;
        }
    }

    .heading{
        font-size: rem-calc(24);
        line-height: rem-calc(32);
        letter-spacing: 0.02em;
        font-weight: 300;
        margin: 0;

        @include bp($xl){
            font-size: rem-calc(32);
            line-height: rem-calc(40);
        }
    }

    &.bg--primary{
        .heading{
            color: $white;
        }
    }
}
There are is no JavaScript file with this component.
There are is no readme file with this component.