bootstrap5/scss/forms/_form-text.scss
ThePetrovich eec942e2b4 customize
2026-06-16 22:46:11 +09:00

11 lines
219 B
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;
}