Merge pull request #1685 from edx/jbau/shopping-cart/report
CSV Reporting of Shopping Cart Purchases, with tests
This commit is contained in:
@@ -5,6 +5,14 @@
|
||||
padding: 30px 30px 0 30px;
|
||||
}
|
||||
|
||||
.error_msg {
|
||||
margin: 20px;
|
||||
padding: 5px;
|
||||
color: $red;
|
||||
border: 1px solid $red;
|
||||
|
||||
}
|
||||
|
||||
.cart-list {
|
||||
padding: 30px;
|
||||
margin-top: 40px;
|
||||
|
||||
Reference in New Issue
Block a user