_labels.scss 228 B

12345678910111213
  1. //
  2. // Labels
  3. //
  4. label,
  5. .form-label {
  6. font-size: $form-label-font-size;
  7. font-weight: $form-label-font-weight;
  8. margin-bottom: $form-label-margin-bottom;
  9. color: $form-label-color;
  10. margin-left: $form-label-margin-left;
  11. }