File: D:/HostingSpaces/SBogers10/timentessagaantrouwen.nl/resources/sass/6-Organisms/_organisms.form.scss
/**
* NOTE:
* To prevent the honey pot from working
* the o-form can't have a position property.
*
*
* Min-width for elements
* Used for automatic wrapping of rows
*/
$o-form-element-min-width: 225px;
.o-form {}
.o-form__opening {
color: palette(primary);
width: 80%;
margin: auto;
}
.o-form__image{
margin-bottom: 30px;
}
.o-form__row {
& + & {
margin-top: 10px;
}
&.is-hidden {
display: none;
}
}
.o-form__row-indent {
padding-left: 50px;
}
.o-form__row--split {
@include flex(wrap flex-start);
margin-top: 0;
margin-right: -20px;
// Direct children
& > * {
flex-grow: 1;
flex-basis: $o-form-element-min-width;
margin-top: 20px;
margin-right: 20px;
}
}
.o-form__question{
@include font-size(small);
font-weight: bold;
padding-bottom: 5px;
color: palette(text, 500);
}
.o-form__submit {
margin-top: 20px;
text-align: right;
}
.o-form__payoff {
margin: 20px auto 0;
max-width: 390px;
text-align: center;
@include font(small);
color: palette(text, 500);
}