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

bug: item-button-left and item-button-right at the same time #4905

Closed
shprink opened this issue Jan 5, 2016 · 0 comments
Closed

bug: item-button-left and item-button-right at the same time #4905

shprink opened this issue Jan 5, 2016 · 0 comments

Comments

@shprink
Copy link

shprink commented Jan 5, 2016

item-button-left and item-button-right at the same time do not work:

http://codepen.io/shprink/pen/LGWRNB

FIX:

.item-button-left.item-button-right{
   .button{
     &:first-child {
      right: auto;
    }
     &:last-child {
      left: auto;
    }
   }
}
@shprink shprink mentioned this issue Jan 5, 2016
@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant