diff options
| author | Catalin Zalog <[email protected]> | 2020-04-14 09:21:13 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-14 09:21:13 +0300 |
| commit | e2afbbfa828418dd93c8de8c1c2ce60361d04fbf (patch) | |
| tree | 9b1f31542dded29f5c232fd20f826e174c6c4dc1 /scss/forms | |
| parent | 789bcf6ad6f2eab15df1de50df384731330bca3c (diff) | |
| download | bootstrap-e2afbbfa828418dd93c8de8c1c2ce60361d04fbf.tar.xz bootstrap-e2afbbfa828418dd93c8de8c1c2ce60361d04fbf.zip | |
Restore `.form-text` (#30565)
Diffstat (limited to 'scss/forms')
| -rw-r--r-- | scss/forms/_form-text.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scss/forms/_form-text.scss b/scss/forms/_form-text.scss new file mode 100644 index 000000000..3691afcfc --- /dev/null +++ b/scss/forms/_form-text.scss @@ -0,0 +1,11 @@ +// +// Form text +// + +.form-text { + display: block; + margin-top: $form-text-margin-top; + @include font-size($form-text-font-size); + font-style: $form-text-font-style; + color: $form-text-color; +} |
