add border radius to product table
This commit is contained in:
@ -680,4 +680,10 @@ body {
|
|||||||
|
|
||||||
.select2-container .select2-dropdown, .select2-container .select2-selection {
|
.select2-container .select2-dropdown, .select2-container .select2-selection {
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.woocommerce-checkout-review-order-table {
|
||||||
|
border-radius: 12px;
|
||||||
|
border-collapse: separate;
|
||||||
|
border-spacing: 0;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user