Skip to content
Snippets Groups Projects
Commit 45a1c998 authored by Sam Beckham's avatar Sam Beckham
Browse files
parent 04bcbaa5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -63,6 +63,10 @@
margin-left: $grid-size;
}
 
.btn-group .btn + .btn {
margin-left: -1px;
}
@include media-breakpoint-down(xs) {
flex-direction: column;
 
Loading
Loading
@@ -72,6 +76,11 @@
margin-left: 0;
margin-top: $grid-size;
}
.btn-group .btn + .btn {
margin-left: -1px;
margin-top: 0;
}
}
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment