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/_variables.scss | |
| parent | 789bcf6ad6f2eab15df1de50df384731330bca3c (diff) | |
| download | bootstrap-e2afbbfa828418dd93c8de8c1c2ce60361d04fbf.tar.xz bootstrap-e2afbbfa828418dd93c8de8c1c2ce60361d04fbf.zip | |
Restore `.form-text` (#30565)
Diffstat (limited to 'scss/_variables.scss')
| -rw-r--r-- | scss/_variables.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 8d7c56afa..6597e10ad 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -565,6 +565,11 @@ $btn-transition: color .15s ease-in-out, background-color .15s ease // Forms +$form-text-margin-top: .25rem !default; +$form-text-font-size: null !default; +$form-text-font-style: null !default; +$form-text-color: $text-muted !default; + $form-label-margin-bottom: .5rem !default; $form-label-font-size: null !default; $form-label-font-style: null !default; @@ -669,8 +674,6 @@ $form-switch-checked-color: $component-active-color !default; $form-switch-checked-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#{$form-switch-checked-color}'/></svg>") !default; $form-switch-checked-bg-position: right center !default; -$form-text-margin-top: .25rem !default; - $form-check-inline-margin-right: 1rem !default; $input-group-addon-color: $input-color !default; |
