Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Bootstrap 3 Responsive Button Group
@media (max-width: $screen-xs-max) {
.btn-group-responsive {
width: 100%;
margin-bottom: 10px;
.pull-left, .pull-right { float: none; }
.btn {
border-radius: $btn-border-radius-small !important;
display: block;
width: 100%;
padding-right: 0;
padding-left: 0;
margin-bottom: 10px;
}
.btn:last-child { margin-bottom: 0px; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment