@import "../../resources/scss/util/variables";
@import "../../resources/scss/util/mixins";
@import "../../resources/scss/vendor/bootstrap/mixins/breakpoints";
.wholesale-form {
.subtitle {
max-width: 56rem;
margin: 0 auto 2rem auto;
}
footer {
padding-top: 3rem;
p {
font-weight: bold;
a {
&:hover {
color: $greyishbrown;
}
}
}
}
input #register {
margin: 0 auto;
display: block;
}
}
.wwp_wholesaler_registration {
h2 {
display: none;
}
p {
margin: 0;
}
.form-row:last-child {
width: 100%;
clear: both;
margin-left: 1rem;
@include media-breakpoint-down(sm) {
margin-left: 0;
}
}
form {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
.woocommerce-form-row {
width: calc(50% - 2rem);
margin: 0 1rem 2rem 1rem;
@include media-breakpoint-down(sm) {
margin: 0;
width: 100%;
}
}
> #container-wrap {
flex-grow: 1;
.woocommerce-form-row {
width: calc(100% - 2rem);
@include media-breakpoint-down(sm) {
margin: 0;
width: 100%;
}
}
}
}
}
This component is not currently used on any pages.