Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
ed32ee2e
Unverified
Commit
ed32ee2e
authored
4 years ago
by
Catalin Zalog
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add `$form-text-font-weight` (#30617)
parent
4fc701f6
1 merge request
!31948
Examples/Floating-labels: fix bad behavior with autofill
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_variables.scss
+1
-0
scss/_variables.scss
scss/forms/_form-text.scss
+1
-0
scss/forms/_form-text.scss
with
2 additions
and
0 deletions
+2
-0
scss/_variables.scss
+
1
-
0
View file @
ed32ee2e
...
...
@@ -572,6 +572,7 @@ $btn-transition: color .15s ease-in-out, background-color .15s ease
$form-text-margin-top
:
.25rem
!
default
;
$form-text-font-size
:
$small-font-size
!
default
;
$form-text-font-style
:
null
!
default
;
$form-text-font-weight
:
null
!
default
;
$form-text-color
:
$text-muted
!
default
;
$form-label-margin-bottom
:
.5rem
!
default
;
...
...
This diff is collapsed.
Click to expand it.
scss/forms/_form-text.scss
+
1
-
0
View file @
ed32ee2e
...
...
@@ -6,5 +6,6 @@
margin-top
:
$form-text-margin-top
;
@include
font-size
(
$form-text-font-size
);
font-style
:
$form-text-font-style
;
font-weight
:
$form-text-font-weight
;
color
:
$form-text-color
;
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets