Select2 adjustments.
This commit is contained in:
parent
56c7f3bf97
commit
a1ce40942e
|
@ -1579,6 +1579,10 @@ a.reset_variations {
|
|||
|
||||
.select2-container .select2-selection--single .select2-selection__rendered {
|
||||
line-height: 48px;
|
||||
font-family: $headings;
|
||||
font-size: 1.6rem;
|
||||
color: #000;
|
||||
padding-left: 1.8rem;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
||||
|
@ -1588,6 +1592,18 @@ a.reset_variations {
|
|||
.select2-container--focus .select2-selection {
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
.select2-results__option {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.select2-container {
|
||||
|
||||
.select2-search__field {
|
||||
height: 4rem;
|
||||
background: #eee;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce-checkout-review-order-table {
|
||||
|
|
Loading…
Reference in New Issue