Components
35
Accordion Buttons Image Callout Centered Content Collaboration Carousel Community Partners Carousel Community Partners Map Contact Callout Bar Contact Form Conversation Grid Donate Featured Image Content Featured Products Hero Home Hero Image Content Large Callout Bar Latest News Logo Carousel Meet The Team Cta Products Intro Related Articles Say Hey Sectors Intro Shop Hero Shop Listing Simple Product Calculator Single Testimonial Stats Highlight Tabbed Content Team Listing Thin Buttons Callout Thin Newsletter Callout Timeline Carousel Trio Testimonials Vertical Content Carousel Video Popup Wholesale Signup Form

Thin Buttons Callout

Field
Field Type
Field Name
Instructions
Title
text
title
Content
wysiwyg
content
Buttons
repeater
buttons
-- Button
link
button
-- Button Style
select
button_style
-- Show Download Icon
true_false
download
Display Background?
true_false
display_background
Will display in the page's selected theme.

				
@import "../../resources/scss/util/variables";
@import "../../resources/scss/util/mixins";
@import "../../resources/scss/vendor/bootstrap/mixins/breakpoints";

.thin-buttons-callout {
	padding-top: 3.25rem;
	padding-bottom: 2.5rem;
	position: relative;

	@include media-breakpoint-down(md) {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	@include media-breakpoint-down(xs) {
		.buttons {
			margin-top: 1rem;
		}
	}
    &.has-bg {
        &:after {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: var(--theme-colour);
			z-index: -1;
			transform: translateX(-100%);
			transition: transform 0.7s cubic-bezier(0.62, 0.38, 0.17, 0.85);
			transition-delay: 0.6s;
        }
        &.aos-animate {
            &:after {
				transition-delay: 0s;
				transform: translateX(0);
            }
        }
    }
	.container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
		z-index: 2;
	}
	h3,
	h4 {
		margin-bottom: 0.75rem;
	}
	a.button {
		margin-top: 0;
		margin-bottom: 0.75rem;
	}
	.left {
		@include media-breakpoint-down(md) {
			width: 100%;
		}
		*:last-child {
			margin-bottom: 0.75rem;
		}
	}
}
There are is no JavaScript file with this component.
This component is not currently used on any pages.
There are is no readme file with this component.
The owner of this website has made a commitment to accessibility and inclusion, please report any problems that you encounter using the contact form on this website. This site uses the WP ADA Compliance Check plugin to enhance accessibility.