If you are looking for a stand-out TikTok agency with a proven track record of success, get in touch. We look forward to hearing from you.
@import "../../resources/scss/util/variables";
@import "../../resources/scss/util/mixins";
@import "../../resources/scss/vendor/bootstrap/vendor/rfs";
.block-cta-block {
@include padding-top(rem-calc(90));
@include padding-bottom(rem-calc(90));
.content-container {
text-align: center;
p:has(.btn) {
@include bp($lg) {
margin-top: 2rem;
}
}
}
}
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "strategiq/cta-block",
"title": "CTA block",
"description": "CTA block",
"category": "strategiq",
"icon": "strategiq",
"acf": {
"mode": "preview",
"renderTemplate": "block-cta-block.php"
},
"supports": {
"anchor": true,
"align": false,
"color": {
"background": true,
"text": false,
"gradients": false
},
"spacing": {
"padding": [
"top",
"bottom"
],
"margin": [
"top",
"bottom"
]
}
},
"example": {
"attributes": {
"mode": "preview",
"data": {
"heading_type": "h2",
"heading_text": "Example - Example",
"content": "This is some example content to represent what the content will look like"
}
}
},
"style": "file:../../assets/css/cta-block/block-cta-block.css"
}