Revision cfd3560c6df1decc0d203041c1218d9ca2547a67 authored by Patrick H. Lauke on 21 January 2023, 17:34:09 UTC, committed by GitHub on 21 January 2023, 17:34:09 UTC
* Docs: add overflow and text color info to progress bar page

* Add example/reference for color & background helper use

* Add mention of color modes/dark mode

* Tweak link text
1 parent d9d2b4f
Raw File
_form-text.scss
//
// Form text
//

.form-text {
  margin-top: $form-text-margin-top;
  @include font-size($form-text-font-size);
  font-style: $form-text-font-style;
  font-weight: $form-text-font-weight;
  color: $form-text-color;
}
back to top