Enabled product bundles
This commit is contained in:
7
backend/wordpress/wp-content/plugins/woocommerce/assets/css/woocommerce.scss
Normal file → Executable file
7
backend/wordpress/wp-content/plugins/woocommerce/assets/css/woocommerce.scss
Normal file → Executable file
@@ -1711,10 +1711,11 @@ p.demo_store,
|
||||
/**
|
||||
* Right to left styles
|
||||
*/
|
||||
.rtl.woocommerce .price_label span {
|
||||
unicode-bidi: embed;
|
||||
.rtl.woocommerce .price_label,
|
||||
.rtl.woocommerce .price_label span {
|
||||
/* rtl:ignore */
|
||||
direction: ltr;
|
||||
direction: ltr;
|
||||
unicode-bidi: embed;
|
||||
}
|
||||
|
||||
.woocommerce-message {
|
||||
|
||||
Reference in New Issue
Block a user