Use ecommerce api v2.

XCOM-213 XCOM-214
This commit is contained in:
jsa
2015-04-21 16:55:08 -04:00
parent 960ec06fb4
commit efde11d552
23 changed files with 518 additions and 332 deletions

View File

@@ -50,3 +50,22 @@
padding: ($baseline*1.5) $baseline;
text-align: center;
}
// for verify_student/make_payment_step.underscore
.payment-buttons {
.purchase {
float: left;
padding: ($baseline*.5) 0;
.product-info, .product-name, .price {
@extend %t-ultrastrong;
color: $m-blue-d3;
}
}
.payment-button {
float: right;
@include margin-left( ($baseline/2) );
}
}