You've already forked wc-composable-product
44 lines
693 B
CSS
44 lines
693 B
CSS
|
|
/**
|
||
|
|
* Admin Styles for Composable Products
|
||
|
|
*
|
||
|
|
* @package WC_Composable_Product
|
||
|
|
*/
|
||
|
|
|
||
|
|
#composable_product_data {
|
||
|
|
padding: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.composable_criteria_group {
|
||
|
|
border-top: 1px solid #eee;
|
||
|
|
padding-top: 12px;
|
||
|
|
margin-top: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#_composable_categories,
|
||
|
|
#_composable_tags {
|
||
|
|
min-height: 150px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.show_if_composable {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.product-type-composable .show_if_composable {
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.composable_options.composable_tab a::before {
|
||
|
|
content: '\f323';
|
||
|
|
font-family: 'Dashicons';
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Enhanced select styling */
|
||
|
|
.wc-composable-product-admin .select2-container {
|
||
|
|
min-width: 50%;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Help tips */
|
||
|
|
.woocommerce-help-tip {
|
||
|
|
color: #666;
|
||
|
|
}
|