Save
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user