Skip to content

Commit

Permalink
DIG-4059: Navigation Bar and Next Button behavior is aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipbentonkelly committed Apr 18, 2024
1 parent 1d566ce commit 20772e8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/base/modal/modal.config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
title: Modal
handle: md
status: ready
10 changes: 10 additions & 0 deletions components/base/modal/modal.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<div role="dialog">
<div class="md">
<div class="md-c">
<button class="md-cb">Close</button>
<div class="mb-b p-a300 p-a600--xl">
Modal Content ...
</div>
</div>
</div>
</div>

0 comments on commit 20772e8

Please sign in to comment.