Guest User

Untitled

a guest
Feb 16th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <!-- Grouped form -->
  2. <form class="grouped-form" action="#">
  3. <!-- ... -->
  4. <div class="grouped-form__section align-left">
  5. <button class="btn btn--secondary mar-r-sm">Cancel</button>
  6. <button class="btn btn--primary">Submit</button>
  7. </div>
  8. </form>
  9.  
  10. <!-- Header bar -->
  11. <header class="header-bar">
  12. <h2 class="header-bar__title">New Product</h2>
  13. <div class="align-right">
  14. <button class="btn btn--secondary mar-r-sm">Cancel</button>
  15. <button class="btn btn--primary">Save</button>
  16. </div>
  17. </header>
Add Comment
Please, Sign In to add comment