Select2 update on Cart page.
This commit is contained in:
parent
fd1672f49e
commit
eebcf1e3be
|
@ -1186,6 +1186,9 @@ a.reset_variations {
|
|||
width: 200px !important;
|
||||
float: left;
|
||||
margin-right: 0.25rem;
|
||||
border: 1px solid #ddd;
|
||||
padding-top: 1.55rem;
|
||||
padding-bottom: 1.59rem;
|
||||
}
|
||||
|
||||
.button {
|
||||
|
@ -1353,6 +1356,44 @@ a.reset_variations {
|
|||
}
|
||||
}
|
||||
|
||||
.select2-container .select2-selection--single {
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
.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 {
|
||||
height: 46px;
|
||||
}
|
||||
|
||||
.select2-container--focus .select2-selection {
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
.select2-results__option {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.select2-container {
|
||||
|
||||
.select2-search__field {
|
||||
height: 4rem;
|
||||
background: #eee;
|
||||
}
|
||||
}
|
||||
|
||||
p.form-row {
|
||||
|
||||
input {
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue