0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 20:54:22 +01:00
Bootstrap/scss/forms/_form-text.scss

15 lines
317 B
SCSS
Raw Normal View History

2024-07-29 22:04:11 -07:00
@use "../variables";
@use "../vendor/rfs";
2020-04-14 09:21:13 +03:00
//
// Form text
//
.form-text {
2024-07-29 22:04:11 -07:00
margin-top: variables.$form-text-margin-top;
@include rfs.font-size(variables.$form-text-font-size);
font-style: variables.$form-text-font-style;
font-weight: variables.$form-text-font-weight;
color: variables.$form-text-color;
2020-04-14 09:21:13 +03:00
}