Formslayout/_forms.scss
Forms are used to accept user input
Form Validation:
Sample Input Types:
Sass Configuration:
Name | Type | Default | Description |
---|---|---|---|
$form-bg | Color | transparent |
Set background color of forms |
$form-element-bg | Color | White |
Set color of inputs etc |
$form-radius | Boolean | $True |
Rounds corners of form elements |
$fieldset-radius | Boolean | True |
Rounds corners of fieldsets |
$fieldset-bg | Color | transparent |
Set the background color of the fieldset element |
$label-font-weight | String | bold |
Set the font weight of labels and legends |