Display payment details

This commit is contained in:
Raphael Michel
2015-03-12 22:54:59 +01:00
parent 3e392f7ed4
commit 8c802e534e
11 changed files with 306 additions and 51 deletions

View File

@@ -25,6 +25,11 @@
}
}
}
.panel-body address:last-child {
margin-bottom: 0;
}
.cart-row, .product-row {
padding: 10px 0;
@@ -43,6 +48,15 @@
&.total {
border-top: 1px solid @table-border-color;
}
dl {
padding-left: 20px;
margin-bottom: 0;
dd {
padding-left: 20px;
}
}
}
.panel-primary .panel-heading a {
color: white;