mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 20:54:22 +01:00
15 lines
317 B
SCSS
15 lines
317 B
SCSS
@use "../variables";
|
|
@use "../vendor/rfs";
|
|
|
|
//
|
|
// Form text
|
|
//
|
|
|
|
.form-text {
|
|
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;
|
|
}
|