Skip to content
Snippets Groups Projects
Commit e01fd013 authored by Planoetscher Daniel (Student Com20)'s avatar Planoetscher Daniel (Student Com20)
Browse files

contact form styling

parent a1f24f3a
No related branches found
No related tags found
No related merge requests found
@use 'styles/mixins' as mx; @use 'styles/mixins'as mx;
.input-element { .contact-form {
width: 100%; .input-element {
@include mx.breakpoint(medium) { width: 100%;
width: 50%;
@include mx.breakpoint(medium) {
width: 50%;
}
&.textarea {
width: 100%;
}
} }
&.textarea { .submit-button {
width: 100%; appearance: none;
border: none;
margin: 0.5rem;
} }
}
.submit-button { .button-container {
appearance: none; display: flex;
border: none; width: 100%;
margin: 0.5rem; justify-content: flex-end;
}
} }
.button-container {
display: flex;
width: 100%;
justify-content: flex-end;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment