Select2 adjustments.

This commit is contained in:
Peter Fabian 2019-11-26 17:00:44 +01:00
parent 56c7f3bf97
commit a1ce40942e
1 changed files with 16 additions and 0 deletions

View File

@ -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 {