Last active
February 11, 2016 11:17
-
-
Save Grawl/a8c5ece7f781bcd70fc1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <body class="light"> | |
| <article class="modal wide open"> | |
| <div class="modal__content"> | |
| ... | |
| </div> | |
| <div class="modal__foot"> | |
| <p class="layout"> | |
| <span class="layout__item 1/3"> | |
| <a href="btn btn--negative">Cancel</a> | |
| </span> | |
| <span class="hidden">or</span> | |
| <span class="layout__item 2/3"> | |
| <a href="btn btn--positive">Confirm</a> | |
| </span> | |
| </p> | |
| </div> | |
| </article> | |
| <footer class="page-foot"> | |
| <small class="copyright">...</small> | |
| </footer> | |
| </body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment