Forms

Basic Inline Form

Forms run inline by default. Use the .form class to set basic structural styles. Use the .form-light class to style the form's theme.

{% highlight html %}
{% endhighlight %}

Stacked Form

Use the .form-stacked class to make forms stack vertically.

{% highlight html %}
{% endhighlight %}

Form Field Sizes

Use the .field-big and .field-small classes to adjust the size of form elements. These will align with button sizes.

{% highlight html %}
{% endhighlight %}
{% highlight html %}
{% endhighlight %}