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

Add feature: icon-text pull-right #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

goodseller
Copy link

Add a feature that the icon-text is placed on the right of the text in a button.

Example code:

      <footer class="toolbar toolbar-footer">
        <div class="toolbar-actions">
          <button class="btn btn-default">
            <span class="icon icon-text icon-cancel"></span> Cancel
          </button>

          <button class="btn btn-primary pull-right">
            Send <span class="icon icon-text icon-mail pull-right"></span>
          </button>
        </div>
      </footer>

Demo:

https://gyazo.com/50f35a312eb48ea7000635254ed3011e

@@ -112,16 +112,26 @@
height: 14px;
margin-top: 1px;
margin-bottom: 1px;
color: #737475;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this getting deleted?

@connors connors added this to the v0.1.3 milestone Feb 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants