mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-14 14:29:30 +01:00
15 lines
323 B
SCSS
15 lines
323 B
SCSS
@use "../setup/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;
|
|
}
|