This commit is contained in:
2025-10-06 15:51:43 +02:00
parent 9ed8ce318c
commit 420950fbec
11 changed files with 43 additions and 18 deletions

View File

@@ -52,16 +52,40 @@
padding: 0.5rem;
padding-left: 1rem;
border: 1px solid #dfdfdf;
border-radius: 18px;
border-radius: 100px;
background: #fff;
}
.btn-contact-box-select2 .select2.select2-container .select2-selection__arrow{
display: none;
}
.c-btn-contact-box{
width: 100%;
max-width: 478px;
}
.c-btn-contact-box .select2.select2-container {
width: 100% !important;
}
.c-btn-contact-box .select2-selection__rendered{
width: 100% !important;
}
.c-btn-contact-box .select2-selection__rendered{
font-family: 'URW Form';
font-weight: 600;
font-size: 20px;
line-height: 253%;
color: #3F3F3F;
}
.select2 .select2-selection[aria-expanded="true"] .select2-selection__rendered{
background: #eaf1ff;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
background: transparent;
opacity: 0.5;
}
.select2-dropdown {
border: .5px solid #d8d8d8 !important;
border-radius: 15px !important;
@@ -76,11 +100,11 @@
border-radius: 10px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
background-color: #ffed00;
background-color: #f1f1f1;
color: #232323;
}
.select2-container--default .select2-results__option--selected{
background-color: #ffed00;
background-color: #f1f1f1;
}
.select2-results__option.select2-results__option--selectable:not(:last-child){
margin-bottom: 3px;
@@ -221,9 +245,10 @@
</div>
<div style="display: flex; justify-content: center; gap: 1rem">
<div class="btn-contact-box-select2">
<div class="c-btn-contact-box btn-contact-box-select2">
<select class="btn-contact-us" id="select-country" name="country" onchange="swapCountry(true)">
<option selected value="Polska">Polska</option>
<option value="" disabled selected hidden>Kraj</option>
<option value="Polska">Polska</option>
<option value="Niemcy">Niemcy</option>
<option value="Stany Zjednoczone">Stany Zjednoczone</option>
<option value="Wielka Brytania">Wielka Brytania</option>
@@ -235,9 +260,9 @@
<option value="Belgia">Belgia</option>
</select>
</div>
<div class="btn-contact-box-select2">
<div class="c-btn-contact-box btn-contact-box-select2">
<select style="font-family: 'Open Sans',sans-serif;" class="btn-contact-us" id="select-region" disabled="disabled" onchange="merchantsFilter(true)">
<option value="" disabled selected hidden>Regiony niedostępne</option>
<option value="" disabled selected hidden>Region</option>
</select>
</div>
</div>