Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 2.0.0-alpha-11
  • 2.0.0-alpha-10
  • 2.0.0-alpha-9
  • 2.0.0-alpha-8
  • 2.0.0-alpha-7
  • 2.0.0-alpha-6
  • 2.0.0-alpha-5
  • 2.0.0-alpha-4
  • 2.0.0-alpha-3
  • 2.0.0-alpha-2
  • 2.0.0-alpha-1
  • 1.8.0
  • 1.7.0
  • 1.6.4
  • 1.6.3
  • 1.6.2
  • 1.6.1
  • 1.6.0
  • 1.5.5
  • 1.5.4
21 results

04-button-with-hover-effect.mustache

Blame
  • Forked from TO / Weby / ui-styleguide
    168 commits behind the upstream repository.
    04-button-with-hover-effect.mustache 1.32 KiB
    <div class="inline-flex flex-col sm:flex-row space-y-8 sm:space-y-0 sm:space-x-8">
      <div class="inline-flex flex-col space-y-2">
        {{> atoms-basic-button(classes: "btn--black btn--hoveractive") }}
        {{> atoms-basic-button(classes: "btn--grey-800 btn--hoveractive") }}
        {{> atoms-basic-button(classes: "btn--grey-700 btn--hoveractive") }}
        {{> atoms-basic-button(classes: "btn--grey-500 btn--hoveractive") }}
        {{> atoms-basic-button(classes: "btn--grey-125 btn--hoveractive") }}
        {{> atoms-basic-button(classes: "btn--white btn--hoveractive") }}
        {{> atoms-basic-button(classes: "btn--green-100 btn--hoveractive") }}
        {{> atoms-basic-button(classes: "btn--red-100 btn--hoveractive") }}
      </div>
      <div class="inline-flex flex-col space-y-2">
        {{> atoms-icon-button(classes: "btn--black btn--hoveractive") }}
        {{> atoms-icon-button(classes: "btn--grey-800 btn--hoveractive") }}
        {{> atoms-icon-button(classes: "btn--grey-700 btn--hoveractive") }}
        {{> atoms-icon-button(classes: "btn--grey-500 btn--hoveractive") }}
        {{> atoms-icon-button(classes: "btn--grey-125 btn--hoveractive") }}
        {{> atoms-icon-button(classes: "btn--white btn--hoveractive") }}
        {{> atoms-icon-button(classes: "btn--green-100 btn--hoveractive") }}
        {{> atoms-icon-button(classes: "btn--red-100 btn--hoveractive") }}
      </div>
    </div>