Basic WooCommerce Integration.

This commit is contained in:
Tiago Noronha 2017-08-01 14:21:13 +01:00
parent f9d4a471e5
commit 27e68252f6
16 changed files with 1683 additions and 517 deletions

21
sass/shop/_checkout.scss Normal file
View file

@ -0,0 +1,21 @@
/**
* Checkout
*/
@media screen and (min-width: 768px) {
.col2-set {
.form-row-first {
float: left;
margin-right: $columns__margin;
}
.form-row-last {
float: right;
margin-right: 0;
}
.form-row-first,
.form-row-last {
@include column-width(2);
}
}
}