Skip to content

Commit

Permalink
fix(Button): fix .btn + .btn css placement of rule
Browse files Browse the repository at this point in the history
[Fixes #143473153]

Signed-off-by: Stephane Jolicuoeur <sjolicoeur@pivotal.io>
  • Loading branch information
Elliot Dahl authored and sjolicoeur committed May 16, 2017
1 parent dca451a commit d94fed3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library/src/pivotal-ui/components/buttons/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
}
}

.btn + .btn {
margin-left: $base-unit;
}

.btn.btn-icon {
padding: 0;
.icon {
Expand Down Expand Up @@ -561,7 +565,3 @@
fill: $btn-danger-color-hover;
}
}

.btn + .btn {
margin-left: $base-unit;
}

0 comments on commit d94fed3

Please sign in to comment.