Guest User

Untitled

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