Skip to content

Instantly share code, notes, and snippets.

@Grawl
Last active February 11, 2016 11:17
Show Gist options
  • Select an option

  • Save Grawl/a8c5ece7f781bcd70fc1 to your computer and use it in GitHub Desktop.

Select an option

Save Grawl/a8c5ece7f781bcd70fc1 to your computer and use it in GitHub Desktop.
<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