Buttons

<h1 class="heading-level-1 mw-730 mx-auto mb-md">Buttons</h1>
<p class="mw-730 mx-auto">
    <a href="#" class="button-default">Default</a>
    <button href="#" class="button-default" disabled>Disabled</button>
    <a href="#" class="button-default">Button A-tag</a>
    <a href="#" class="button-small">Default</a>
    <a href="#" class="button-small selected">Select</a>
    <button href="#" class="button-small" disabled>Disabled</button>
    <a href="#">Link</a>
</p>
<h1 class="heading-level-1 mw-730 mx-auto mb-md">{{ text }}</h1>
<p class="mw-730 mx-auto">
    <a href="#" class="button-default">Default</a>
    <button href="#" class="button-default" disabled>Disabled</button>
    <a   href="#" class="button-default" >Button A-tag</a>
    <a href="#" class="button-small">Default</a>
    <a href="#" class="button-small selected">Select</a>
    <button href="#" class="button-small" disabled>Disabled</button>
    <a href="#">Link</a>
</p>
{
  "text": "Buttons"
}
  • Content:
    h1.title {
        max-width: 730px;
        margin: 0 0 $md-space 0;
    }
    .EPiServerForms .btn-upload span {
        font-family: "Lato Bold";
        
    }
    .EPiServerForms .Form__Element.FormFileUpload label {
        width: 100%;
        margin-bottom: 15px;
    }
  • URL: /components/raw/buttons/buttons.scss
  • Filesystem Path: src\components\01-global_components\buttons\buttons.scss
  • Size: 244 Bytes

Global Component - Buttons (H1)

Variants