Skip to content

Commit

Permalink
Fix nested CTA btns order, fixes #108
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen authored and adamkudrna committed Aug 8, 2017
1 parent c7c794f commit 7298993
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/less/components/navigation/cta.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,9 @@ Styleguide 3.2
margin-top: 0;
text-align: right;

&.btn,
> .btn {
&.btn {
float: right;
}

&.btn-group > .btn,
&.btn-group > .item-action {
float: left;
}
}
}

Expand Down

0 comments on commit 7298993

Please sign in to comment.