<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."
      }
    }
  ]
}
  • Content:
    .centeredblock {
        text-align: center;
    }
    
    @media #{$desktop-media} {
        .centeredblock {
            display: inline-block;
        }
    }
    
  • URL: /components/raw/centeredblock/CenteredBlock.scss
  • Filesystem Path: components/molecules/CenteredBlock/CenteredBlock.scss
  • Size: 131 Bytes

There are no notes for this item.