Add-new

This type of button is used to indicate to the user that a new item can be added by clicking on it. It is specifically styled to be used within certain contexts.

Default


    
      

  

<a
  href="#"
  class="m-add-new  "
  
>
  <span class="m-add-new__icon icon-plus"></span>

  <p class="m-add-new__text">Een rekening toevoegen</p>
</a>