We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Lexicon defines a type of buttons with icon and text:
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
The text was updated successfully, but these errors were encountered:
New: (#395) Button added option to configure `$btn-inline-item-font-s…
bffc498
…ize`
bf68872
No branches or pull requests
Lexicon defines a type of buttons with icon and text:
Right now we are using the following markup
but there're no padding between icon and label
The text was updated successfully, but these errors were encountered: