Question

The question component encourages the user to ask Lot a question. It contains a textfield and a button with an icon.

Default


			
				<div class="c-question ">
	<div class="c-question__wrapper">
		<input id="question-input" class="c-question__input" type="text" name="question-input" placeholder="Hoi lot, kan je me helpen met..." value="" />
		<div class="c-question__button">
			<span class="fal fa-paper-plane c-question__icon"></span>
		</div>
	</div>
</div>