Skip to content

Instantly share code, notes, and snippets.

@kylekeesling
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylekeesling/b7d2571de44f2ad8f5cf to your computer and use it in GitHub Desktop.
Save kylekeesling/b7d2571de44f2ad8f5cf to your computer and use it in GitHub Desktop.
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