Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed bugs in form button size #933

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions production/form_buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -594,18 +594,18 @@ <h2>Button Sizes</h2>
<div class="buttons">
<!-- Standard button -->
<button type="button" class="btn btn-secondary btn-lg">Large Button</button>
<button type="button" class="btn btn-secondary btn-sm">Medium Button</button>
<button type="button" class="btn btn-secondary btn-xs">Small Button</button>
<button type="button" class="btn btn-secondary btn-xs">Medium Button</button>
<button type="button" class="btn btn-secondary btn-sm">Small Button</button>
<br>

<button type="button" class="btn btn-success btn-lg">Large Button</button>
<button type="button" class="btn btn-success btn-sm">Medium Button</button>
<button type="button" class="btn btn-success btn-xs">Small Button</button>
<button type="button" class="btn btn-success btn-xs">Medium Button</button>
<button type="button" class="btn btn-success btn-sm">Small Button</button>
<br>

<button type="button" class="btn btn-info btn-lg">Large Button</button>
<button type="button" class="btn btn-info btn-sm">Medium Button</button>
<button type="button" class="btn btn-info btn-xs">Small Button</button>
<button type="button" class="btn btn-info btn-xs">Medium Button</button>
<button type="button" class="btn btn-info btn-sm">Small Button</button>
<br>
</div>
</div>
Expand Down Expand Up @@ -742,4 +742,4 @@ <h2>Button Groups</h2>
<script src="../build/js/custom.min.js"></script>
</body>

</html>
</html>