73 lines
1.1 KiB
SCSS
73 lines
1.1 KiB
SCSS
body.rwavw-custom {
|
|
.contact-us-body {
|
|
|
|
p.lead {
|
|
margin: 48px 0;
|
|
font-size: 18px;
|
|
line-height: 1.5;
|
|
letter-spacing: initial;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
div.wpcf7 {
|
|
max-width: 90ch;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|
|
|
|
.wpcf7 {
|
|
padding: 64px 48px 92px;
|
|
color: #4a5568;
|
|
background-color: rgba(#fff, 1);
|
|
border-radius: 3px;
|
|
margin-top: 64px;
|
|
|
|
p {
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
label {
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
letter-spacing: initial;
|
|
cursor: pointer;
|
|
}
|
|
|
|
input,
|
|
textarea {
|
|
border-radius: 3px;
|
|
border-color: #cbd5e0;
|
|
background-color: #f7fafc;
|
|
cursor: pointer;
|
|
|
|
&:focus {
|
|
border-color: rgba(#000, 0.8);
|
|
}
|
|
}
|
|
|
|
input.booking-date {
|
|
width: 21ch;
|
|
}
|
|
|
|
input.days {
|
|
width: 21ch;
|
|
}
|
|
|
|
.wpcf7-form-control-wrap {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.wpcf7-submit {
|
|
height: auto;
|
|
border: 3px solid currentColor;
|
|
border-radius: 3px;
|
|
color: inherit;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
padding: 10px 24px;
|
|
letter-spacing: 1px;
|
|
}
|
|
}
|
|
}
|
|
}
|