Skip to content

Commit

Permalink
Merge pull request #2085 from cfpb/ans_btn_align
Browse files Browse the repository at this point in the history
Add button link example | Correctly vertically align button group link buttons
  • Loading branch information
anselmbradford authored Oct 31, 2024
2 parents 4ead650 + 7f38dc7 commit e496180
Show file tree
Hide file tree
Showing 19 changed files with 34 additions and 21 deletions.
11 changes: 11 additions & 0 deletions docs/pages/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,17 @@ variation_groups:
variation_description: >
Use an animated icon in a button to reassure the user that the action
they are attempting to perform is functioning as intended.
- variation_is_deprecated: false
variation_name: Button link
variation_code_snippet: >-
<div class="m-btn-group">
<a class="a-btn">Submit</a>
<a class="a-btn a-btn--link a-btn--secondary" href="#">
See Privacy Act statement
</a>
</div>
variation_description: >
A link can be styled as a button, and vice versa.
- variation_is_deprecated: false
variation_name: Printed button
variation_description: When a
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e496180

Please sign in to comment.