Components
41
Accordion Block Benifits Grid Block 404 Card Stack Careers Grid Case Study Carousel Case Study Hero Content Columns Content Image Content Image Accordion Content Video Cta Block Example Featured Blog Hero Featured Resource Hero Form Cta Form Hero Full Width Image Homepage Hero Hover List Image Hero Image Mask Image Testimonial Carousel Industry Insights Latest News List Columns Logo Scroller Map Block Post Feed Resource Grid Split Hero Split Text Statement Statistics Row Team Filter Team Grid Testimonial Carousel Testimonial Carousel Text Highlight Tools Grid Two Column List

Careers Grid

View example

Join our ever
expanding team.

Open positions…

Not seen something suitable for you?

 

There are no ACF fields assigned to this component.

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

.block-careers-grid {
	padding-top: clamp(rem-calc(30), 5vw, rem-calc(100));
	padding-bottom: clamp(rem-calc(30), 5vw, rem-calc(100));

	&__top-content {
		margin-bottom: clamp(rem-calc(20), 3vw, rem-calc(50));
	}

	&__bottom-content {
		margin-top: clamp(rem-calc(20), 3vw, rem-calc(50));
	}

	&__column {
		margin-bottom: rem-calc(16);

		@include bp($lg) {
			margin-bottom: rem-calc(24);
		}
	}

}
There are is no JavaScript file with this component.
{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "strategiq/careers-grid",
    "title": "Careers grid",
    "description": "Careers grid block",
    "category": "strategiq",
    "icon": "strategiq",
    "acf": {
        "mode": "edit",
        "renderTemplate": "block-careers-grid.php"
    },
    "supports": {
        "anchor": true,
        "align": false,
		"mode": false,
        "color": {
            "background": false,
            "text": false,
            "gradients": false
        },
        "spacing": {
            "padding": [
				"top",
				"bottom"
			],
            "margin": [
                "top",
                "bottom"
            ]
        }
    },
    "style": "file:../../assets/css/careers-grid/block-careers-grid.css"
}
Page Title
Page Type
Page URL
There are is no readme file with this component.