-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add un/sub links to circles, fix button styles
- Loading branch information
Showing
6 changed files
with
65 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{% extends "base.html" %} | ||
{% block content %} | ||
<section class="max-w-5xl m-auto"> | ||
<h1 class="h1 pb-10">Buttons</h1> | ||
<h2 class="h2 pb-5">Base button</h2> | ||
<button class="btn">Button</button> | ||
<h2 class="h2 pb-5">Primary button</h2> | ||
<button class="btn-primary">Button</button> | ||
<h2 class="h2 pb-5">Danger button</h2> | ||
<button class="btn-danger">Button</button> | ||
<h2 class="h2 pb-5">Outline button</h2> | ||
<button class="btn-outline">Button</button> | ||
<h2 class="h2 pb-5">Shimmer button</h2> | ||
<button class="btn-primary shimmer">Button</button> | ||
</section> | ||
{% endblock content %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.