Skip to content

Commit

Permalink
fix(order-summary): make sure button styles are scoped properly (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored and hellobrian committed Jul 13, 2017
1 parent 4ed1835 commit e86fdc5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/components/order-summary/_order-summary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,19 @@

.bx--order-total-container {
padding: 1.125rem 1.25rem 0;

.bx--btn {
width: 100%;
margin-top: 1rem;

&:first-of-type {
margin-top: 2rem;
}

&:last-of-type {
margin-bottom: 2rem;
}
}
}

.bx--order-total {
Expand Down Expand Up @@ -104,19 +117,6 @@
font-style: italic;
}

.bx--btn {
width: 100%;
margin-top: 1rem;

&:first-of-type {
margin-top: 2rem;
}

&:last-of-type {
margin-bottom: 2rem;
}
}

.bx--order-footer {
display: flex;
align-items: center;
Expand Down

0 comments on commit e86fdc5

Please sign in to comment.