Skip to content

Commit

Permalink
Checkout: Thank You: Align text on DomainMappingDetails to the left
Browse files Browse the repository at this point in the history
  • Loading branch information
drewblaisdell committed Mar 4, 2016
1 parent c77e34e commit 8a3e52c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions client/my-sites/upgrades/checkout-thank-you/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,19 @@
}
}

.checkout-thank-you__domain-mapping-details .purchase-detail__icon {
top: 30%;
.checkout-thank-you__domain-mapping-details {
text-align: left;

.purchase-detail__icon {
top: 30%;
}
}

.checkout-thank-you__domain-mapping-details-nameservers {
border-left: solid 5px lighten( $gray, 25% );
list-style: none;
padding-left: 15px;
margin-left: 0;
text-align: left;
padding-left: 15px;
}

.checkout-thank-you__features-header {
Expand Down

0 comments on commit 8a3e52c

Please sign in to comment.