Skip to content

Commit

Permalink
Delete cart-shipping.php
Browse files Browse the repository at this point in the history
  • Loading branch information
crftwrk committed Jun 21, 2023
1 parent f5449f1 commit 15a4462
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 101 deletions.
2 changes: 1 addition & 1 deletion scss/bootscore_woocommerce/_wc_cart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ WooCommerce Cart
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
@extend .btn-lg;
display: block;
}
}
20 changes: 18 additions & 2 deletions scss/bootscore_woocommerce/_wc_shipping.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,27 @@ WooCommerce Shipping
}
}


// Shipping radios
.woocommerce ul#shipping_method li {
padding-left: 0;
.woocommerce {

ul#shipping_method {

li {
@extend .form-check;

input {
@extend .form-check-input;
}

label {
@extend .form-check-label;
}
}
}
}


// Update button
.shipping-calculator-form button {
width: 100%;
Expand Down
98 changes: 0 additions & 98 deletions woocommerce/cart/cart-shipping.php

This file was deleted.

0 comments on commit 15a4462

Please sign in to comment.