Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clay Buttons with icons has no padding #395

Closed
carloslancha opened this issue Dec 12, 2017 · 0 comments
Closed

Clay Buttons with icons has no padding #395

carloslancha opened this issue Dec 12, 2017 · 0 comments
Labels

Comments

@carloslancha
Copy link
Contributor

Lexicon defines a type of buttons with icon and text:

captura de pantalla 2017-12-12 a las 13 13 12

Right now we are using the following markup

<button class="btn btn-primary" type="button">
   <svg aria-hidden="true" class="lexicon-icon lexicon-icon-plus">
      <title>plus</title>
      <use ...></use>
   </svg>
   Default Icon Position
</button>

but there're no padding between icon and label

captura de pantalla 2017-12-12 a las 15 25 54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants