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

Is it possible to make the switch bigger? #8

Open
sebastialonso opened this issue Mar 19, 2015 · 1 comment
Open

Is it possible to make the switch bigger? #8

sebastialonso opened this issue Mar 19, 2015 · 1 comment

Comments

@sebastialonso
Copy link

I tried playing with styles as the README said, and I'm getting
this

The issue is that the button, the <small> element is not moving accordingly.

.switch {
  width: 100%;
}
.switch small {
}
.switch.checked { 
  width: 100%;
}
.switch.checked small {
}

Should I also re-styled the button or I need to mess with the directive?

@rifer
Copy link

rifer commented Nov 25, 2015

That's the width of your container
Keep it inside a smaller container or add a

.switch{
   width: 120px;
}

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

No branches or pull requests

2 participants