.c-form-element {
display: flex;
flex-direction: column;
}
.c-form-element--honey{
position: fixed;
top: -100px;
height: 20px;
width: 100%;
}
.c-form-element__error {
&:not(:empty) {
@include text-style(4);
color: palette(action, 300);
display: block;
margin-top: space(0.5);
padding: 2px 0;
}
}
.c-form-element__label {
padding-bottom: space(1);
color: palette(secondary, 500);
}