Skip to content

Instantly share code, notes, and snippets.

@andreortiz82
Last active May 25, 2020 14:54
Show Gist options
  • Save andreortiz82/9d4d6cf8cb550aeba532 to your computer and use it in GitHub Desktop.
Save andreortiz82/9d4d6cf8cb550aeba532 to your computer and use it in GitHub Desktop.
%a.button{:href => "#"} Basic Action Button
%a.button.success{:href => "#"} Form Submission Button
%a.button.secondary{:href => "#"} Secondary Action Button
%a.button.alert{:href => "#"} Drastic Action Button
[:a.button {:href "#"} "Basic Action Button"]
[:a.button.success {:href "#"} "Form Submission Button"]
[:a.button.secondary {:href "#"} "Secondary Action Button"]
[:a.button.alert {:href "#"} "Drastic Action Button"]
<a href="#" class="button">Basic Action Button</a>
<a href="#" class="button success">Form Submission Button</a>
<a href="#" class="button secondary">Secondary Action Button</a>
<a href="#" class="button alert">Drastic Action Button</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment