This commit is contained in:
Roman Pyrih
2025-10-01 10:11:21 +02:00
parent 17ceb1d116
commit d52f615c7d
4 changed files with 145 additions and 14 deletions

View File

@@ -10887,3 +10887,68 @@ header#header {
}
}
}
.partner-contact-form {
padding: 40px;
.mb-2 {
margin-bottom: 12px !important;
}
.mb-5 {
margin-bottom: 37px !important;
}
.row_last {
margin-bottom: 22px;
}
.select2-selection.select2-selection--single {
border: none;
height: calc(2.25rem + 2px);
background: transparent;
.select2-selection__rendered {
display: block;
width: 100%;
height: calc(2.25rem + 2px);
padding: 0.375rem 0.75rem;
line-height: 2;
color: #495057;
background-color: #fff;
background-clip: padding-box;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
border-radius: 100px;
border: none;
font-size: 14px;
font-weight: 300;
}
}
.select2-selection__arrow {
height: calc(2.25rem + 2px) !important;
}
.btn-submit {
font-size: 16px;
display: inline-flex;
align-items: center;
column-gap: 10px;
padding: 16px 26px 12px;
line-height: 1;
img {
margin-top: -3px;
}
}
.custom-control-label {
&::before {
width: 10px;
height: 10px;
}
&::after {
width: 10px;
height: 10px;
}
}
.form-control {
font-size: 14px;
font-weight: 300;
}
}