Indicatorscomponents/_indicators.scss
Indicators provide visual indications of actions
Progress
Loader
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 |
Example Code:
<!-- Form Elements: -->