<div class="centeredblock " style="">
<button class="button _large ">
Request a Demo
</button>
<p id="" class="fineprint " style="">No credit card required. No software to install.</p>
</div>
<div class="centeredblock {{modifier}}" style="{{style}}">
{{> @children}}
</div>
{
"style": null,
"children": [
{
"component": "button",
"context": {
"modifier": "_large",
"text": "Request a Demo"
}
},
{
"component": "fineprint",
"context": {
"text": "No credit card required. No software to install."
}
}
]
}
.centeredblock {
text-align: center;
}
@media #{$desktop-media} {
.centeredblock {
display: inline-block;
}
}
There are no notes for this item.